|
| 1 | +201204_fc_recv_1.ino:561:9: warning: "/*" within comment [-Wcomment] |
| 2 | + 561 | /* |
| 3 | + | |
| 4 | +201204_fc_recv_1.ino:64:25: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] |
| 5 | + 64 | char *rStates[] = { "NO Run State", "SYNC", "RUN" } ; |
| 6 | + | ^~~~~~~~~~~~~~ |
| 7 | +201204_fc_recv_1.ino:64:41: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] |
| 8 | + 64 | char *rStates[] = { "NO Run State", "SYNC", "RUN" } ; |
| 9 | + | ^~~~~~ |
| 10 | +201204_fc_recv_1.ino:64:49: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] |
| 11 | + 64 | char *rStates[] = { "NO Run State", "SYNC", "RUN" } ; |
| 12 | + | ^~~~~ |
| 13 | +201204_fc_recv_1.ino:65:25: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] |
| 14 | + 65 | char *rSyncs[] = { "No Sync State","LOOKing for SYNC" }; |
| 15 | + | ^~~~~~~~~~~~~~~ |
| 16 | +201204_fc_recv_1.ino:65:41: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] |
| 17 | + 65 | char *rSyncs[] = { "No Sync State","LOOKing for SYNC" }; |
| 18 | + | ^~~~~~~~~~~~~~~~~~ |
| 19 | +201204_fc_recv_1.ino:76:23: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] |
| 20 | + 76 | char *workNames[] = { "1-On ","1-Off","2-On ","2-Off","PAF"," nc " }; |
| 21 | + | ^~~~~~~ |
| 22 | +201204_fc_recv_1.ino:76:31: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] |
| 23 | + 76 | char *workNames[] = { "1-On ","1-Off","2-On ","2-Off","PAF"," nc " }; |
| 24 | + | ^~~~~~~ |
| 25 | +201204_fc_recv_1.ino:76:39: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] |
| 26 | + 76 | char *workNames[] = { "1-On ","1-Off","2-On ","2-Off","PAF"," nc " }; |
| 27 | + | ^~~~~~~ |
| 28 | +201204_fc_recv_1.ino:76:47: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] |
| 29 | + 76 | char *workNames[] = { "1-On ","1-Off","2-On ","2-Off","PAF"," nc " }; |
| 30 | + | ^~~~~~~ |
| 31 | +201204_fc_recv_1.ino:76:55: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] |
| 32 | + 76 | char *workNames[] = { "1-On ","1-Off","2-On ","2-Off","PAF"," nc " }; |
| 33 | + | ^~~~~ |
| 34 | +201204_fc_recv_1.ino:76:61: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] |
| 35 | + 76 | char *workNames[] = { "1-On ","1-Off","2-On ","2-Off","PAF"," nc " }; |
| 36 | + | ^~~~~~~ |
| 37 | +201204_fc_recv_1.ino:583:5: error: expected declaration before '}' token |
| 38 | + 583 | } |
| 39 | + | ^ |
| 40 | +201204_fc_recv_1.ino: In function 'void announce()': |
| 41 | +201204_fc_recv_1.ino:639:9: warning: unused variable 'averagePulseTime' [-Wunused-variable] |
| 42 | + 639 | int averagePulseTime; |
| 43 | + | ^~~~~~~~~~~~~~~~ |
| 44 | +201204_fc_recv_1.ino:640:9: warning: unused variable 'averageNonPulseTime' [-Wunused-variable] |
| 45 | + 640 | int averageNonPulseTime; |
| 46 | + | ^~~~~~~~~~~~~~~~~~~ |
| 47 | +../build/module.mk:274: recipe for target '../build/target/user/platform-6-m201204_fc_recv_1.o' failed |
| 48 | +make[2]: *** [../build/target/user/platform-6-m201204_fc_recv_1.o] Error 1 |
0 commit comments