bareos: master e6e4408c

Author Committer Branch Timestamp Parent
arogge arogge master 2021-10-11 16:35 master 146ffcc3 Pending
Changeset lmdb: disable stringop-overflow warning

LMDB utilizes some kind of old-style variable-length-array. This leads
to stringop-overflow warnings, which we can ignore as the out-of-bounds
access is intentional (and not really out-of-bounds).
mod - core/src/lmdb/CMakeLists.txt Diff File