Code

Warning cleanup (including OFFSET_OF warning)
[inkscape.git] / src / io / sys.cpp
index 89afe9fb4224886f10f0514677525784764ef0f1..a1e693a24d978f9cd9a6e8cdcf4234189ac1c661 100644 (file)
@@ -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
 }