mirror of
https://github.com/wassname/ray.git
synced 2026-08-09 12:20:09 +08:00
Enable more warnings and fix usleep() issue (#55)
* Enable more warnings and fix usleep() issue * Periods after comments.
This commit is contained in:
committed by
Robert Nishihara
parent
3714984094
commit
35ce5f8001
+1
-1
@@ -1,5 +1,5 @@
|
||||
CC = gcc
|
||||
CFLAGS = -g -Wall -Wno-typedef-redefinition --std=c99 -D_XOPEN_SOURCE=500 -D_POSIX_C_SOURCE=200809L -fPIC -I. -Ithirdparty -Ithirdparty/ae
|
||||
CFLAGS = -g -Wall -Wextra -Werror=implicit-function-declaration -Wno-typedef-redefinition -Wno-sign-compare -Wno-unused-parameter -Wno-type-limits -Wno-missing-field-initializers --std=c99 -D_XOPEN_SOURCE=500 -D_POSIX_C_SOURCE=200809L -fPIC -I. -Ithirdparty -Ithirdparty/ae
|
||||
BUILD = build
|
||||
|
||||
all: hiredis redis $(BUILD)/libcommon.a
|
||||
|
||||
Reference in New Issue
Block a user