Arduino:1.8.7 (Windows 10), Kart:"Arduino/Genuino Uno"
C:\Users\DELL\Documents\Arduino\yether\yether.ino:398:1: warning: converting to non-pointer type 'char' from NULL [-Wconversion-null]
};
^
C:\Users\DELL\Documents\Arduino\yether\yether.ino:398:1: warning: converting to non-pointer type 'char' from NULL [-Wconversion-null]
C:\Users\DELL\Documents\Arduino\yether\yether.ino:398:1: warning: converting to non-pointer type 'char' from NULL [-Wconversion-null]
C:\Users\DELL\Documents\Arduino\yether\yether.ino:398:1: warning: converting to non-pointer type 'char' from NULL [-Wconversion-null]
C:\Users\DELL\Documents\Arduino\yether\yether.ino:398:1: warning: converting to non-pointer type 'char' from NULL [-Wconversion-null]
C:\Users\DELL\Documents\Arduino\yether\yether.ino:398:1: warning: converting to non-pointer type 'char' from NULL [-Wconversion-null]
C:\Users\DELL\Documents\Arduino\yether\yether.ino:398:1: warning: converting to non-pointer type 'char' from NULL [-Wconversion-null]
C:\Users\DELL\Documents\Arduino\yether\yether.ino:398:1: warning: converting to non-pointer type 'char' from NULL [-Wconversion-null]
C:\Users\DELL\Documents\Arduino\yether\yether.ino: In function 'void loop()':
yether:507:34: error: 'countPoops' was not declared in this scope
health-=0.00005+countPoops()*0.0001;
^
yether:517:33: error: 'countPoops' was not declared in this scope
health-=0.0001+countPoops()*0.0001;
^
yether:533:29: error: 'countPoops' was not declared in this scope
poopometer=countPoops();
^
yether:548:33: error: 'countPoops' was not declared in this scope
if(hunger<=20 || countPoops()>0 || happiness<=20 || health<=20){
^
yether:551:32: error: 'countPoops' was not declared in this scope
if(hunger>20 && countPoops()==0 && happiness>20 && health>20){
^
C:\Users\DELL\Documents\Arduino\yether\yether.ino:661:17: warning: converting to non-pointer type 'int' from NULL [-Wconversion-null]
action=NULL;
^
C:\Users\DELL\Documents\Arduino\yether\yether.ino:711:15: warning: converting to non-pointer type 'int' from NULL [-Wconversion-null]
action=NULL;
^
yether:1001:1: error: expected primary-expression before '...' token
...
^
yether:1003:74: error: expected '}' at end of input
This file has been truncated, please download it to see its full contents.
^
yether:1003:74: error: expected '}' at end of input
yether:1003:74: error: expected '}' at end of input
exit status 1
'countPoops' was not declared in this scope
This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.