We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98a6339 commit f2cddb2Copy full SHA for f2cddb2
libjamesdsp/libjamesdsp.pro
@@ -6,7 +6,7 @@ DEFINES += LIBJAMESDSP_PLUGIN
6
CONFIG += c++17
7
8
QT -= gui widgets
9
-QMAKE_CFLAGS += -std=gnu11 -O2
+QMAKE_CFLAGS += -std=gnu11 -O2 -Wno-error=incompatible-pointer-types -Wno-error=implicit-int -Wno-error=implicit-function-declaration
10
#QMAKE_CFLAGS += -std=gnu11 -g3 -Og -gdwarf-2 -finline-functions
11
12
CONFIG += warn_off # Disable warnings for library
0 commit comments