summaryrefslogtreecommitdiffstats
path: root/src/io
diff options
context:
space:
mode:
authorJon A. Cruz <jon@joncruz.org>2007-12-01 20:03:42 +0000
committerjoncruz <joncruz@users.sourceforge.net>2007-12-01 20:03:42 +0000
commitdd9ba557ff0f93420166afda263a24b97ca59ebd (patch)
tree04e77088c59efd9c3727f2643f83f7dea68a385a /src/io
parentFix emphasized line drawing for axonometric grid (diff)
downloadinkscape-dd9ba557ff0f93420166afda263a24b97ca59ebd.tar.gz
inkscape-dd9ba557ff0f93420166afda263a24b97ca59ebd.zip
Warning cleanup (including OFFSET_OF warning)
(bzr r4150)
Diffstat (limited to 'src/io')
-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
}