forked from OSchip/llvm-project
llvm-gcc -pedantic warns about C++ comments in C90 mode even if they're
inside an #if 0 block. llvm-svn: 175098
This commit is contained in:
parent
568aa64f42
commit
cb06d3030c
|
|
@ -219,7 +219,7 @@ static inline ConversionResult convertUTF8Sequence(const UTF8 **source,
|
||||||
return sourceExhausted;
|
return sourceExhausted;
|
||||||
return ConvertUTF8toUTF32(source, *source + size, &target, target + 1, flags);
|
return ConvertUTF8toUTF32(source, *source + size, &target, target + 1, flags);
|
||||||
}
|
}
|
||||||
} // end namespace llvm
|
} /* end namespace llvm */
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue