4

When you can't understand a compiler warning, try to reduce the problem to a minimal example, and the warning goes away...

... and you realize two hours later that you weren't compiling the minimal example on the same machine as the original. Different versions of g++, one with a bug fixed 😩

(assigning {} to a struct member)

Comments
Add Comment