I am a n00b at this, can anyone tell me what I need to do to fix this error code?
Arduino: 1.8.1 (Mac OS X), Board: "LinkIt ONE"
Warning: platform.txt from core 'MediaTek ARM7 EJ-S (32-bits) Boards' contains deprecated recipe.ar.pattern="{compiler.path}{compiler.ar.cmd}" {compiler.ar.flags} "{build.path}/{archive_file}" "{object_file}", automatically converted to recipe.ar.pattern="{compiler.path}{compiler.ar.cmd}" {compiler.ar.flags} "{archive_file_path}" "{object_file}". Consider upgrading this core.
GPS_functions.cpp:8: error: expected constructor, destructor, or type conversion before ';' token
} ~GPSWaypoint();
^
GPS_functions.cpp:9: error: expected declaration before '}' token
};
^
exit status 1
expected constructor, destructor, or type conversion before ';' token