diff options
author | Hanspeter Portner <dev@open-music-kontrollers.ch> | 2020-05-15 14:16:56 +0200 |
---|---|---|
committer | Hanspeter Portner <dev@open-music-kontrollers.ch> | 2020-05-15 14:16:56 +0200 |
commit | 13a0d6e0df2b3a9fc86fa87b9b9e85cb8be883dc (patch) | |
tree | ea9b39d42d289d31254d51f915828e51a4cb6887 | |
parent | 96162b22276b81fda0783c7760b012958f7f1a3f (diff) | |
parent | cf87e459fa4871fb05dfdb1e534b5f912fdedfa6 (diff) | |
download | sherlock.lv2-13a0d6e0df2b3a9fc86fa87b9b9e85cb8be883dc.tar.xz |
Merge commit 'cf87e459fa4871fb05dfdb1e534b5f912fdedfa6'
-rw-r--r-- | subprojects/nk_pugl/VERSION | 2 | ||||
-rw-r--r-- | subprojects/nk_pugl/nk_pugl/nk_pugl.h | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/subprojects/nk_pugl/VERSION b/subprojects/nk_pugl/VERSION index 3170382..a0e8ec1 100644 --- a/subprojects/nk_pugl/VERSION +++ b/subprojects/nk_pugl/VERSION @@ -1 +1 @@ -0.1.143 +0.1.145 diff --git a/subprojects/nk_pugl/nk_pugl/nk_pugl.h b/subprojects/nk_pugl/nk_pugl/nk_pugl.h index 11aeba0..3b46933 100644 --- a/subprojects/nk_pugl/nk_pugl/nk_pugl.h +++ b/subprojects/nk_pugl/nk_pugl/nk_pugl.h @@ -211,7 +211,10 @@ extern C { #define NK_SQRT sqrtf #define NK_IMPLEMENTATION +#pragma GCC diagnostic push +#pragma GCC diagnostic ignored "-Wmaybe-uninitialized" #include "nuklear/nuklear.h" +#pragma GCC diagnostic pop #define STB_IMAGE_IMPLEMENTATION #pragma GCC diagnostic push |