22-May-2014

Today I was treating some warnings.

Though not much work has been done today, due to my Final Examination Viva, I managed to change the code little bit.

Removed many warnings of deprecation like:
warning: ‘const gchar* g_basename(const gchar*)’ is deprecated.
warning: ‘scm_unused_struct* scm_make_real(double)’ is deprecated.

Changed 'scm_make_real' to 'scm_from_double'.
Files: drgeo_scm_api.cc, drgeo_scm_helper.cc.

Changed 'g_basename' to 'g_path_get_basename'.
Files: drgeo_figure.cc, drgenius_mdi.cc.

Now stuck at the runtime error. I will work on that tomorrow.

Leave a comment