bareos: master adabd9e9

Author Committer Branch Timestamp Parent
arogge arogge master 2021-10-11 16:10 master 6083fd51 Pending
Changeset filed: work around strict aliasing warning

When building the bareosfd module for the filed against python 2.7,
there is a warning concerning strict aliasing. As we cannot fix the
issue, that exists in python's headerfile, we set -fno-strict-aliasing
so the compiler will not do strict aliasing for this TU.
mod - core/src/plugins/dird/python/CMakeLists.txt Diff File
mod - core/src/plugins/filed/python/CMakeLists.txt Diff File
mod - core/src/plugins/stored/python/CMakeLists.txt Diff File