fix some warnings (#1306)

This commit is contained in:
Alexandre Bouvier 2024-10-09 06:28:09 +00:00 committed by GitHub
parent e45eb0da9a
commit 7d4f1ce5f9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 8 additions and 5 deletions

View file

@ -29,4 +29,4 @@ extern void assert_fail_debug_msg(const char* msg);
constexpr ImVec2(float _v) : x(_v), y(_v) {}
#define IM_VEC4_CLASS_EXTRA \
constexpr ImVec4(float _v) : x(_v), y(_v), z(_v), w(_v) {}
constexpr ImVec4(float _v) : x(_v), y(_v), z(_v), w(_v) {}