diff options
| author | Jon A. Cruz <jon@joncruz.org> | 2007-12-12 08:13:13 +0000 |
|---|---|---|
| committer | joncruz <joncruz@users.sourceforge.net> | 2007-12-12 08:13:13 +0000 |
| commit | 1312e85796a7f1e442a1d2abf44414ffef30087f (patch) | |
| tree | 8fd8e682c3bead775739681f5ba90c43d0fd1ac3 /src/print.cpp | |
| parent | Cleaning up tests (diff) | |
| download | inkscape-1312e85796a7f1e442a1d2abf44414ffef30087f.tar.gz inkscape-1312e85796a7f1e442a1d2abf44414ffef30087f.zip | |
Warning cleanup
(bzr r4216)
Diffstat (limited to 'src/print.cpp')
| -rw-r--r-- | src/print.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/print.cpp b/src/print.cpp index 9fc1285a5..0dfb8ab5a 100644 --- a/src/print.cpp +++ b/src/print.cpp @@ -123,7 +123,7 @@ sp_print_preview_document(SPDocument *doc) } void -sp_print_document(SPDocument *doc, unsigned int direct) +sp_print_document(SPDocument *doc, unsigned int /*direct*/) { sp_document_ensure_up_to_date(doc); @@ -136,6 +136,7 @@ sp_print_document(SPDocument *doc, unsigned int direct) // Run print dialog Inkscape::UI::Dialog::Print printop(doc,base); Gtk::PrintOperationResult res = printop.run(Gtk::PRINT_OPERATION_ACTION_PRINT_DIALOG); + (void)res; // TODO handle this // Release arena sp_item_invoke_hide(base, dkey); |
