summaryrefslogtreecommitdiffstats
path: root/src/io/sys.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/io/sys.cpp')
-rw-r--r--src/io/sys.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/io/sys.cpp b/src/io/sys.cpp
index 89afe9fb4..a1e693a24 100644
--- a/src/io/sys.cpp
+++ b/src/io/sys.cpp
@@ -96,6 +96,9 @@ void Inkscape::IO::dump_fopen_call( char const *utf8name, char const *id )
}
}
g_message( "fopen call %s for [%s]", id, str.data() );
+#else
+ (void)utf8name;
+ (void)id;
#endif
}