summaryrefslogtreecommitdiff
path: root/examples/thread/dispatcher.cc
diff options
context:
space:
mode:
authorDaniel Elstner <daniel@src.gnome.org>2004-06-13 15:56:56 +0000
committerDaniel Elstner <daniel@src.gnome.org>2004-06-13 15:56:56 +0000
commit0bd0c693dac534961411ad8fb21923baaee83845 (patch)
tree568493ecafd4e3e94ad91a01c89f81ae92feedef /examples/thread/dispatcher.cc
parent1908666e3e1cf19919f488ccd8ef3f1ae3961c74 (diff)
downloadglibmm-0bd0c693dac534961411ad8fb21923baaee83845.tar.gz
Remove unused parameter names to fix building with -Werror.
* examples/thread/dispatcher*.cc (main): Remove unused parameter names to fix building with -Werror.
Diffstat (limited to 'examples/thread/dispatcher.cc')
-rw-r--r--examples/thread/dispatcher.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/thread/dispatcher.cc b/examples/thread/dispatcher.cc
index ce484baf..ab77cefa 100644
--- a/examples/thread/dispatcher.cc
+++ b/examples/thread/dispatcher.cc
@@ -159,7 +159,7 @@ void Application::on_progress_finished(ThreadProgress* thread_progress)
} // anonymous namespace
-int main(int argc, char** argv)
+int main(int, char**)
{
Glib::thread_init();