Language
C++
Compiler
gcc 11.1.0
Options
Warnings
Boost 1.76.0
C++14
no pedantic
$ g++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.76.0/gcc-11.1.0/include -std=c++14 Exit Code:
0
Author
anonymous
about 4 years ago
C++
gcc 11.1.0
Author
anonymous
about 4 years ago
$ g++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.76.0/gcc-11.1.0/include -std=c++14 prog.cc: In function 'int (* CreateCell())[100][100][100]':
prog.cc:8:12: warning: address of local variable 'map' returned [-Wreturn-local-addr]
8 | return ↦
| ^~~~
prog.cc:6:9: note: declared here
6 | int map[100][100][100];
| ^~~