Skip to content

Comments

initmake: fixed build error with gcc 14: implicit return type#14

Closed
ArneBab wants to merge 1 commit intoBuGlessRB:masterfrom
ArneBab:patch-1
Closed

initmake: fixed build error with gcc 14: implicit return type#14
ArneBab wants to merge 1 commit intoBuGlessRB:masterfrom
ArneBab:patch-1

Conversation

@ArneBab
Copy link

@ArneBab ArneBab commented Jul 29, 2025

Fixes a build error:

gcc -O _autotst.c -o _autotst
_autotst.c:1:1: error: return type defaults to ‘int’ [-Wimplicit-int]
1 | main()
| ^~~~
::::

Fixes a build error:

gcc -O _autotst.c -o _autotst
_autotst.c:1:1: error: return type defaults to ‘int’ [-Wimplicit-int]
    1 | main()
      | ^~~~
::::
@ArneBab
Copy link
Author

ArneBab commented Jul 29, 2025

Duplicate of #7

@ArneBab ArneBab closed this Jul 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant