chiark / gitweb /
common.make.in: add -Wno-unused-value
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 19 Nov 2016 18:14:09 +0000 (18:14 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Tue, 26 May 2020 19:12:33 +0000 (20:12 +0100)
commita4fee17d011690ab8bb854df3479e250fe83448f
treea5b69229e46b8f3239e77d1ce0e81cf11003a435
parentfcf2b4e1faf22accb6184cca595aaee602839868
common.make.in: add -Wno-unused-value

Our GET_* macros return the value they've assigned, for convenience,
but this upsets new versions of gcc:

  warning: right-hand operand of comma expression has no effect [-Wunused-value]

Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
common.make.in