Skip to content

Commit 48ae282

Browse files
committed
rename function
1 parent 0c15f20 commit 48ae282

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/cfg/gnu.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ int invalidFunctionArgBool_ctzg(unsigned int a, unsigned int b) {
214214
return __builtin_ctzg(a, a % b == 0);
215215
}
216216

217-
int useRetval_stdc_width(size_t n) {
217+
int ignoredReturnValue_stdc_width(size_t n) {
218218
// cppcheck-suppress ignoredReturnValue
219219
__builtin_stdc_bit_width(n);
220220
return 0;

0 commit comments

Comments
 (0)