Skip to content
Snippets Groups Projects
Commit 0d20d81a authored by Dominic Kempf's avatar Dominic Kempf
Browse files

Ignore additional warning

parent e552c3f0
No related branches found
No related tags found
No related merge requests found
......@@ -692,6 +692,7 @@ def generate_localoperator_kernels(formdata, data):
post_include("#pragma GCC diagnostic push", filetag="operatorfile")
post_include("#pragma GCC diagnostic ignored \"-Wsign-compare\"", filetag="operatorfile")
post_include("#pragma GCC diagnostic ignored \"-Wunused-variable\"", filetag="operatorfile")
post_include("#pragma GCC diagnostic ignored \"-Wunused-but-set-variable\"", filetag="operatorfile")
end_of_file("#pragma GCC diagnostic pop", filetag="operatorfile")
# Trigger this one once early on to assure that template
......
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