summaryrefslogtreecommitdiff
path: root/lex.l
diff options
context:
space:
mode:
authorPaulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>2009-01-13 15:55:19 -0200
committerPaulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>2009-01-13 15:55:19 -0200
commit04b994830dfebfed9311f1c3714620ebbdc1f75a (patch)
tree027b6643d7b0984a89302abd0ea2bb8f1387209b /lex.l
parentd662fac7b6541571ab9852f4e0290d48f0e97561 (diff)
Ansification and compile warning fixes.
This also uses XORG_CHANGELOG and XORG_CWARNFLAGS, corrects make distcheck and most gcc 4.3 and sparse warnings.
Diffstat (limited to 'lex.l')
-rw-r--r--lex.l2
1 files changed, 1 insertions, 1 deletions
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