You need to sign in or sign up before continuing.
  • E
    build: avoid compiler warning · 0a5eaf0d
    Eric Blake 提交于
    gcc 4.1.2 on RHEL 5 warned:
    conf/network_conf.c:3136: warning: 'foundIdx' may be used uninitialized in this function
    
    The warning is spurious, but initializing the variable doesn't hurt.
    
    * src/conf/network_conf.c (virNetworkDefUpdateDNSHost): Silence
    unused variable warning.
    0a5eaf0d
network_conf.c 114.9 KB