Skip to content

Commit 08956e1

Browse files
committed
Add parameter name to INT34-C popcount
1 parent 7a6fb0b commit 08956e1

File tree

1 file changed

+1
-1
lines changed
  • c/cert/test/rules/INT34-C

1 file changed

+1
-1
lines changed

c/cert/test/rules/INT34-C/test.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#include <limits.h>
33
#include <stddef.h>
44

5-
extern size_t popcount(uintmax_t){};
5+
extern size_t popcount(uintmax_t x){};
66
#define PRECISION(x) popcount(x)
77

88
int main() {

0 commit comments

Comments
 (0)