]> localhost Git - SCSI2SD-V6.git/commit
Fix warning about redefinition of _GNU_SOURCE
authorJonathan Wakely <github@kayari.org>
Thu, 18 Feb 2021 17:24:05 +0000 (17:24 +0000)
committerMichael McMaster <michael@codesrc.com>
Mon, 26 Apr 2021 10:58:59 +0000 (20:58 +1000)
commitba623158fe7eeaf8ad2bc90483d3d1f33aa403e8
tree8e7375db6d520e339b46ec47e35184e3c1d7078f
parentadb4da13961e706c17a02590367a48900437fc01
Fix warning about redefinition of _GNU_SOURCE

G++ implicitly defines _GNU_SOURCE=1 so define it consistently to avoid
a warning about redefinition.
src/scsi2sd-util6/libzipper-1.0.4/port/strerror_gnu.cc