summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@qt.io>2018-01-16 07:50:30 +0100
committerAlex Blasche <alexander.blasche@qt.io>2018-01-16 09:49:20 +0000
commit20d21839e26b2d517e8e5d3dab9d86c5d338d414 (patch)
tree063d447e4211ac49a957c313488751d9175e5468 /src
parentcaad6365b291cc5066ff5aaacdc1b6e02818bc10 (diff)
Disable compiler flag using proper qmake comment style
Change-Id: I041606473b333500da29c821d7dc089313856f65 Reviewed-by: Oliver Wolff <oliver.wolff@qt.io>
Diffstat (limited to 'src')
-rw-r--r--src/bluetooth/osx/osxbt.pri2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bluetooth/osx/osxbt.pri b/src/bluetooth/osx/osxbt.pri
index 13187e4f..0f293107 100644
--- a/src/bluetooth/osx/osxbt.pri
+++ b/src/bluetooth/osx/osxbt.pri
@@ -1,6 +1,6 @@
SOURCES += osx/uistrings.cpp osx/osxbtnotifier.cpp
PRIVATE_HEADERS += osx/uistrings_p.h
-//QMAKE_CXXFLAGS_WARN_ON += -Wno-nullability-completeness
+#QMAKE_CXXFLAGS_WARN_ON += -Wno-nullability-completeness
CONFIG(osx) {
PRIVATE_HEADERS += osx/osxbtutility_p.h \