Age | Commit message (Collapse) | Author |
|
These are flagged by GCC if -Wswitch-default is enabled.
|
|
These are flagged by GCC if -Wswitch-default is enabled.
|
|
These are flagged by GCC if -Wswitch-default is enabled.
|
|
These are flagged by GCC if -Wswitch-default is enabled.
|
|
These are flagged by GCC if -Wswitch-default is enabled.
|
|
This is emitted from Clang with -Wunused-const-variable.
|
|
These are flagged by GCC if -Wswitch-default is enabled.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This seems to be an issue where the initializer for the members called log
get confused for a call to the log() standard library function.
Renaming these members with leading underscores and adding some checks for
nullptr before usage are good practice in any case and should fix this.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Not sure if these fallthroughs are intended, so marked with FIXME comments.
|
|
|
|
|
|
|
|
|