summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorQt Forward Merge Bot <qt_forward_merge_bot@qt-project.org>2019-08-20 03:02:26 +0200
committerQt Forward Merge Bot <qt_forward_merge_bot@qt-project.org>2019-08-20 03:02:26 +0200
commit3a676dc90012644643ac85c47c2db5acdea02581 (patch)
tree02f2f6927837fa66b876095229f822ccc1ee5e06
parent6048c94d6aabcfc1157771ee6ae70488d2d2b66a (diff)
parent3f51fb011ccb5cc3697f23477ecb7b65b75f5a1a (diff)
Merge remote-tracking branch 'origin/5.12' into 5.13
-rw-r--r--src/3rdparty/open62541.pri2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/3rdparty/open62541.pri b/src/3rdparty/open62541.pri
index 9d101f7..fa753c7 100644
--- a/src/3rdparty/open62541.pri
+++ b/src/3rdparty/open62541.pri
@@ -8,7 +8,7 @@ win32-g++: LIBS += -lws2_32
win32-msvc|winrt: {
SOURCES += $$OPEN62541_SOURCES
} else {
- OPEN62541_CFLAGS += -Wno-unused-parameter -Wno-unused-function -Wno-incompatible-pointer-types -Wno-format
+ OPEN62541_CFLAGS += -Wno-unused-parameter -Wno-unused-function -Wno-incompatible-pointer-types -Wno-format -std=c99
# The open62541 source code produces lots of warnings.
# This custom compiler will disable these warnings just for open62541.c