Skip to content

Make compilation on 32bit linux warnings free and remove TANGO_LONGXX defines

  • Fix 32bit compile warnings:
/home/tango/src/cppapi/client/filedatabase.cpp:2290:51: error: format '%u' expects argument of type 'unsigned int', but argument 4 has type 'long unsigned int' [-Werror=format=]

  std::snprintf(num_attr_str, sizeof(num_attr_str),"%ud",data_in->length()-1);
  • Cleanup commits
  • Port CI from travis to gitlab
  • Ask feedback from #784 (closed) OP
  • Remove last users of TANGO_LONGXX

Close #784 (closed). Close #768 (closed).

Edited by Thomas Braun

Merge request reports