Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

over 2 years ago

Language

C

Compiler

gcc 12.1.0

Options
Warnings
C11(GNU)
-pedantic
Raw compiler options
-Ofast

Author

anonymous

over 2 years ago

$ gcc prog.c -Wall -Wextra -std=gnu11 -pedantic -Ofast
prog.c: In function 'itostr':
prog.c:7:46: warning: unused parameter 'sz' [-Wunused-parameter]
    7 | char* itostr(char * const dest, size_t const sz, int a, int const base) {
      |                                 ~~~~~~~~~~~~~^~
F
Exit Code:
0