Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

about 6 years ago

Language

C

Compiler

gcc 9.1.0

Options
Warnings
C11(GNU)
no pedantic
Raw compiler options
-lm

Author

anonymous

about 6 years ago

$ gcc prog.c -Wall -Wextra -std=gnu11 -lm
prog.c: In function 'edge7':
prog.c:164:12: warning: unused variable 'val' [-Wunused-variable]
  164 |     double val = 0.0, fx = 0.0, fy = 0.0;
      |            ^~~
usage: ./prog.exe <source-image.ppm> <output-image.pgm> <kadai No.>
Exit Code:
0