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/imgui_wrap.h | |
| 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/imgui_wrap.h')
| -rw-r--r-- | ui/imgui_wrap.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/ui/imgui_wrap.h b/ui/imgui_wrap.h deleted file mode 100644 index 520d8b8..0000000 --- a/ui/imgui_wrap.h +++ /dev/null @@ -1,13 +0,0 @@ -#pragma once - -#pragma GCC diagnostic push -#pragma GCC diagnostic ignored "-Wold-style-cast" -#include "imgui.h" // IWYU pragma: export -#ifdef IMGUI_INTERNAL -# pragma GCC diagnostic push -# pragma GCC diagnostic ignored "-Wconversion" -# pragma GCC diagnostic ignored "-Wsign-conversion" -# include "imgui_internal.h" // IWYU pragma: export -# pragma GCC diagnostic pop -#endif -#pragma GCC diagnostic pop |
