octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Compiling octave with MSVC


From: John W. Eaton
Subject: Re: Compiling octave with MSVC
Date: Thu, 12 Oct 2006 17:33:01 -0400

What is the purpose of

  -D_WIN32_WINNT=0x0403

and what warnings are disabled by

  +#pragma warning( disable : 4003 )
  +#pragma warning( disable : 4996 )
  +#pragma warning( disable : 4661 )

?

jwe


reply via email to

[Prev in Thread] Current Thread [Next in Thread]