Warning on local shadowing can be disabled optionally for GCC #357

Merged
gaisser merged 15 commits from eive/fsfw:eive/shadow-local-warning into development 2021-01-19 16:28:56 +01:00
Owner

Compilers like the arm-linux-gnueabhihf cross compiler for the Q7S and Raspberry Pi emitt local shadowing warnings which are not shadowing issues (e.g. local variable has same name as some enum). These compilers are based on the older GCC 8.2 compiler. It would be nice if this warning can be disabled in CMake.

Compilers like the `arm-linux-gnueabhihf` cross compiler for the Q7S and Raspberry Pi emitt local shadowing warnings which are not shadowing issues (e.g. local variable has same name as some enum). These compilers are based on the older GCC 8.2 compiler. It would be nice if this warning can be disabled in CMake.
muellerr added the
feature
label 2021-01-19 16:14:41 +01:00
muellerr added 12 commits 2021-01-19 16:14:42 +01:00
muellerr added 1 commit 2021-01-19 16:14:55 +01:00
Author
Owner

Also includes #358

Also includes #358
muellerr added 2 commits 2021-01-19 16:18:28 +01:00
muellerr changed title from Warning on local shadowing can be disabled optionally to Warning on local shadowing can be disabled optionally for GCC 2021-01-19 16:25:02 +01:00
gaisser merged commit 2f64c16a8a into development 2021-01-19 16:28:56 +01:00
gaisser deleted branch eive/shadow-local-warning 2021-01-19 16:29:00 +01:00
gaisser added this to the ASTP 1.0.0 Local pools milestone 2021-01-26 14:26:49 +01:00
Sign in to join this conversation.
No description provided.