Changeset 81673 in vbox
- Timestamp:
- Nov 5, 2019 2:04:27 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/NetworkServices/NAT/Makefile.kmk
r81672 r81673 110 110 VBoxNetLwipNAT_SOURCES += pxping_win.c # unprivileged Icmp API 111 111 else 112 VBoxNetLwipNAT_SOURCES += pxping.c # raw sockets113 VBoxNetLwipNAT_CFLAGS += -Wno-address-of-packed-member # Needed for GCC 9.112 VBoxNetLwipNAT_SOURCES += pxping.c # raw sockets 113 VBoxNetLwipNAT_CFLAGS.linux += -Wno-address-of-packed-member # Needed for GCC 9. 114 114 endif 115 115
Note:
See TracChangeset
for help on using the changeset viewer.