Added -Wall option to the smoketest Makefile
git-svn-id: http://svn.code.sf.net/p/utfcpp/code@54 a809a056-fc17-0410-9590-b4f493f8b08e
This commit is contained in:
parent
dc0adbba22
commit
6b52119dde
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
CC = g++
|
||||
CFLAGS = -g
|
||||
CFLAGS = -g -Wall
|
||||
|
||||
smoketest: test.cpp ../../source/utf8.h
|
||||
$(CC) $(CFLAGS) test.cpp -osmoketest
|
||||
|
|
Loading…
Add table
Reference in a new issue