Skip to content
Snippets Groups Projects

meson: remove redundant Wall and Wextra flags

Merged Ludovico de Nittis requested to merge wip/denittis/meson_flags into master

Using the "warning_level=2" mesa option both "Wall" and "Wextra" are already set by default.

With this commit we also get rid of the compiler warnings:

meson.build:117: WARNING: Consider using the built-in warning_level option instead of using "-Wall".
meson.build:117: WARNING: Consider using the built-in warning_level option instead of using "-Wextra".

/cc @smcv @jpwhiting

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
Please register or sign in to reply
Loading