Several small corrections

此提交包含在:
Georg Reinke
2012-07-24 12:25:45 +02:00
父節點 8a35dc7695
當前提交 ab350c86f7
共有 2 個檔案被更改,包括 24 行新增18 行删除

查看文件

@@ -1,6 +1,6 @@
CC ?= gcc
STRIP ?= strip
CFLAGS ?= --std=c99 -fshort-wchar -Os
CFLAGS ?= -std=c99 -fshort-wchar -Os
LDFLAGS += -lxcb
CFDEBUG = -g3 -pedantic -Wall -Wunused-parameter -Wlong-long\
-Wsign-conversion -Wconversion -Wimplicit-function-declaration