DescriptionFix compile error in iossim.
A recent clang roll started causing the following warning:
../../../testing/iossim/iossim.mm:215:62: error: expression which evaluates to zero treated as a null pointer constant of type 'BOOL *' (aka 'signed char *') [-Werror,-Wnon-literal-null-conversion].
Just dropping the isDirectory parameter fixes the issue.
BUG=None
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=152425
Patch Set 1 #
Messages
Total messages: 4 (0 generated)
|