mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-30 10:22:34 +01:00
Added explicit fall-through comments to pacify GCC.
This commit is contained in:
committed by
Carlos R. Mafra
parent
b59273f199
commit
a7f8e990db
@@ -3378,6 +3378,8 @@ static int setSwPOptions(WScreen * scr, WDefaultEntry * entry, void *tdata, void
|
||||
}
|
||||
}
|
||||
|
||||
/* Fall through. */
|
||||
|
||||
case 1:
|
||||
if (!WMIsPLString(WMGetFromPLArray(array, 0))) {
|
||||
wwarning(_("Invalid arguments for option \"%s\""), entry->key);
|
||||
|
||||
Reference in New Issue
Block a user