summaryrefslogtreecommitdiff
path: root/tests/debug_nr.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/debug_nr.l
parent8756116ccb1f557814e06414ae522d612907585e (diff)
main(), warning: old-style function definition [-Wold-style-definition]
Diffstat (limited to 'tests/debug_nr.l')
-rw-r--r--tests/debug_nr.l2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/debug_nr.l b/tests/debug_nr.l
index 0596dce..8110ab4 100644
--- a/tests/debug_nr.l
+++ b/tests/debug_nr.l
@@ -41,7 +41,7 @@
int main(void);
int
-main ()
+main (void)
{
yyin = stdin;
yyout = stdout;