1. --- xen-4.4.0/Config.mk.orig 2014-04-29 20:54:43.117010822 +0100
  2. +++ xen-4.4.0/Config.mk 2014-04-29 20:58:23.100055325 +0100
  3. @@ -188,6 +188,8 @@
  4. CFLAGS += -std=gnu99
  5.  
  6. CFLAGS += -Wall -Wstrict-prototypes
  7. +# add temporary build flags to identify build issues using gcc 4.9.0
  8. +CFLAGS += -Wno-error=maybe-uninitialized
  9.  
  10. # Clang complains about macros that expand to 'if ( ( foo == bar ) ) ...'
  11. # and is over-zealous with the printf format lint