diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2023-04-13 20:27:00 +0200 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2023-04-13 20:27:00 +0200 |
| commit | 4bc63da34dd9b0b8bf84d5a5fadb6780a2baf1b8 (patch) | |
| tree | 89df3d7eabff772f4bfac62ab951330705826df2 /src/drivers/Wayland | |
| parent | 7b2c770ef7385276bf4884ffe308a6c79a8046ef (diff) | |
Fix compiler warnings [-Wpedantic]
Remove extra semicolons after function definitions
Diffstat (limited to 'src/drivers/Wayland')
| -rw-r--r-- | src/drivers/Wayland/Fl_Wayland_Screen_Driver.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/Wayland/Fl_Wayland_Screen_Driver.cxx b/src/drivers/Wayland/Fl_Wayland_Screen_Driver.cxx index 6938e2996..b327f7bc2 100644 --- a/src/drivers/Wayland/Fl_Wayland_Screen_Driver.cxx +++ b/src/drivers/Wayland/Fl_Wayland_Screen_Driver.cxx @@ -128,7 +128,7 @@ Fl_Wayland_Screen_Driver::compositor_name Fl_Wayland_Screen_Driver::compositor = extern "C" { bool fl_libdecor_using_weston(void) { return Fl_Wayland_Screen_Driver::compositor == Fl_Wayland_Screen_Driver::WESTON; - }; + } } static void xdg_wm_base_ping(void *data, struct xdg_wm_base *xdg_wm_base, uint32_t serial) |
