Ignore cast warning in mongoose

This fixes -Wcast-function-type warnings under GCC 8.
This commit is contained in:
Itms
2024-12-02 17:09:30 +01:00
parent c11cf80ecb
commit 5f3b9d6d45
+1
View File
@@ -33,6 +33,7 @@
# pragma GCC diagnostic ignored "-Wunused-function"
# ifndef __clang__
# pragma GCC diagnostic ignored "-Wunused-but-set-variable"
# pragma GCC diagnostic ignored "-Wcast-function-type"
# endif
#endif