mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 04:30:23 +00:00
Silence gcc warning.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@186879 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
877d123bdb
commit
3f60fb8610
@ -24,7 +24,7 @@ Option::Option(const OptTable::Info *info, const OptTable *owner)
|
||||
|
||||
// Multi-level aliases are not supported. This just simplifies option
|
||||
// tracking, it is not an inherent limitation.
|
||||
assert(!Info || !getAlias().isValid() || !getAlias().getAlias().isValid() &&
|
||||
assert((!Info || !getAlias().isValid() || !getAlias().getAlias().isValid()) &&
|
||||
"Multi-level aliases are not supported.");
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user