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 dc338d1 commit 4dc0cf0Copy full SHA for 4dc0cf0
core/alsp_src/unix/gcc_makefile
@@ -24,4 +24,4 @@ endif
24
# -Wno-unused-result -Wno-unused-but-set-variable - Fix someday.
25
26
CFLAGS += -fPIC -MMD -Wall -Wextra \
27
--Wno-unused-parameter
+-Wno-unused-parameter -Wno-incompatible-pointer-types
core/alsp_src/win32/gcc_makefile
@@ -16,4 +16,4 @@ CC=gcc -m32
16
17
# Added -Wno-error=pointer-sign to avoid blocking errors in socket code
18
19
-CFLAGS += -MMD -Wall -Wextra -Wno-unused-parameter
+CFLAGS += -MMD -Wall -Wextra -Wno-unused-parameter -Wno-incompatible-pointer-types
0 commit comments