1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-02-01 05:01:59 +01:00

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:
Alex Rosenberg 2013-02-13 22:45:52 +00:00
parent bdb566bf9d
commit 049e287117

View File

@ -219,7 +219,7 @@ static inline ConversionResult convertUTF8Sequence(const UTF8 **source,
return sourceExhausted;
return ConvertUTF8toUTF32(source, *source + size, &target, target + 1, flags);
}
} // end namespace llvm
} /* end namespace llvm */
#endif