In fvwm-2.0.42, while compiling FvwmForm, I get:
FvwmForm.c: In function `ReadConfig':
FvwmForm.c:280: warning: assignment makes pointer from integer without a cast
FvwmForm.c:339: warning: assignment makes pointer from integer without a cast
FvwmForm.c:347: warning: assignment makes pointer from integer without a cast
FvwmForm.c:355: warning: assignment makes pointer from integer without
a cast
This is because the function:
extern XFontStruct *GetFontOrFixed(Display *disp, char *fontname);
isn't being declared in FvwmForm.c. Maybe FvwmForm.c should #include
fvwmlib.h ?
Austin
--
Visit the official FVWM web page at <URL:http://www.hpc.uh.edu/fvwm/>.
To unsubscribe from the list, send "unsubscribe fvwm" in the body of a
message to majordomo_at_hpc.uh.edu.
To report problems, send mail to fvwm-owner_at_hpc.uh.edu.
Received on Wed Apr 17 1996 - 11:20:23 BST