summaryrefslogtreecommitdiff
path: root/src/parse.y
diff options
context:
space:
mode:
authorMariusz PluciƄski <mplucinski@mplucinski.com>2014-07-25 16:58:17 +0200
committerWill Estes <westes575@gmail.com>2014-11-23 20:29:49 -0500
commit71e207c1ac1bb664326a5539d93a022bf0deade9 (patch)
tree015a573a5b204a00b5a7ef177d1b92e4cd8ba515 /src/parse.y
parentc0303615a661ee0fcb399b888efb2a653e6b66ed (diff)
Fix a few "unused parameter" warnings
Diffstat (limited to 'src/parse.y')
-rw-r--r--src/parse.y1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/parse.y b/src/parse.y
index d0cc706..939cc05 100644
--- a/src/parse.y
+++ b/src/parse.y
@@ -1086,4 +1086,5 @@ int line;
void yyerror( msg )
const char *msg;
{
+ (void)msg;
}