diff options
| author | Jon A. Cruz <jon@joncruz.org> | 2008-06-11 04:08:16 +0000 |
|---|---|---|
| committer | joncruz <joncruz@users.sourceforge.net> | 2008-06-11 04:08:16 +0000 |
| commit | 1d84a1357592e1e0f9af7a4e4105d67c4c2ee967 (patch) | |
| tree | fbf9061f821ae3b5c9d1dface30a792830062417 /src/libavoid | |
| parent | [INTL] Updated POTFILES.in with new source code file. (diff) | |
| download | inkscape-1d84a1357592e1e0f9af7a4e4105d67c4c2ee967.tar.gz inkscape-1d84a1357592e1e0f9af7a4e4105d67c4c2ee967.zip | |
warning cleanup
(bzr r5877)
Diffstat (limited to 'src/libavoid')
| -rw-r--r-- | src/libavoid/debug.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libavoid/debug.h b/src/libavoid/debug.h index 1312c5458..20e6f4705 100644 --- a/src/libavoid/debug.h +++ b/src/libavoid/debug.h @@ -42,7 +42,7 @@ inline void db_printf(const char *fmt, ...) va_end(ap); } #else -inline void db_printf(const char *fmt, ...) +inline void db_printf(const char */*fmt*/, ...) { } #endif |
