Skip to content
Snippets Groups Projects
Commit 16717dc2 authored by Lorenz Meier's avatar Lorenz Meier
Browse files

CLANG: Make deprecated warnings errors

parent f37f8fb9
No related branches found
No related tags found
No related merge requests found
......@@ -21,6 +21,7 @@ set(WARNINGS
-Werror=uninitialized
-Werror=init-self
-Werror=return-type
-Werror=deprecated
-Wno-packed
-Wno-frame-larger-than=
#-Wcast-qual - generates spurious noreturn attribute warnings,
......
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