Ticket #101 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

MSVC8 compiler opt /GZ is deprecated. use to /RTC1

Reported by: marcusl Assigned to: unassigned
Priority: minor Milestone: 1.8 Release
Component: Build Version: 1.8
Keywords: Cc:
Completion:

Description

Compiling 1.8 (current cvs) in dbg mode (opt works fine) gives the following warning on every file:

cl : Command line warning D9035 : option 'GZ' has been deprecated and will be removed in a future release

cl : Command line warning D9036 : use 'RTC1' instead of 'GZ'

Looking at the command line, /GZ is indeed set.

Change History

10/15/06 10:22:10 changed by marcusl

  • priority changed from major to minor.

It's not that bad.. But it would look nice if we fixed it..

10/16/06 08:55:01 changed by amz

  • status changed from new to closed.
  • resolution set to fixed.