Skip to content

build: rework -Wall and -Wextra declaration

Yegor Yefremov requested to merge yegorslists/NetworkManager:meson-warnings into main

Summary

Use warning_level instead of defining -Wall and -Wextra explicitly.

Purpose

Fixes the following warning:

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

Edited by Yegor Yefremov

Merge request reports