Login  Register

Re: disabling compilation warnings

Posted by DU VIGNAUD DE VILLEFORT FRANCOIS GASAPRD PHI on May 28, 2007; 8:44am
URL: http://quantlib.414.s1.nabble.com/disabling-compilation-warnings-tp9510p9511.html


>It could be dealt with in the same way. What is the warning about?

Nothing to worry about IMO, here is the description from MSDN:
A qualifier, such as const, is applied to a function type defined by typedef.

Example:
// C4180.cpp
// compile with: /W1 /c
typedef int *FuncType(void);

// the const qualifier cannot be applied to the
// function type FuncType
const FuncType f;   // C4180


François

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
QuantLib-dev mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/quantlib-dev