• E
    build: avoid s390 compiler warnings · 9011a494
    Eric Blake 提交于
    I noticed these compiler warnings when building for the s390 architecture.
    
    * src/node_device/node_device_udev.c (udevDeviceMonitorStartup):
    Mark unused variable.
    * src/nodeinfo.c (linuxNodeInfoCPUPopulate): Avoid unused variable.
    9011a494
node_device_udev.c 47.8 KB