mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-06-21 01:04:06 +00:00
Ignore cast warning in mongoose
This fixes -Wcast-function-type warnings under GCC 8.
This commit is contained in:
+1
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user