Skip to content
Snippets Groups Projects

[bindings] Turn off Wconversion to avoid BOOST_PYTHON_MEMBER_FUNCTION_OVERLOADS warnings

Merged Wolfgang Merkt requested to merge (removed):wxm-fix-warnings-in-boost-python into devel

We currently see a ton of warnings when compiling due to implicit conversion from int to long unsigned int. We cannot use literals (1l/1L) or casting (static_cast<long unsigned int>(1)) in the macro. This turns all conversion warnings off for the Python bindings.

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Loading
  • Loading
  • Loading
  • Loading
Please register or sign in to reply
Loading