Skip to content
Snippets Groups Projects
Commit cfcde36b authored by Christian Engwer's avatar Christian Engwer
Browse files

[test] avoid unused variable warning

parent 07a4dc1b
No related branches found
No related tags found
2 merge requests!212Fix link to build system doc,!3Feature/parameterizedobjectfactory
......@@ -18,4 +18,4 @@ int init_Factory()
return 0;
}
static const int init = init_Factory();
static const int DUNE_UNUSED(init) = init_Factory();
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment