mirror of
https://github.com/holub/mame
synced 2025-06-05 12:26:35 +03:00
Fix for old GCC on this place as well (nw)
This commit is contained in:
parent
e1525a88be
commit
45aeed2474
@ -12,6 +12,7 @@
|
||||
#pragma clang diagnostic ignored "-Winconsistent-missing-override"
|
||||
#elif defined(__GNUC__)
|
||||
#pragma GCC diagnostic ignored "-Wsuggest-override"
|
||||
#pragma GCC diagnostic ignored "-Wunused-variable"
|
||||
#endif
|
||||
|
||||
#define ASIO_HEADER_ONLY
|
||||
|
Loading…
Reference in New Issue
Block a user