summaryrefslogtreecommitdiff
path: root/source/fitz/time.c
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2017-04-24 16:17:15 +0200
committerTor Andersson <tor.andersson@artifex.com>2017-04-27 15:12:03 +0200
commit722ff826ea46ef49f57b927435d320c67ae37037 (patch)
treec0866a123f3ca3bad18deef6a847ca75d06e1e55 /source/fitz/time.c
parent9534243f6849d1938195c1f27adaa5745056f138 (diff)
downloadmupdf-722ff826ea46ef49f57b927435d320c67ae37037.tar.xz
Ensure we can compile as -pedantic -std=c99.
Diffstat (limited to 'source/fitz/time.c')
-rw-r--r--source/fitz/time.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/fitz/time.c b/source/fitz/time.c
index 82805556..99c0952c 100644
--- a/source/fitz/time.c
+++ b/source/fitz/time.c
@@ -159,4 +159,8 @@ fz_free_argv(int argc, char **argv)
free(argv);
}
+#else
+
+int fz_time_dummy;
+
#endif /* _WIN32 */