Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

almost 5 years ago

Language

C++

Compiler

gcc 4.9.2

Options
Warnings
Don't Use Boost
C++14
no pedantic

Author

anonymous

almost 5 years ago

$ g++ prog.cc -Wall -Wextra -std=c++14
prog.cc: In function 'int* fun(int*)':
prog.cc:13:20: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
 p1 = CCERT((float*)n,a);
                    ^
prog.cc:18:1: warning: no return statement in function returning non-void [-Wreturn-type]
 }
 ^
True
Exit Code:
0