aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/docker.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/docker.c b/src/docker.c
index 3a4d97e..0a1f8fd 100644
--- a/src/docker.c
+++ b/src/docker.c
@@ -21,6 +21,7 @@ int docker_exec(const char *args, unsigned flags) {
}
int docker_script(const char *image, char *data, unsigned flags) {
+ (void)flags; // TODO: placeholder
FILE *infile;
FILE *outfile;
char cmd[PATH_MAX];