You need to sign in or sign up before continuing.
  • D
    Enable use of -Wold-style-definition compiler flag · a4e37ff1
    Daniel P. Berrange 提交于
    A couple of functions were declared using the old style foo()
    for no-parameters, instead of foo(void)
    
    * src/xen/xen_hypervisor.c, tests/testutils.c: Replace () with (void)
      in some function declarations
    * m4/virt-compile-warnings.m4: Enable -Wold-style-definition
    a4e37ff1
virt-compile-warnings.m4 5.0 KB