mirror of
https://github.com/open-simh/simh.git
synced 2026-03-05 02:55:15 +00:00
slirp: Avoid warnings when compiling with both new and older versions of clang
This commit is contained in:
@@ -56,6 +56,7 @@
|
||||
#endif
|
||||
|
||||
#if defined (__clang__)
|
||||
#pragma clang diagnostic ignored "-Wunknown-pragmas"
|
||||
#pragma clang diagnostic ignored "-Waddress-of-packed-member"
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user