diff options
| author | emersion <contact@emersion.fr> | 2018-02-24 23:29:08 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-02-24 23:29:08 +0100 |
| commit | 583c30dbe3e3249ec1b753fddbfa982db56dce31 (patch) | |
| tree | ce07d65ab79287280f1f5468e2e62eb5cbef4089 /meson.build | |
| parent | b28602aa7425cf435150e6008624429737e037d3 (diff) | |
| parent | 1cca3965f395f624f698cc162946c6cbd6b10673 (diff) | |
Merge pull request #1585 from acrisci/focus-overhaul
focus overhaul
Diffstat (limited to 'meson.build')
| -rw-r--r-- | meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build index 49392126..fc995c81 100644 --- a/meson.build +++ b/meson.build @@ -10,6 +10,7 @@ project( ) add_project_arguments('-Wno-unused-parameter', language: 'c') +add_project_arguments('-Wno-unused-function', language: 'c') cc = meson.get_compiler('c') |
