21 Apr
                
                    2017
                
            
            
                21 Apr
                
                '17
                
            
            
            
        
    
                1:44 p.m.
            
        On Thu, Apr 20, 2017 at 03:05:51PM +0200, Erik Skultety wrote:
So udevGetDeviceDetails was one those functions using an enum in a
s/one those/one of those/
switch, but since it had a 'default' case, compiler didn't warn about an unhandled enum. Moreover, the error about an unsupported device type reported in the default case is unnecessary, since by the time we get there, udevGetDeviceType (which was called before) already made sure that any unrecognized device types had been handled properly.
Signed-off-by: Erik Skultety <eskultet@redhat.com> --- src/node_device/node_device_udev.c | 45 +++++++++++++------------------------- 1 file changed, 15 insertions(+), 30 deletions(-)
ACK Pavel