slang-users mailing list

[2005 Date Index] [2005 Thread Index] [Other years]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]

[slang-users] Error on RC5 .. Incompatable Pointer types ...


John, the headers fix worked like a champ but copying straight outta da book:



static sigwinch_handler (int sig)
{
  Screen_Size_Changed = 1;
  SLsignal (SIGWINCH, sigwinch_handler);
}

I get the following compiler warning :

gcc -shared -fPIC -I /usr/include -I ../include appmenu.c utils.c -o slagmenu-module.so -Wl,-R/usr/lib -lm
appmenu.c: In function `sigwinch_handler':
appmenu.c:207: warning: passing arg 2 of `SLsignal' from incompatible pointer type

What do I need to do to clean that up?
Thanks ...

--
Ben Duncan   - VersAccounting Software LLC 336 Elton Road  Jackson MS, 39212
"Never attribute to malice, that which can be adequately explained by stupidity"
       - Hanlon's Razor


_______________________________________________
To unsubscribe, visit http://jedsoft.org/slang/mailinglists.html


[2005 date index] [2005 thread index]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]