aboutsummaryrefslogtreecommitdiff
path: root/src/parse.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/parse.c')
-rw-r--r--src/parse.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/parse.c b/src/parse.c
index b4bb994..5cdb066 100644
--- a/src/parse.c
+++ b/src/parse.c
@@ -2,5 +2,6 @@
t_parsing *ms_parse(char *input)
{
+ (void)input;
return NULL;
}