summaryrefslogtreecommitdiff
path: root/tests/prefix_r.l
diff options
context:
space:
mode:
authorrlar <rlar>2016-03-16 19:44:46 +0100
committerWill Estes <westes575@gmail.com>2016-03-18 13:56:25 -0400
commitf4be44b2b2d02c21273d4b89daf8dd60e6d9ee08 (patch)
treed4c478349b47440a3c85876e8d193b603a888217 /tests/prefix_r.l
parent8756116ccb1f557814e06414ae522d612907585e (diff)
main(), warning: old-style function definition [-Wold-style-definition]
Diffstat (limited to 'tests/prefix_r.l')
-rw-r--r--tests/prefix_r.l2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/prefix_r.l b/tests/prefix_r.l
index a2d4c1a..210a4de 100644
--- a/tests/prefix_r.l
+++ b/tests/prefix_r.l
@@ -71,7 +71,7 @@
int main(void);
int
-main ()
+main (void)
{
yyscan_t scanner;
FOOlex_init( &scanner);