gcc -Wall -Werror safe
* anchor.c (addMultirowsImg): unused variable: fi * display.c (redrawLineImage): unused variable: ncol * file.c (process_img): uninitialized variables: r2, ni, w0, i0, ismap unused variable: url, ext * file.c (loadHTMLstream): need volatile image_flag * image.c (image_index): int * image.c (getCharSize): need prototype * image.c (getImage): uninitialized variable: key return NULL * map.c (follow_map_menu): used only USE_IMAGE: px, py, map * map.c (newMapArea): used only USE_IMAGE: p, i, max * proto.h (addMultirowsImg): added * w3mimgdisplay.c (main): format string fix * w3mimgdisplay.c (DrawImage): need (Pixmap) cast * inflate.c: indent From: Fumitoshi UKAI <ukai@debian.or.jp>
This commit is contained in:
3
anchor.c
3
anchor.c
@@ -1,4 +1,4 @@
|
||||
/* $Id: anchor.c,v 1.8 2002/01/31 17:54:48 ukai Exp $ */
|
||||
/* $Id: anchor.c,v 1.9 2002/01/31 18:28:24 ukai Exp $ */
|
||||
#include "fm.h"
|
||||
#include "myctype.h"
|
||||
#include "regex.h"
|
||||
@@ -470,7 +470,6 @@ addMultirowsImg(Buffer *buf, AnchorList *al)
|
||||
l->propBuf[k] |= PE_ANCHOR;
|
||||
}
|
||||
if (a_form.url) {
|
||||
FormItemList *fi = (FormItemList *)a_form.url;
|
||||
buf->formitem = putAnchor(buf->formitem, a_form.url,
|
||||
a_form.target, &a, NULL,
|
||||
l->linenumber, pos);
|
||||
|
||||
Reference in New Issue
Block a user