Computer Chess Club Archives


Search

Terms

Messages

Subject: Re: How to get rid of remarks of the intel compiler

Author: Uri Blass

Date: 07:41:18 01/07/03

Go up one level in this thread


On January 07, 2003 at 09:31:35, Daniel Clausen wrote:

>On January 07, 2003 at 09:16:21, Uri Blass wrote:
>
>>I get a lot of remarks by the intel compiler
>
>Cool, so we not only have errors and warning, but also remarks. :) I like that
>:)
>
>>
>>Here are some kind of remarks:
>>
>>C:\Program Files\Microsoft Visual Studio\VC98\INCLUDE\stdio.h(97): remark #344:
>>typedef name has already been declared (with same type)
>>  typedef char *  va_list;
>
>[snip]
>
>My guess is that the Intel compiler is more ANSI-compliant than the M$-compiler
>and therefore doesn't like the M$-system header files too much.
>
>
>>2)I get a lot of remarks for movei and the most popular remark is
>>
>>external definition with no prior declaration
>
>Not quite sure what the compiler means with that.. but maybe you call a function
>XYZ and the compiler didn't see the declaration before of this function before
>that. (like forgot to include the header-file where the function would/should be
>declared)

Is there a reason that I need to declare that function.

All calls for the functions are done after the function and in the same file.

In cases that I called the function also in other files I declared the function
in another file that includes all the function declerations.

Uri



This page took 0.01 seconds to execute

Last modified: Thu, 15 Apr 21 08:11:13 -0700

Current Computer Chess Club Forums at Talkchess. This site by Sean Mintz.