Fix missing initializer for field warnings
This is basically a false-positive by GCC since static variables are unambiguously zeroed-out per the language standard, but the workaround is simple enough.
Showing
Please
register
or
sign in
to comment