mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-23 01:18:53 +02:00
Replace fallthrough comments with G_GNUC_FALLTHROUGH
It's safer to do it this way and since we have G_GNUC_FALLTHROUGH now, w e might as well replace the fallthrough comments.
This commit is contained in:
@@ -523,7 +523,7 @@ tokenize_command_line (const gchar *command_line,
|
||||
ensure_token (¤t_token);
|
||||
g_string_append_c (current_token, *p);
|
||||
|
||||
/* FALL THRU */
|
||||
G_GNUC_FALLTHROUGH;
|
||||
case '\\':
|
||||
current_quote = *p;
|
||||
break;
|
||||
|
Reference in New Issue
Block a user