diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 1998-02-27 19:00:00 -0500 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 1998-02-27 19:00:00 -0500 |
commit | 86b4d41a7463bd35cf662fc748aa338caef609c9 (patch) | |
tree | db4ba2deed8edca7df91182c0253ee93248c7382 /WWW/Library/Implementation/HTFormat.c | |
parent | 899516a7c8880df05e30bbbed72ca1d3cb7a4f00 (diff) | |
download | lynx-snapshots-86b4d41a7463bd35cf662fc748aa338caef609c9.tar.gz |
snapshot of project "lynx", label v2-7-1ac-0_117
Diffstat (limited to 'WWW/Library/Implementation/HTFormat.c')
-rw-r--r-- | WWW/Library/Implementation/HTFormat.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/WWW/Library/Implementation/HTFormat.c b/WWW/Library/Implementation/HTFormat.c index cf36c304..c05af1fa 100644 --- a/WWW/Library/Implementation/HTFormat.c +++ b/WWW/Library/Implementation/HTFormat.c @@ -512,7 +512,7 @@ PUBLIC float HTStackValue ARGS4( PUBLIC int HTCopy ARGS4( HTParentAnchor *, anchor, int, file_number, - void*, handle, + void*, handle GCC_UNUSED, HTStream*, sink) { HTStreamClass targetClass; @@ -806,7 +806,7 @@ PRIVATE int HTGzFileCopy ARGS2( ** */ PUBLIC void HTCopyNoCR ARGS3( - HTParentAnchor *, anchor, + HTParentAnchor *, anchor GCC_UNUSED, int, file_number, HTStream*, sink) { |