Skip to content

Commit 609d485

Browse files
committed
Suppress GCC error for pointer types
1 parent dc338d1 commit 609d485

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/alsp_src/unix/gcc_makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ endif
2424
# -Wno-unused-result -Wno-unused-but-set-variable - Fix someday.
2525

2626
CFLAGS += -fPIC -MMD -Wall -Wextra \
27-
-Wno-unused-parameter
27+
-Wno-unused-parameter -Wno-incompatible-pointer-types

0 commit comments

Comments
 (0)