Skip to content
  • Brad King's avatar
    COMP: Ignore warning LNK4204 for CMake dashboard · 276fa3d5
    Brad King authored
    This warning appears for libtar.obj, curltest.obj, and synch_client.obj
    regularly on CMake dashboard submissions from VS builds.  They seem to
    occur due to some kind of race condition for objects in small targets.
    There is nothing wrong with the code, so this just suppresses the
    warnings.
    276fa3d5