Remove -Wall because warning_level=3 includes it

This commit is contained in:
Cagebreak Signing Key 1 2020-05-14 14:21:00 +00:00
commit 9a5b26716f

View file

@ -10,7 +10,6 @@ project('cagebreak', 'c',
add_project_arguments(
[
'-DWLR_USE_UNSTABLE',
'-Wall',
'-Wundef',
'-Wno-unused-parameter',
],