MSVC's `cl.exe`, when run with `-Wall` complains like this: C4201: nonstandard extension used: nameless struct/union So let's just name the union and be done with it. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>