remove non-critical diagnostics
This commit is contained in:
parent
2c6f6b4b2d
commit
ce82136e96
2 changed files with 1 additions and 9 deletions
|
@ -113,7 +113,7 @@ enum Cmp {
|
|||
Csgt, /* mirror opposite cmps! */
|
||||
Csge,
|
||||
Cne,
|
||||
NCmp,
|
||||
NCmp
|
||||
};
|
||||
|
||||
#define COP(c) (c==Ceq||c==Cne ? c : NCmp-1 - c)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue