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. --- fltk-options/fltk-options.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fltk-options') diff --git a/fltk-options/fltk-options.cxx b/fltk-options/fltk-options.cxx index e43cd99e2..d7ba73039 100644 --- a/fltk-options/fltk-options.cxx +++ b/fltk-options/fltk-options.cxx @@ -75,7 +75,7 @@ typedef enum { typedef enum { FO_END_OF_LIST = 0, FO_HEADLINE, - FO_OPTION_BOOL, + FO_OPTION_BOOL // FO_OPTION_INT, // not yet implemented // FO_OPTION_TEXT, // not yet implemented // FO_OPTION_SCHEME, // not yet implemented -- cgit v1.2.3