mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-23 13:31:08 +01:00
cleanup code: remove unnecessary and useless void cast
from void-function skip_string().
This commit is contained in:
parent
0c9dffd3af
commit
865b0cf06c
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=166503
@ -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