On 16 September 2014 17:22, Daniel Jasper <[email protected]> wrote:
> +  // For backward compatibility:
> +  CHECK_PARSE("DerivePointerBinding: true", DerivePointerAlignment, true);
> +  CHECK_PARSE("DerivePointerBinding: false", DerivePointerAlignment, false);

Hi Daniel,

GCC 4.9.1 gives me this warning for that last line:

src/llvm/tools/clang/unittests/Format/FormatTest.cpp:8387:1132:
warning: converting ‘false’ to pointer type for argument 1 of ‘char
testing::internal::IsNullLiteralHelper(testing::internal::Secret*)’
[-Wconversion-null]
   CHECK_PARSE("DerivePointerBinding: false", DerivePointerAlignment, false);

cheers,
--renato

_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to