Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

over 7 years ago

Language

C

Compiler

clang HEAD 8.0.0 (https://github.com/llvm-mirror/clang.git bcda707b20ee8c1ad0ce4e9503c761c85e6ce624) (https://github.com/llvm-mirror/llvm.git 4998e62d5745cca132cf92cec718be0746e70bcf)

Options
Warnings
C11(GNU)
no pedantic

Author

anonymous

over 7 years ago

$ clang prog.c -Wall -Wextra -std=gnu11
prog.c:7:7: warning: unused variable 'x' [-Wunused-variable]
        char x = '2';
             ^
1 warning generated.
1
Exit Code:
0