More than 80+ warnings have been treated of the following form:
warning: deprecated conversion from string constant to ‘gchar* {aka char*}’ [-Wwrite-strings]
Changed 'gchar *' to 'gchar const *'
and 'char *' to 'char const *'
at the appropriate places.
Files:drgeo_drawable.h, drgeo_figure.h, drgeo_flydrawable.cc, drgeo_geometricObject.cc, drgeo_gtkstyle.cc, drgeo_latexdrawable.cc, drgeo_postscriptdrawable.cc
Tomorrow I’ll treat some more warnings.