diff options
| author | Dan Goodliffe <dan@randomdan.homeip.net> | 2026-01-16 00:30:42 +0000 |
|---|---|---|
| committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2026-01-16 00:30:42 +0000 |
| commit | 2711f074b58e4ab54d45c1b696175808811d4ef8 (patch) | |
| tree | 9a13b58244ca27b2802b6f9002aefaeb76d13206 /ui/mainWindow.cpp | |
| parent | Pass shaders through glslangValidator (diff) | |
| download | ilt-2711f074b58e4ab54d45c1b696175808811d4ef8.tar.bz2 ilt-2711f074b58e4ab54d45c1b696175808811d4ef8.tar.xz ilt-2711f074b58e4ab54d45c1b696175808811d4ef8.zip | |
Tidy thirdparty jam, use -isystem for thirdparty includes
Removes the need to disable warnings for imgui includes.
Diffstat (limited to 'ui/mainWindow.cpp')
| -rw-r--r-- | ui/mainWindow.cpp | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/ui/mainWindow.cpp b/ui/mainWindow.cpp index 57dabc0..1834a33 100644 --- a/ui/mainWindow.cpp +++ b/ui/mainWindow.cpp @@ -1,12 +1,8 @@ #include "mainWindow.h" -#include <format> -#include <stdexcept> - -#pragma GCC diagnostic push -#pragma GCC diagnostic ignored "-Wold-style-cast" #include "backends/imgui_impl_opengl3.h" #include "backends/imgui_impl_sdl2.h" -#pragma GCC diagnostic pop +#include <format> +#include <stdexcept> MainWindow::MainWindow(ScreenAbsCoord size, const char * title, Uint32 flags) : Window {size, title, flags} { |
