Skip to content
Snippets Groups Projects

Fix misc warnings

Merged Santiago Ospina De Los Ríos requested to merge cleanup/fix-misc-warnings into master
  1. Oct 26, 2024
    • Santiago Ospina De Los Ríos's avatar
      Fix misc warnings · a8540b94
      Santiago Ospina De Los Ríos authored
      * operations on bitsets are better that manual iteration over the bits
      * std::ignore allows to assign "anything" without a waring
      * Python deprecated Py_SetProgramName() in version 3.11
      a8540b94
Loading