From 46c20d816ed8db6c9a49cb0ff0ff521c37633afa Mon Sep 17 00:00:00 2001 From: Ludovic Pouzenc Date: Fri, 22 Jun 2012 20:48:25 +0000 Subject: Bon, l'IHM est faite. Le about dialog marche, la licence GPL3 est là, etc. Par contre les toggle butons ne sont pas mutuellement exclusif (et j'ai tenté de bricoler et ça chie) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: file:///var/svn/2012-violon-leds/trunk@26 6be1fa4d-33ac-4c33-becc-79fcb3794bb6 --- tests/test7/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests/test7/Makefile') diff --git a/tests/test7/Makefile b/tests/test7/Makefile index 04be49c..e5bcdcb 100644 --- a/tests/test7/Makefile +++ b/tests/test7/Makefile @@ -1,6 +1,7 @@ CC=gcc GTKBC=gtk-builder-convert -CFLAGS=-W -Wall -Werror -Wno-error=unused-parameter -g +#CFLAGS=-W -Wall -Werror -Wno-error=unused-parameter -g +CFLAGS=-W -Wall -Werror -Wno-unused-parameter -g LDFLAGS=-export-dynamic -Werror -g EXEC=test7 -- cgit v1.2.3