VirtualBox

Changeset 63324 in vbox for trunk/Config.kmk


Ignore:
Timestamp:
Aug 11, 2016 11:19:38 AM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
109958
Message:

Config.kmk: VBOXQTGUIEXE: Enabled -Wall and warnings=errors here too.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Config.kmk

    r63305 r63324  
    57055705     $(QMAKE_PRL_DEFINES)
    57065706  TEMPLATE_VBOXQTGUIEXE_CXXFLAGS = -nologo -Zm200 -MD -Zi -EHsc -Zc:wchar_t-
    5707   ifdef VBOX_WITH_MASOCHISTIC_WARNINGS
    5708    #    -wd4481: nonstandard extension used: override specifier 'override'
    5709    #    -wd4625: 'QRubberBand' : copy constructor could not be generated because a base class copy constructor is inaccessible
    5710    #    -wd4626: 'QRubberBand' : assignment operator could not be generated because a base class assignment operator is inaccessible
    5711    #    -wd4640: qmetatype.h(2210): warning C4640: 'f' : construction of local static object is not thread-safe [too bad]
    5712    TEMPLATE_VBOXQTGUIEXE_CXXFLAGS += $(VBOX_VCC_WARN_ALL) -wd4481 -wd4625 -wd4626 -wd4640 $(VBOX_VCC_WERR)
    5713   else
    5714    TEMPLATE_VBOXQTGUIEXE_CXXFLAGS += -W3
    5715   endif
     5707  #    -wd4481: nonstandard extension used: override specifier 'override'
     5708  #    -wd4625: 'QRubberBand' : copy constructor could not be generated because a base class copy constructor is inaccessible
     5709  #    -wd4626: 'QRubberBand' : assignment operator could not be generated because a base class assignment operator is inaccessible
     5710  #    -wd4640: qmetatype.h(2210): warning C4640: 'f' : construction of local static object is not thread-safe [too bad]
     5711  #    -wd4350: behavior change: 'int QStringList::indexOf(const QRegExp &,int) const' called instead of 'int QStringList::indexOf(QRegExp &,int) const'
     5712  #    -wd4371: UIActionPool.h(393) : warning C4371: 'UIActionPool::PointerToFunction' : layout of class may have changed from a previous version of the compiler due to better packing of member 'UIActionPool::PointerToFunction::ptfr'
     5713  TEMPLATE_VBOXQTGUIEXE_CXXFLAGS += $(VBOX_VCC_WARN_ALL) -wd4481 -wd4625 -wd4626 -wd4640 -wd4350 -wd4371 $(VBOX_VCC_WERR)
    57165714  TEMPLATE_VBOXQTGUIEXE_CXXFLAGS.debug = -RTCsu
    57175715  TEMPLATE_VBOXQTGUIEXE_CXXFLAGS.dbgopt = $(NO_SUCH_VARIABLE)
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