Skip to content
This repository has been archived by the owner on Aug 30, 2018. It is now read-only.

Commit

Permalink
Merge pull request #53 from StephaneDeltour/master
Browse files Browse the repository at this point in the history
Fix VS2015 compiler warning when using QString library
  • Loading branch information
frederikvannoote authored Nov 20, 2017
2 parents c1a56ec + a800141 commit 8d63485
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CompilerFlags.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,9 @@ elseif(CMAKE_CXX_COMPILER_ID STREQUAL "MSVC")
# "/wd4512" # suppress warning: assignment operator could not be generated
# A fix is planned in Qt 5.4.2 (https://bugreports.qt.io/browse/QTBUG-7233)
# Check later with Qt >= 5.4.2 if warning suppression can be removed
"/wd4714" # suppress warning: marked __forceinline but are not inlined
# Fixed in Qt 5.10.0 (https://bugreports.qt.io/browse/QTBUG-55042)
# Check later with Qt >= 5.10.0 if warning suppression can be removed
"/nologo"
"/EHsc-" # disable exceptions
"/GR-" # disable RTTI
Expand Down

0 comments on commit 8d63485

Please sign in to comment.