diff options
| author | Jon A. Cruz <jon@joncruz.org> | 2007-12-01 20:03:42 +0000 |
|---|---|---|
| committer | joncruz <joncruz@users.sourceforge.net> | 2007-12-01 20:03:42 +0000 |
| commit | dd9ba557ff0f93420166afda263a24b97ca59ebd (patch) | |
| tree | 04e77088c59efd9c3727f2643f83f7dea68a385a /src/io | |
| parent | Fix emphasized line drawing for axonometric grid (diff) | |
| download | inkscape-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.cpp | 3 |
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 } |
