Add missing ‘default’ cases to switches
This shuts GCC’s -Wswitch-default warning, and makes the code flow a little more explicit. This introduces no functional changes.
Please register or sign in to comment
This shuts GCC’s -Wswitch-default warning, and makes the code flow a little more explicit. This introduces no functional changes.