From dd9ba557ff0f93420166afda263a24b97ca59ebd Mon Sep 17 00:00:00 2001 From: "Jon A. Cruz" Date: Sat, 1 Dec 2007 20:03:42 +0000 Subject: Warning cleanup (including OFFSET_OF warning) (bzr r4150) --- src/io/sys.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/io/sys.cpp') 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 } -- cgit v1.2.3