From f099da35386cf63d4935ba2613409ff28b3d7ea5 Mon Sep 17 00:00:00 2001 From: Paulo Cesar Pereira de Andrade Date: Wed, 21 Jan 2009 20:43:28 -0200 Subject: Correct make distcheck and most gcc and sparse warnings. Remaining warnings are due to macros that check address or vectors on the stack and auto generated yacc code. Compiled with default flags and also as: % make CFLAGS=-DENTRY_TRACKING_ON -DDEBUG_ON -DASSERTIONS_ON to ensure the "simplification" of code like: foo.c: define DEBUG_VAR foo_VAR include "foo.h" ... foo.h: ifdef DEBUG_VAR_NOT_LOCAL extern endif int DEBUG_VAR; ... did not change the author's "intended" logic. --- xkbparse.y | 1 + 1 file changed, 1 insertion(+) (limited to 'xkbparse.y') diff --git a/xkbparse.y b/xkbparse.y index 7a73e89..bee7bc6 100644 --- a/xkbparse.y +++ b/xkbparse.y @@ -98,6 +98,7 @@ #include #include +static unsigned int parseDebug; %} %right EQUALS -- cgit v1.2.1