PowerDNS / lmdb-go

Bindings for the LMDB C library
BSD 3-Clause "New" or "Revised" License
13 stars 7 forks source link

Ignore unknown warning options #32

Closed wojas closed 1 month ago

wojas commented 3 months ago

Add -Wno-unknown-warning-option to hide these warnings on macOS:

warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]

Closes #31