From 4769e0085d7e259d68de1f4d22b6a83509fcad05 Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Thu, 13 Apr 2023 22:55:18 +0200 Subject: Fix more compiler warnings (comma at end of enum) These warnings are benign but ... I fixed them nevertheless. --- test/unittests.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/unittests.h b/test/unittests.h index cee1dfc3f..babecde64 100644 --- a/test/unittests.h +++ b/test/unittests.h @@ -55,7 +55,7 @@ enum { UT_TEST_SCROLLBARSIZE, UT_TEST_SCHEMES, UT_TEST_SIMPLE_TERMINAL, - UT_TEST_CORE, + UT_TEST_CORE }; // This class helps to automatically register a new test with the unittest app. -- cgit v1.2.3