Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

over 6 years ago

Language

C

Compiler

gcc HEAD 9.0.0 20190111 (experimental)

Options
Warnings
Optimization
C11(GNU)
-pedantic

Author

anonymous

over 6 years ago

$ gcc prog.c -Wall -Wextra -O2 -march=native -std=gnu11 -pedantic
prog.c: In function 'main':
prog.c:12:8: warning: left-hand operand of comma expression has no effect [-Wunused-value]
   12 |       k,sum= computeSum(4,2);
      |        ^
6 0
Exit Code:
0