VirtualBox

Changeset 81673 in vbox


Ignore:
Timestamp:
Nov 5, 2019 2:04:27 PM (5 years ago)
Author:
vboxsync
Message:

NetworkServices/NAT: Disabled warnings for unaligned pointer values of packed struct members, needed for GCC 9 [build fix].

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/NetworkServices/NAT/Makefile.kmk

    r81672 r81673  
    110110  VBoxNetLwipNAT_SOURCES += pxping_win.c # unprivileged Icmp API
    111111 else
    112   VBoxNetLwipNAT_SOURCES += pxping.c     # raw sockets
    113   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.
    114114 endif
    115115
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette