[PATCH] D22758: [compiler-rt] Fix warnings in interception code

Bruno Cardoso Lopes via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 25 11:44:38 PDT 2016


bruno added a comment.

The tests also pass fine here as well. I still see 3 warnings:

  warning: address of function 'memchr' will always evaluate to 'true' [-Wpointer-bool-conversion]

But are you not intending to fix those in this patch, are you?


https://reviews.llvm.org/D22758





More information about the llvm-commits mailing list