Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
C Programming
Unseen error
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="darklight, post: 1693988"] i am a begginer a list of errors i got this when i compile using gcc -Wall -ggdb filename.c -o filename play1.c:10: warning: return type defaults to `int' play1.c: In function `main': play1.c:14: warning: implicit declaration of function `init_player' play1.c:19: warning: implicit declaration of function `menu' play1.c:23: warning: implicit declaration of function `menu_choice' play1.c:29: warning: implicit declaration of function `player_input' play1.c:32: warning: implicit declaration of function `goal_table' play1.c:35: warning: implicit declaration of function `goal_update' play1.c:43: warning: control reaches end of non-void function play1.c: At top level: play1.c:47: warning: return type defaults to `int' play1.c: In function `init_player': play1.c:59: warning: control reaches end of non-void function play1.c: At top level: play1.c:63: warning: return type defaults to `int' play1.c: In function `menu': play1.c:64: warning: implicit declaration of function `system' play1.c:71: warning: control reaches end of non-void function play1.c: At top level: play1.c:76: warning: return type defaults to `int' play1.c: In function `menu_choice': play1.c:83: warning: control reaches end of non-void function play1.c: At top level: play1.c:88: warning: return type defaults to `int' play1.c: In function `player_input': play1.c:126: warning: control reaches end of non-void function play1.c: At top level: play1.c:131: warning: return type defaults to `int' play1.c: In function `input_string': play1.c:148: warning: control reaches end of non-void function play1.c: At top level: play1.c:152: warning: return type defaults to `int' play1.c: In function `goal_table': play1.c:170: warning: control reaches end of non-void function play1.c: At top level: play1.c:174: warning: return type defaults to `int' play1.c: In function `goal_update': play1.c:185: warning: implicit declaration of function `strcmp' play1.c:198: warning: control reaches end of non-void function [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
C Programming
Unseen error
Top