diff options
author | dec05eba <dec05eba@protonmail.com> | 2023-05-17 19:30:30 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2023-05-17 19:30:30 +0200 |
commit | 41b77cc84e20b858db468e04c0d3ced69134d214 (patch) | |
tree | a3c18edf04cae101a144a9e89d74174afd015413 /project.conf | |
parent | cfec0ef728b63f5141e7f4c87c32d659962feded (diff) |
Disable error on warning because of possible ffmpeg deprecated warning
Diffstat (limited to 'project.conf')
-rw-r--r-- | project.conf | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/project.conf b/project.conf index e517709..ee1d00b 100644 --- a/project.conf +++ b/project.conf @@ -6,7 +6,6 @@ platforms = ["posix"] [config] ignore_dirs = ["kms/server"] -error_on_warning = "true" [dependencies] libavcodec = ">=58" |