mirror of
https://github.com/open-simh/simh.git
synced 2026-01-13 23:37:13 +00:00
slirp: Avoid compiler warnings about address of packet members
This commit is contained in:
parent
afc5580db8
commit
b080aa7a2f
@ -55,4 +55,8 @@
|
||||
#define GCC_FMT_ATTR(n, m)
|
||||
#endif
|
||||
|
||||
#if defined (__clang__)
|
||||
#pragma clang diagnostic ignored "-Waddress-of-packed-member"
|
||||
#endif
|
||||
|
||||
#endif /* COMPILER_H */
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user