VirtualBox

Changeset 14080 in vbox for trunk


Ignore:
Timestamp:
Nov 11, 2008 8:28:04 AM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
39136
Message:

win warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Makefile.kmk

    r14042 r14080  
    583583        Network/slirp/udp.c
    584584Drivers_SOURCES += $(VBOX_SLIRP_SOURCES)
    585  ifneq ($(KBUILD_TARGET),win)
    586   define def_vbox_slirp_cflags
    587   $(file)_CFLAGS = -Wno-sign-compare
    588   endef
     585 define def_vbox_slirp_cflags
     586  ifeq ($(KBUILD_TARGET),win)
     587   $(file)_CFLAGS = -wd4018
     588  else
     589   $(file)_CFLAGS = -Wno-sign-compare
     590  endif
     591 endef
    589592  $(foreach file,$(VBOX_SLIRP_SOURCES),$(eval $(def_vbox_slirp_cflags)))
    590  endif
    591593else
    592594NatAlias_TEMPLATE   = VBOXR3NP
Note: See TracChangeset for help on using the changeset viewer.

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