Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

almost 8 years ago

Language

Compiler

Options

Author

anonymous

almost 8 years ago

$
prog.cc: In function 'int main()':
prog.cc:4:23: error: 'v' is used uninitialized in this function [-Werror=uninitialized]
   std::vector<double> v = v;
                       ^
prog.cc:4:23: error: '*((void*)& v +8)' is used uninitialized in this function [-Werror=uninitialized]
cc1plus: all warnings being treated as errors
Exit Code:
1