summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/open62541.pri
diff options
context:
space:
mode:
authorQt Forward Merge Bot <qt_forward_merge_bot@qt-project.org>2019-08-28 07:38:15 +0200
committerQt Forward Merge Bot <qt_forward_merge_bot@qt-project.org>2019-08-28 07:38:15 +0200
commit3bd9b89de88d3f78b5b3ae780e5ebfbce2c6eeab (patch)
tree502438d4b9bcaa1275d096ab4c2032d6fe8acef1 /src/3rdparty/open62541.pri
parentef17976199aabbf660efbc5b0aadf3e42df44aaf (diff)
parentb0d2b6ad7ea5b2026e5fd8e08b44fd500d8b01b3 (diff)
Merge remote-tracking branch 'origin/5.14' into dev
Diffstat (limited to 'src/3rdparty/open62541.pri')
-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 8a4a8f1..011fb8b 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-format -Wno-strict-aliasing -Wno-unused-result
+ OPEN62541_CFLAGS += -Wno-unused-parameter -Wno-unused-function -Wno-format -Wno-strict-aliasing -Wno-unused-result -std=c99
# The open62541 source code produces lots of warnings.
# This custom compiler will disable these warnings just for open62541.c