Closed marthtz closed 4 years ago
Good catch. I hoped -Wtautological-compare
could help here, but it seems it doesn't catch it
Good catch. I hoped
-Wtautological-compare
could help here, but it seems it doesn't catch it Yeah, unfortunately it doesn't. Checked it.
Required information
Operating system: General issue
Compiler version: General issue
Observed result or behaviour: PR #258 cleaned-up some local variable name prefixes. However, that introduced a name clash inside a function rendering a check useless.
Expected result or behaviour: Do a proper check.
Conditions where it occurred / Performed steps: In file
/iceoryx_posh/source/roudi/roudi_process.cpp
insidebool ProcessManager::removeProcess(...)
fix