blob: 5c44a55e567e29cae8b839c5f860f094d6feab04 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
diff --git a/src/3rdparty/open62541.pri b/src/3rdparty/open62541.pri
index 011fb8b8..7841eec4 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 -std=c99
+ OPEN62541_CFLAGS += -Wno-unused-parameter -Wno-unused-function -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
|