From 04b994830dfebfed9311f1c3714620ebbdc1f75a Mon Sep 17 00:00:00 2001 From: Paulo Cesar Pereira de Andrade Date: Tue, 13 Jan 2009 15:55:19 -0200 Subject: Ansification and compile warning fixes. This also uses XORG_CHANGELOG and XORG_CWARNFLAGS, corrects make distcheck and most gcc 4.3 and sparse warnings. --- lex.l | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lex.l') diff --git a/lex.l b/lex.l index 268d9f9..6a7f6e0 100644 --- a/lex.l +++ b/lex.l @@ -166,5 +166,5 @@ PieSlice { yylval.num = ArcPieSlice; %% #ifndef yywrap -int yywrap() { return (1); } +int yywrap(void) { return (1); } #endif -- cgit v1.2.3