Issue 71175 - to-be-m192: new warning in basic/source/runtime/step0.cxx
Summary: to-be-m192: new warning in basic/source/runtime/step0.cxx
Status: CLOSED FIXED
Alias: None
Product: porting
Classification: Code
Component: code (show other issues)
Version: current
Hardware: All Mac OS X, all
: P3 Trivial (vote)
Target Milestone: ---
Assignee: rt
QA Contact: issues@porting
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-11-04 08:26 UTC by pavel
Modified: 2006-11-05 08:55 UTC (History)
2 users (show)

See Also:
Issue Type: PATCH
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description pavel 2006-11-04 08:26:06 UTC
Unused variable in step0.cxx:

-                               SbxVariable* defaultProp = NULL;

Breaks my Mac OS X warning free build and will break on every plaftorm as well.
Comment 1 sparcmoz 2006-11-04 20:05:13 UTC
also seen in GNU/Linux SPARC gcc4.1.2
Comment 2 pavel 2006-11-05 08:55:14 UTC
revision 1.27
date: 2006/11/03 07:03:10;  author: obo;  state: Exp;  lines: +4 -4
#i10000# defaultProp unused warning

Fixed by obo.
Comment 3 pavel 2006-11-05 08:55:34 UTC
Closing.