diff options
author | Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br> | 2009-01-13 15:55:19 -0200 |
---|---|---|
committer | Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br> | 2009-01-13 15:55:19 -0200 |
commit | 04b994830dfebfed9311f1c3714620ebbdc1f75a (patch) | |
tree | 027b6643d7b0984a89302abd0ea2bb8f1387209b /lex.l | |
parent | d662fac7b6541571ab9852f4e0290d48f0e97561 (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.l | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -166,5 +166,5 @@ PieSlice { yylval.num = ArcPieSlice; %% #ifndef yywrap -int yywrap() { return (1); } +int yywrap(void) { return (1); } #endif |