Arduino: 1.6.3 (Windows 8.1), TD: 1.22, Board: "Teensy 3.1, Keyboard + Mouse + Joystick, 96 MHz optimized (overclock), US English"
sketch_apr17a.ino:298:20: warning: missing terminating " character [enabled by default]
sketch_apr17a:298: error: missing terminating " character
sketch_apr17a.ino: In function 'void setup()':
sketch_apr17a.ino:41:19: warning: comparison with string literal results in unspecified behaviour [-Waddress]
sketch_apr17a.ino:45:23: warning: comparison with string literal results in unspecified behaviour [-Waddress]
sketch_apr17a.ino:56:23: warning: comparison with string literal results in unspecified behaviour [-Waddress]
sketch_apr17a.ino:60:23: warning: comparison with string literal results in unspecified behaviour [-Waddress]
sketch_apr17a.ino: In function 'void wait_for_drivers(int)':
sketch_apr17a.ino:82:32: warning: large integer implicitly truncated to unsigned type [-Woverflow]
sketch_apr17a.ino:91:32: warning: large integer implicitly truncated to unsigned type [-Woverflow]
sketch_apr17a.ino: In function 'bool cmd_admin(int, int)':
sketch_apr17a.ino:109:44: warning: large integer implicitly truncated to unsigned type [-Woverflow]
sketch_apr17a.ino:116:39: warning: large integer implicitly truncated to unsigned type [-Woverflow]
sketch_apr17a.ino:118:59: warning: large integer implicitly truncated to unsigned type [-Woverflow]
sketch_apr17a.ino:120:28: warning: large integer implicitly truncated to unsigned type [-Woverflow]
sketch_apr17a.ino:132:1: warning: no return statement in function returning non-void [-Wreturn-type]
sketch_apr17a.ino: In function 'bool cmd(int, int, char*)':
sketch_apr17a.ino:138:44: warning: large integer implicitly truncated to unsigned type [-Woverflow]
sketch_apr17a.ino:139:24: warning: large integer implicitly truncated to unsigned type [-Woverflow]
sketch_apr17a.ino:148:28: warning: large integer implicitly truncated to unsigned type [-Woverflow]
sketch_apr17a.ino:157:1: warning: no return statement in function returning non-void [-Wreturn-type]
sketch_apr17a.ino: In function 'void make_sure_capslock_is_off()':
sketch_apr17a.ino:164:32: warning: large integer implicitly truncated to unsigned type [-Woverflow]
sketch_apr17a.ino: In function 'bool check_for_capslock_success_teensy(int, int)':
sketch_apr17a.ino:198:28: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
sketch_apr17a.ino: In function 'void minimise_windows()':
sketch_apr17a.ino:204:44: warning: large integer implicitly truncated to unsigned type [-Woverflow]
sketch_apr17a.ino:205:24: warning: large integer implicitly truncated to unsigned type [-Woverflow]
sketch_apr17a.ino: In function 'void send_left_enter()':
sketch_apr17a.ino:228:29: warning: large integer implicitly truncated to unsigned type [-Woverflow]
sketch_apr17a.ino:234:30: warning: large integer implicitly truncated to unsigned type [-Woverflow]
sketch_apr17a.ino: In function 'void pastebin(String)':
sketch_apr17a:299: error: expected ')' before ';' token
expected ')' before ';' token
Can you help me how to fix this?