Greetings -
I recently downloaded the Windows version of the Intel C/C++ Compiler
and used it to generate XEmacs 21.4 and 21.5. The compiler generated
some warnings; only the process-nt.c warning looks real.
- Vin
21.4 Warnings:
src\event-msw.c(3129): warning #167: argument of type "IShellLinkA **"
is incompatible with parameter of type "LPVOID *"
CLSCTX_INPROC_SERVER, &IID_IShellLink, &psl) == S_OK)
^
src\event-msw.c(3134): warning #167: argument of type "IPersistFile
**" is incompatible with parameter of type "LPVOID *"
&ppf) == S_OK)
^
src\process-nt.c(1278): warning #186: pointless comparison of unsigned
integer with zero
if (s < 0)
^
src\symbols.c(3397): warning #177: variable "len" was declared but
never referenced
size_t len = strlen (name);
21.5 Warnings:
lib-src/etags.c(1799): warning #300: const variable "emptyfdesc"
requires an initializer
static const fdesc emptyfdesc;
src\event-msw.c(1573):
warning #186: pointless comparison of unsigned integer with zero
assert ((!badly_p && active == WAIT_TIMEOUT) ||
src\gutter.c(1027): warning #177: function
"error_check_gutter_size_specifier_data" was declared but never
referenced
DECLARE_SPECIFIER_TYPE (gutter_size);
^
src\gutter.c(1027): warning #177: function
"error_check_gutter_size_specifier_type" was declared but never
referenced
DECLARE_SPECIFIER_TYPE (gutter_size);
^
src\gutter.c(1052): warning #177: function
"error_check_gutter_visible_specifier_data" was declared but never
referenced
DECLARE_SPECIFIER_TYPE (gutter_visible);
^
src\gutter.c(1052): warning #177: function
"error_check_gutter_visible_specifier_type" was declared but never
referenced
DECLARE_SPECIFIER_TYPE (gutter_visible);
^
src\process-nt.c(1367): warning #186: pointless comparison of unsigned
integer with zero
if (s < 0)
^
--
The Journey by Mary Oliver
http://www.poemhunter.com/p/m/poem.asp?poet=6771&poem=30506
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://calypso.tux.org/cgi-bin/mailman/listinfo/xemacs-beta