In particular, we build with -Wunused -Werror, so if we write
-Wunused -Werror
auto foo = calcSomethingToCheckPart1(); auto bar = calcSomethingToCheckPart2(foo);