From 6b52119ddefce5a84bb07a867ae12fac5f12823d Mon Sep 17 00:00:00 2001 From: ntrifunovic Date: Mon, 4 Sep 2006 00:46:12 +0000 Subject: [PATCH] Added -Wall option to the smoketest Makefile git-svn-id: http://svn.code.sf.net/p/utfcpp/code@54 a809a056-fc17-0410-9590-b4f493f8b08e --- test_drivers/smoke_test/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_drivers/smoke_test/Makefile b/test_drivers/smoke_test/Makefile index de811dd..11ec8e7 100644 --- a/test_drivers/smoke_test/Makefile +++ b/test_drivers/smoke_test/Makefile @@ -1,5 +1,5 @@ CC = g++ -CFLAGS = -g +CFLAGS = -g -Wall smoketest: test.cpp ../../source/utf8.h $(CC) $(CFLAGS) test.cpp -osmoketest