mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-20 10:38:46 +00:00
Removing utf-8 smart quote and trailing whitespace
llvm-svn: 168253
This commit is contained in:
parent
454c19f9ee
commit
c5c8f1686e
@ -22,10 +22,10 @@ namespace {
|
||||
#pragma warning(disable:4584)
|
||||
#endif
|
||||
|
||||
// Suppress direct base ‘{anonymous}::S1’ inaccessible in ‘{anonymous}::D9’
|
||||
// Suppress direct base '{anonymous}::S1' inaccessible in '{anonymous}::D9'
|
||||
// due to ambiguity warning.
|
||||
//
|
||||
// Pragma based warning suppression was introduced in GGC 4.2. Additionally
|
||||
// Pragma based warning suppression was introduced in GGC 4.2. Additionally
|
||||
// this warning is "enabled by default". The warning still appears if -Wall is
|
||||
// suppressed. Apparently GCC suppresses it when -w is specifed, which is odd.
|
||||
// At any rate, clang on the other hand gripes about -Wunknown-pragma, so
|
||||
|
Loading…
Reference in New Issue
Block a user