VirtualBox

Changeset 62349 in vbox for trunk/src/VBox/Main


Ignore:
Timestamp:
Jul 20, 2016 10:25:35 AM (9 years ago)
Author:
vboxsync
Message:

VBoxSVC: Correctly added -Wunused. The previous magic didn't work and effectively doubled the number of -W switches on the gcc command line

File:
1 edited

Legend:

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

    r62176 r62349  
    305305VBoxSVC_DEFS.solaris += VBOX_USE_LIBHAL
    306306
    307 VBoxSVC_CXXFLAGS = $(filter-out -Wno-unused,$(TEMPLATE_VBOXMAINEXE_CXXFLAGS))
     307ifneq ($(KBUILD_TARGET),win)
     308 VBoxSVC_CXXFLAGS = -Wunused
     309endif
    308310
    309311VBoxSVC_INCS = \
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