cleanup code: remove unnecessary and useless void cast
from void-function skip_string().
This commit is contained in:
parent
0c9dffd3af
commit
865b0cf06c
@ -114,7 +114,7 @@ c_entries(void)
|
||||
*/
|
||||
case '"':
|
||||
case '\'':
|
||||
(void)skip_string(c);
|
||||
skip_string(c);
|
||||
break;
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user