Fix a few meson warnings (#596)
authorHeiko Becker <heirecka@exherbo.org>
Tue, 13 Apr 2021 17:54:10 +0000 (19:54 +0200)
committerGitHub <noreply@github.com>
Tue, 13 Apr 2021 17:54:10 +0000 (18:54 +0100)
commit10bb961f630ee61dc7d0b5ba98df0a9dd80ddb5c
tree0730cb99f6c60ade17a38522273d613aec9b2c0e
parentf0c288fa0904e694953ec561865ee9672e83e266
Fix a few meson warnings (#596)

* Use meson's warning_level instead of passing -Wflags

"-Wall" is included by default and level 2 adds "-Wextra". Avoids a
warning from meson.

Signed-off-by: Heiko Becker <heirecka@exherbo.org>
* Set the C++ language standard through a meson option

Avoids a warning from meson.

Signed-off-by: Heiko Becker <heirecka@exherbo.org>
meson.build