summaryrefslogtreecommitdiff
path: root/src/wordexp/wordexp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/wordexp/wordexp.c')
-rw-r--r--src/wordexp/wordexp.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/wordexp/wordexp.c b/src/wordexp/wordexp.c
index 4a81db03..b981275a 100644
--- a/src/wordexp/wordexp.c
+++ b/src/wordexp/wordexp.c
@@ -3,6 +3,9 @@
int wordexp(const char *restrict words, wordexp_t *restrict pwordexp, int flags)
{
+ (void)words;
+ (void)pwordexp;
+ (void)flags;
return 0;
}