Skip to content

Resolve various warnings picked up by CLang compiler on MacOsX 13.1 (Ventura).

Tony Farrell requested to merge ResolveMacVenturaWarnings into master

Remove all occurrences of class to snprint() - replace by ErsSPrintf() - snprintf() depreciated Remove use of std::iterator in Drama2/drama/sds.hh, has been depreciated. Resolve various unused or set but not used variable warnings.

Merge request reports