0ab8920 "-Werror=format-security" compilation option complains about the way

Authored and Committed by Vasant Hegde 10 years ago
1 file changed. 1 lines added. 1 lines removed.
    "-Werror=format-security" compilation option complains about the way
    we used some of the standard function (like snprintf) usage in our code.
    Hence modified spec file to build binary without "-Werror=format-security"
    option.
    
    Note that this is the temporary workaround to build packages. We should
    fix real issue in our code.
    
    Signed-off-by: Vasant Hegde <hegdevasant@linux.vnet.ibm.com>
    
        
file modified
+1 -1