Skip to content
Snippets Groups Projects
Select Git revision
15 results

meson.build

Blame
  • Forked from card10 / firmware
    644 commits behind the upstream repository.
    • rahix's avatar
      942658a6
      build: Increase warning level to 2 · 942658a6
      rahix authored
      
      As discussed in !357, we should increase the number of
      enabled compiler warnings to catch a lot more silent bugs.  Increase the
      meson-global warning level to 2, but excluding the `unused-parameter`
      and `old-style-declaration` warnings.  Additionally, disable warnings
      for libraries as we cannot fix that code anyway.
      
      Signed-off-by: default avatarRahix <rahix@rahix.de>
      942658a6
      History
      build: Increase warning level to 2
      rahix authored
      
      As discussed in !357, we should increase the number of
      enabled compiler warnings to catch a lot more silent bugs.  Increase the
      meson-global warning level to 2, but excluding the `unused-parameter`
      and `old-style-declaration` warnings.  Additionally, disable warnings
      for libraries as we cannot fix that code anyway.
      
      Signed-off-by: default avatarRahix <rahix@rahix.de>
    meson.build 1.53 KiB