configure: Add -Wall again to the default CFLAGS
authorFlorian Weimer <fweimer@redhat.com>
Mon, 14 Aug 2023 11:48:01 +0000 (13:48 +0200)
committerFlorian Weimer <fweimer@redhat.com>
Tue, 15 Aug 2023 06:07:50 +0000 (08:07 +0200)
commitd6fe19facc61caffb25383d9c25eff86a0e115c8
tree9369d0741b14ab4baf7648c4bd021f23b866a6e9
parent0dc7fc1cf094406a138e4d1bcf9553e59edcf89d
configure: Add -Wall again to the default CFLAGS

Commit 78ceef25d64efeeb6067d1cb282a00466e637e2a ("configure: Remove
--enable-all-warnings option") removed it due to a missing +.

Reviewed-by: Siddhesh Poyarekar <siddhesh@sourceware.org>
Makeconfig