mirror of
https://github.com/simh/simh.git
synced 2026-02-27 01:00:07 +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