Current add_compile_options() in tests and examples are not taken into account, due to that any warnings are simply ignored.
This patch series moves add add_compile_options() before target creation to resolve this issue.
Also, I tried to group warnings fixes into categories as separate patches, so it should be possible to rearrange/replace part of them.
Current
add_compile_options()
in tests and examples are not taken into account, due to that any warnings are simply ignored. This patch series moves addadd_compile_options()
before target creation to resolve this issue.Also, I tried to group warnings fixes into categories as separate patches, so it should be possible to rearrange/replace part of them.