• J
    Fix shadowed variable warning · d0ab79e9
    Ján Tomko 提交于
    libvirtd.c: In function 'daemonSetupAccessManager':
    libvirtd.c:730:18: error: declaration of 'driver' shadows
      a global declaration [-Werror=shadow]
         const char **driver = (const char **)config->access_drivers;
                      ^
    In file included from libvirtd.c:95:0:
    ../src/node_device/node_device_driver.h:43:36: error: shadowed
      declaration is here [-Werror=shadow]
     extern virNodeDeviceDriverStatePtr driver;
                                        ^
    d0ab79e9
libvirtd.c 45.1 KB