summaryrefslogtreecommitdiff
path: root/http
diff options
context:
space:
mode:
authorEd Tanous <ed@tanous.net>2024-03-13 23:28:36 +0300
committerEd Tanous <ed@tanous.net>2024-03-25 21:29:19 +0300
commitade3f09309fa080022c538fa965e6ce9c3abda45 (patch)
treeae467bd79f1073b50770afbb9000219cb0325696 /http
parenta07e9819fbf24f998643812566f3ec3cf3a2204d (diff)
downloadbmcweb-ade3f09309fa080022c538fa965e6ce9c3abda45.tar.xz
Require specific compiler versions
Quite often do I compile this project, and see an error message that makes no sense. Multiple times I've seen posted about compiler errors that amount to using an old version of clang or gcc. Explicitly require clang-17 and gcc-13 in the meson config, and give better errors if they're not present. This also allows simplifying our warning flags (which probably need a review soon) by making two sets of flags, one for each compiler. Note, clang has the -Weverything flag, which we use, so explicitly enabling warnings isn't really required, only disabling the ones that we don't use. Tested: Code compiles. Change-Id: I09fa74e6d36feaf05710a4bb7d266f80ff1cc592 Signed-off-by: Ed Tanous <ed@tanous.net>
Diffstat (limited to 'http')
0 files changed, 0 insertions, 0 deletions