I apologize in advance for what is probably a very easy problem.

I keep receiving these types of warnings when I compile tools from the
GNU library. This particular set is from texinfo. I've also received the
same warnings from cvs.

Is the something simple I can do to resolve these? 

No...learning C is not simple ;>

System: IBM RS/6000
OS: AIX 4.3.2
Compiler: C Set ++ v3.1.4 (IBM)



"echo-area.c", line 1290.10:
1506-280 (W) Function argument assignment between types "int(*)(const
void*,const void*)" and "int(*)()" is not allowed.

"nodemenu.c", line 166.51:
1506-280 (W) Function argument assignment between types "int(*)(const
void*,const void*)" and "int(*)()" is not allowed.

"makeinfo.c", line 8223.46:
1506-280 (W) Function argument assignment between types "int(*)(const
void*,const void*)" and "int(*)()" is not allowed.

"texindex.c", line 1081.14:
1506-280 (W) Function argument assignment between types "int(*)(const
void*,const void*)" and "int(*)()" is not allowed.

"texindex.c", line 1089.62:
1506-280 (W) Function argument assignment between types "int(*)(const
void*,const void*)" and "int(*)()" is not allowed.

Reply via email to