diff options
| author | Jon A. Cruz <jon@joncruz.org> | 2013-03-25 01:41:57 +0000 |
|---|---|---|
| committer | Jon A. Cruz <jon@joncruz.org> | 2013-03-25 01:41:57 +0000 |
| commit | 9cef6be6fbc166e1d97b258611905af8b92a0317 (patch) | |
| tree | 4878dbafe07349537e568b5e28e292f6b071bc27 /src/widgets/toolbox.cpp | |
| parent | German translation update (diff) | |
| download | inkscape-9cef6be6fbc166e1d97b258611905af8b92a0317.tar.gz inkscape-9cef6be6fbc166e1d97b258611905af8b92a0317.zip | |
Fixed uninitialized variables & misc warnings.
(bzr r12241)
Diffstat (limited to 'src/widgets/toolbox.cpp')
| -rw-r--r-- | src/widgets/toolbox.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widgets/toolbox.cpp b/src/widgets/toolbox.cpp index 3a7eb6b9c..f03835e17 100644 --- a/src/widgets/toolbox.cpp +++ b/src/widgets/toolbox.cpp @@ -936,7 +936,7 @@ static Glib::RefPtr<Gtk::ActionGroup> create_or_fetch_actions( SPDesktop* deskto } -static GtkWidget* toolboxNewCommon( GtkWidget* tb, BarId id, GtkPositionType handlePos ) +static GtkWidget* toolboxNewCommon( GtkWidget* tb, BarId id, GtkPositionType /*handlePos*/ ) { g_object_set_data(G_OBJECT(tb), "desktop", NULL); |
