Skip to content

Commit 6704540

Browse files
authored
Update gcc_makefile
1 parent 13d26e6 commit 6704540

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/alsp_src/win32/gcc_makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ CC=gcc -m32
1616

1717
# Added -Wno-error=pointer-sign to avoid blocking errors in socket code
1818

19-
CFLAGS += -MMD -Wno-incompatible-pointer-types
19+
CFLAGS += -MMD -Wall -Wextra -Wno-incompatible-pointer-types

0 commit comments

Comments
 (0)