Commit 8af995ff authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Supress Flexelints 835 from all macro expansions

parent 7fc50c64
......@@ -457,8 +457,6 @@ teken_state_numbers(teken_t *t, teken_char_t c)
return (0);
}
//lint -save -emacro((835),k,K) '|' has zero RHS
#define k TC_BLACK
#define b TC_BLUE
#define y TC_BROWN
......@@ -644,8 +642,6 @@ static const teken_color_t teken_256to16tab[] = {
#undef R
#undef W
//lint -restore
teken_color_t
teken_256to8(teken_color_t c)
{
......
......@@ -5,6 +5,8 @@
//d__flexelint_v9__=1
+fan
-emacro((835),*) // A zero has been given as ___ argument to operator '___
///////////////////////////////////////////////////////////////////////
// build/config related
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment