bmcweb: srcrev bump cd5e430908..0dccd04031

Ed Tanous (19):
      Enable clang-tidy forward reference checks
      enable bugprone exception escape check
      Enable bugprone widening checks in clang
      Enable clang-tidy checks we already pass
      Enable init checker
      Enable cppcoreguidelines-special-member-functions checks
      Enable reinterpre_cast checks
      Enable checks for pointer arithmetic
      Enforce variable init
      Enable cpp core guidelines macro checks
      Enable pointer devolution checks
      Enable const_cast checks
      Enable pro-type-cstyle-cast checks
      enable cppcoreguidelines-pro-type-vararg checks
      Enable malloc checks
      Enable pro-type-static-cast-downcast checks
      Enable and enforce cpp core guidelines
      Fix regresssion in name
      Fix 32/64 bit compile issue

Change-Id: Ie53609333eeca8bf4dab07b389f6e5a52cbd55fb
Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
diff --git a/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb b/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
index 0c7812d..bc00f5c 100644
--- a/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
+++ b/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
@@ -13,7 +13,7 @@
 SRC_URI = "git://github.com/openbmc/bmcweb.git"
 
 PV = "1.0+git${SRCPV}"
-SRCREV = "cd5e430908916fad4cb9dcabf577cace2dca1cc5"
+SRCREV = "0dccd040311847cbd7438b5f63207d360d5b3a34"
 
 S = "${WORKDIR}/git"