use unsigned char more consistently, silence -Wextra compiler warnings (#188)
This commit is contained in:
committed by
GitHub
parent
243875b456
commit
c6858e955c
2
Makefile
2
Makefile
@@ -11,7 +11,7 @@ PERL=perl
|
||||
CFLAGS ?= -O2
|
||||
PICFLAG = -fPIC
|
||||
C99FLAG = -std=c99
|
||||
WCFLAGS = -Wall -pedantic
|
||||
WCFLAGS = -Wall -Wextra -pedantic
|
||||
UCFLAGS = $(CPPFLAGS) $(CFLAGS) $(PICFLAG) $(C99FLAG) $(WCFLAGS) -DUTF8PROC_EXPORTS $(UTF8PROC_DEFINES)
|
||||
LDFLAG_SHARED = -shared
|
||||
SOFLAG = -Wl,-soname
|
||||
|
||||
Reference in New Issue
Block a user