From 4bc63da34dd9b0b8bf84d5a5fadb6780a2baf1b8 Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Thu, 13 Apr 2023 20:27:00 +0200 Subject: Fix compiler warnings [-Wpedantic] Remove extra semicolons after function definitions --- src/fl_cursor.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/fl_cursor.cxx') diff --git a/src/fl_cursor.cxx b/src/fl_cursor.cxx index 681a98255..76283182d 100644 --- a/src/fl_cursor.cxx +++ b/src/fl_cursor.cxx @@ -195,7 +195,7 @@ void Fl_Window::cursor(const Fl_RGB_Image *image, int hotx, int hoty) { */ void Fl_Window::cursor(Fl_Cursor c, Fl_Color, Fl_Color) { cursor(c); -}; +} /** For back compatibility only. @@ -203,4 +203,4 @@ void Fl_Window::cursor(Fl_Cursor c, Fl_Color, Fl_Color) { */ void Fl_Window::default_cursor(Fl_Cursor c, Fl_Color, Fl_Color) { default_cursor(c); -}; +} -- cgit v1.2.3