commit | c77c2d4f9c413b04f2bd6107f61594deb1abb8de | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Tue Sep 24 09:43:34 2019 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Tue Sep 24 09:43:34 2019 +0200 |
tree | c600a62642ba41bf8e54dca86b0fcfdc2d93d4b8 | |
parent | 2bd65a781e257a30fcd447ba278f04d08e4c2b94 [diff] |
BUILD: makefile: work around yet another GCC fantasy (-Wstring-plus-int) According to issue #294 some gcc versions suspect that developers are having trouble dealing with string offsets and now emit another new childish warning when mapping indexes to characters. Instead of annoying developers each time it happens and ask them to modify their valid code, let's just get rid of this absurd warning.