Skip to content

Fix misc warnings

Santiago Ospina De Los Ríos requested to merge cleanup/fix-misc-warnings into master
  • operations on bitsets are better that manual iteration over the bits, and do not produce a warning
  • std::ignore allows to assign "anything" without a warning
  • Python deprecated Py_SetProgramName() in version 3.11

Merge request reports