• Show log

    Commit

  • Hash : cc9e47c9
    Author : Edward Thomson
    Date : 2019-06-15T18:51:40

    win32: support upgrading warnings to errors (/WX)
    
    For MSVC, support warnings as errors by providing the /WX compiler
    flags.  (/WX is the moral equivalent of -Werror.)
    
    Disable warnings as errors ass part of xdiff, since it contains
    warnings.  But as a component of git itself, we want to avoid skew and
    keep our implementation as similar as possible to theirs.  We'll work
    with upstream to fix these issues, but in the meantime, simply let those
    continue to warn.