Author
anonymous
over 7 years ago
Language
Compiler
Options
Author
anonymous
over 7 years ago
$
prog.cc: In function 'int main()':
prog.cc:8:29: warning: unused variable 'a_' [-Wunused-variable]
static constexpr code_t a_[4] = {{'a', 0}, {'b', 0}, {'x', 1}, {'y', 1}};
^~
prog.cc:9:44: warning: unused variable 'b_' [-Wunused-variable]
static constexpr std::array<code_t, 4> b_ = {'a', 0,'b', 0,'x', 1, 'y', 1};
^~
Exit Code:
0