Skip to content
This repository was archived by the owner on Mar 19, 2020. It is now read-only.

Commit c564d33

Browse files
committed
switch to gnu99 std instead of gnu11
1 parent c7d4df2 commit c564d33

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: Makefile.common

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#CC=gcc
2-
CFLAGS =-std=gnu11 -D_FILE_OFFSET_BITS=64 -DENABLE_SSL -DENABLE_IPV6 -Wall -Wfatal-errors -Os -fstack-protector -I libircclient-include/
2+
CFLAGS =-std=gnu99 -D_FILE_OFFSET_BITS=64 -DENABLE_SSL -DENABLE_IPV6 -Wall -Wfatal-errors -Os -fstack-protector -I libircclient-include/
3+
#CFLAGS += -Wsign-compare -Wtype-limits
34
#CFLAGS += -DHOSTNAME_VALIDATION
45
#CFLAGS += -DDISABLE_SSL_V3
56
#CFLAGS += -DDEBUG

0 commit comments

Comments
 (0)