Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

almost 9 years ago

Language

Compiler

Options

Author

anonymous

almost 9 years ago

$
prog.c: In function 'main':
prog.c:2:12: warning: type defaults to 'int' in declaration of 'f' [-Wimplicit-int]
     extern f();
            ^
prog.c: In function 'f':
prog.c:6:14: warning: unused parameter 'a' [-Wunused-parameter]
 int f(double a, int b) {
              ^
prog.c:6:21: warning: unused parameter 'b' [-Wunused-parameter]
 int f(double a, int b) {
                     ^
Exit Code:
99