 Chromium Code Reviews
 Chromium Code Reviews Issue 
            469423004:
    Fix clang compilation error in jscre.  (Closed)
    
  
    Issue 
            469423004:
    Fix clang compilation error in jscre.  (Closed) 
  | DescriptionFix clang compilation error in jscre.
../../dart/runtime/third_party/jscre/pcre_internal.h:412:5: error: implicit conversion of NULL constant to 'int' [-Werror,-Wnull-conversion]
    ASSERT(isBracketStartOpcode(*opcodePtr) || *opcodePtr == OP_ALT);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../dart/runtime/third_party/jscre/pcre_internal.h:86:72: note: expanded from macro 'ASSERT'
#define ASSERT(x) if (!(x)) *(reinterpret_cast<volatile int*>(NULL)) = NULL
BUG=http://dartbug.com/19324
R=iposva@google.com
Committed: https://code.google.com/p/dart/source/detail?r=39276
   Patch Set 1 #
 Messages
    Total messages: 3 (0 generated)
     | |||||||||||||||||||