remove non-critical diagnostics

This commit is contained in:
Quentin Carbonneaux 2015-08-19 15:10:07 -04:00
parent 2c6f6b4b2d
commit ce82136e96
2 changed files with 1 additions and 9 deletions

View file

@ -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)