Open MichaelAtSamraksh opened 9 years ago
We should choose a C++ dialect and enforce it. I trivially suggest we go with the default which is gnu++98
.
With the compiler change, probably a good moment to do a -Wall
and squelch almost all of these and similar.
Most of Datastore was written in early 2012 and at that time we (a fellow student and myself) did not have any idea about the MicroFramework. We wrote it for an embedded target as best as we could, but were not sure which parts of C++ to include and infact ran it against an emulator that we wrote. Datastore was integrated into MF in early 2013 and was production ready only in early 2014.
I will fix these warnings when I start working on the next set of improvements to Datastore.
This is an embedded target, not a PC with C++11 support.