]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
cmake/modules/BuildQATzip: Disable errors
authorMatan Breizman <mbreizma@redhat.com>
Sun, 16 Feb 2025 13:18:18 +0000 (13:18 +0000)
committerMatan Breizman <mbreizma@redhat.com>
Thu, 20 Feb 2025 14:18:12 +0000 (14:18 +0000)
commit6d927cb052593e1ccf364dc9329673b005a7a73b
tree1ed20bbd126d6e8cf4f6a6c238e877726607a148
parent9614ad3834ad275e15eb7572b7ad6c19c9b17ab6
cmake/modules/BuildQATzip: Disable errors

qatzip/configure.ac enables -Werror. However, newer compilers
(e.g clang 16) will not compile with the existing warnings
identified. The fixes for the warnings are not merged yet [1]
in the submodule. Until then, in order to allow for compiler
upgrade - we should disable the problematic errors.

[1] https://github.com/intel/QATzip/pull/119

Signed-off-by: Matan Breizman <mbreizma@redhat.com>
cmake/modules/BuildQATzip.cmake