sup-heliotrope / ncursesw-ruby

Ruby bindings to the ncursesw library (modified from: http://ncurses-ruby.berlios.de/)
GNU Lesser General Public License v2.1
22 stars 13 forks source link

attr_get will always return true #16

Closed gauteh closed 10 years ago

gauteh commented 10 years ago

Doesn't cut it..

gauteh commented 10 years ago

By changing the calls to [0]:

int ret = (attr_get)(&attrs, &pair, 0);

this warning should go away, but this seems to be an issue of a specific compiler version. So it is a wont-fix.

[0] http://lists.gnu.org/archive/html/bug-ncurses/2013-12/msg00017.html