Language
C++
Compiler
gcc 4.9.3
Options
Warnings
Boost 1.64.0
C++14(GNU)
no pedantic
$ g++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.64.0/gcc-4.9.3/include -std=gnu++14
Exit Code:
1
Author
anonymous
about 6 years ago
C++
gcc 4.9.3
Author
anonymous
about 6 years ago
$ g++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.64.0/gcc-4.9.3/include -std=gnu++14
prog.cc: In function 'int main()':
prog.cc:39:5: error: 'Serial' was not declared in this scope
Serial.print(F("deserializeJson() failed: "));
^
prog.cc:39:48: error: 'F' was not declared in this scope
Serial.print(F("deserializeJson() failed: "));
^
prog.cc:41:5: error: return-statement with no value, in function returning 'int' [-fpermissive]
return;
^