Clearly mark switch cases that fall through.

This commit is contained in:
Tobias Brunner
2011-04-19 13:48:50 +02:00
parent 119fc2d3d7
commit 1c004bebd8
4 changed files with 4 additions and 0 deletions
+1
View File
@@ -542,6 +542,7 @@ bool assign_arg(kw_token_t token, kw_token_t first, kw_list_t *kw, char *base,
}
}
}
/* fall through */
default:
return TRUE;
}