GPSBabel / gpsbabel

GPSBabel: convert, manipulate, and transfer data from GPS programs or GPS receivers. Open Source and supported on MacOS, Windows, Linux, and more. Pointy clicky GUI or a command line version...
https://www.gpsbabel.org
GNU General Public License v2.0
473 stars 126 forks source link

cleanup datetime.h tidy and g++ warnings. #1309

Closed tsteven4 closed 1 month ago

tsteven4 commented 1 month ago

Because this header is included almost everywhere these tidy & gcc warnings have an overweight representation in the logs. There is not functional change here.

Wsign-conversion readability-implicit-bool-conversion readability-else-after-return cppcoreguidelines-avoid-magic-numbers,readability-magic-numbers