mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-31 10:34:17 +00:00
llvm-gcc -pedantic warns about C++ comments in C90 mode even if they're
inside an #if 0 block. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@175098 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
779a96362e
commit
ff91f2ef47
@ -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…
x
Reference in New Issue
Block a user