Package: libncursesw5-dev
Version: 5.7+20090803-1
Severity: normal

Hi!

Since some time now this code has started producing warnings when
built with -Wall, which is a bit annoying as it clutters the
compilation logs, and distracts from actual warnings from the code
itself:

,--- ncurses-warn.cc
#include <ncursesw/ncurses.h>

int main()
{
        int attr = A_NORMAL;
        attrset(attr);
        return 0;
}
`---

$ g++ -Wall ncurses-warn.cc -o ncurses-warn -lncursesw
ncurses-warn.cc: In function ‘int main()’:
ncurses-warn.cc:6: warning: value computed is not used

regards,
guillem



--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to