mirror of
https://gitlab.com/80486DX2-66/gists
synced 2024-11-08 18:02:23 +05:30
bool-operations.c: args: use (void)
instead of ()
This commit is contained in:
parent
f47eeaa6a1
commit
c184b0251a
@ -15,7 +15,7 @@
|
||||
BOOL_TO_STR(boolean), \
|
||||
(uintmax_t) boolean)
|
||||
|
||||
int main() {
|
||||
int main(void) {
|
||||
bool boolean = false;
|
||||
printf("Loop:\n");
|
||||
for (uint8_t i = 0; i < 3; i++) {
|
||||
|
Loading…
Reference in New Issue
Block a user