VirtualBox

vbox的更動 62349 路徑 trunk/src/VBox/Main


忽略:
時間撮記:
2016-7-20 上午10:25:35 (8 年 以前)
作者:
vboxsync
訊息:

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

檔案:
修改 1 筆資料

圖例:

未更動
新增
刪除
  • 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 = \
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

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