Author
anonymous
over 7 years ago
Language
Compiler
Options
Author
anonymous
over 7 years ago
$
prog.cc: In function 'int main()':
prog.cc:28:2: error: could not convert '{0, 0}' from '<brace-enclosed initializer list>' to 'JointPosition'
};
^
prog.cc:28:2: error: could not convert '{0, 0}' from '<brace-enclosed initializer list>' to 'JointPosition'
prog.cc:28:2: error: could not convert '{0, 0}' from '<brace-enclosed initializer list>' to 'JointPosition'
prog.cc:28:2: error: could not convert '{0, 0}' from '<brace-enclosed initializer list>' to 'JointPosition'
prog.cc:28:2: error: could not convert '{0, 0}' from '<brace-enclosed initializer list>' to 'JointPosition'
prog.cc:28:2: error: could not convert '{0, 0}' from '<brace-enclosed initializer list>' to 'JointPosition'
prog.cc:21:30: warning: unused variable 'pos' [-Wunused-variable]
static const JointPositions pos = {
^~~
Exit Code:
1