get rid of some warnings on Android

This commit is contained in:
tildearrow 2023-06-09 17:38:08 -05:00
parent c5eaa4c716
commit 53d2d35463
2 changed files with 2 additions and 2 deletions

View file

@ -123,7 +123,7 @@
#pragma clang diagnostic ignored "-Wsign-conversion" // warning: implicit conversion changes signedness
#pragma clang diagnostic ignored "-Wunused-macros" // warning: macro is not used
#pragma clang diagnostic ignored "-Wnonportable-system-include-path"
#pragma clang diagnostic ignored "-Wcast-function-type" // warning: cast between incompatible function types (for loader)
//#pragma clang diagnostic ignored "-Wcast-function-type" // warning: cast between incompatible function types (for loader)
#endif
#if defined(__GNUC__)
#pragma GCC diagnostic push