Skip to content
  • Milan Broz's avatar
    Avoid compilation warnings in Python wrapper. · 210ea612
    Milan Broz authored
    All these are Python interface misconceptions,
    the strings (or string arrays) in parameters should be const
    parameters.
    
    To avoid gcc confusing warnings just explicitly re-cast them.
    210ea612