summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArnur Nigmetov <nigmetov@tugraz.at>2020-03-09 17:27:36 +0100
committerArnur Nigmetov <nigmetov@tugraz.at>2020-03-09 17:27:36 +0100
commit5d4fdeda91abab8683a797f5b1a5fad1a1dc9b2f (patch)
treece84ccb9d1cc7614ec10e263d3270871e33bda13
parentca4222ab40f1c6c0d17fb7d43539aa675f640976 (diff)
Suppress warning in matching_distance, module_example.
-rw-r--r--matching/example/module_example.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/matching/example/module_example.cpp b/matching/example/module_example.cpp
index c160c21..aec38c2 100644
--- a/matching/example/module_example.cpp
+++ b/matching/example/module_example.cpp
@@ -3,7 +3,7 @@
using namespace md;
-int main(int argc, char** argv)
+int main(int /*argc*/, char** /*argv*/)
{
// create generators.
// A generator is a point in plane,