I have been use AssetTrackerRK successfully for 6 months. Today when I try to compile a number of applications that I’ve made no changes to, I get the following error:
“lib/AssetTrackerRK/TinyGPS++.h:670:2: control reaches end of non-void function [-Werror=return-type]”
It’s likely I’m missing something simple, but the code hasn’t been modified from what has worked in the past.
Seems to be a missing return statement in a function that states it would (non-void).
The reason for this building before but not now is that this “code-smell” was ignored before but as it may (will) lead to erroneous behaviour is now actively flagged by the compiler.