Skip to content
  • Brad King's avatar
    CTestCustom: Suppress scan-build warnings in libuv · c03a7b4f
    Brad King authored
    Clang scan-build warns in some expansions of RB_GENERATE_STATIC
    that it has a "Dereference of null pointer".  It also warns that
    "The left operand of '==' is a garbage value" strangely.  Simply
    suppress these since this is third-party code anyway.
    c03a7b4f