POV-Ray : Newsgroups : povray.off-topic : Adventures with C++ : Re: Adventures with C++ Server Time
29 Jul 2024 00:31:51 EDT (-0400)
  Re: Adventures with C++  
From: Warp
Date: 24 May 2013 15:04:31
Message: <519fb9be@news.povray.org>
Orchid Win7 v1 <voi### [at] devnull> wrote:
> I think MSVC actually *does* output warnings... It's just that every 
> time you compile the sources, it generates many hundred lines of 
> "stuff", and any warning messages are swamped by all the other output. I 
> think I've seen a warning or two flash past, but it would be quite 
> time-consuming to actually go read them all.

In principle you should get 0 warnings for a properly-written program.

> (And most warnings are just 
> "printf is deprecated; please use printf_s instead".)

That particular warning can be turned off in VC. A google search should
tell you how.

-- 
                                                          - Warp


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.