Issue 11781 - UDK: Remove standard gcc warnings from code.
Summary: UDK: Remove standard gcc warnings from code.
Status: CLOSED FIXED
Alias: None
Product: udk
Classification: Code
Component: code (show other issues)
Version: current
Hardware: All Linux, all
: P3 Trivial (vote)
Target Milestone: OOo 1.1 RC
Assignee: foskey
QA Contact: issues@udk
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-02-24 12:10 UTC by foskey
Modified: 2003-07-31 02:31 UTC (History)
1 user (show)

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


Attachments
Remove implicit typename warnings from header (4.11 KB, patch)
2003-02-24 12:21 UTC, foskey
no flags Details | Diff
Correct two warings - add todo's for the others. (2.62 KB, patch)
2003-02-24 12:55 UTC, foskey
no flags Details | Diff
Minor issues with vos code and one todo to resolve issue. (1.02 KB, patch)
2003-03-01 12:57 UTC, foskey
no flags Details | Diff
more waring patches to be applied. (1.22 KB, patch)
2003-05-22 13:42 UTC, foskey
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this issue.
Description foskey 2003-02-24 12:10:12 UTC
There are warnings generated from gcc once the -w is removed.  The attached
patches solves the ones I can solve.
Comment 1 foskey 2003-02-24 12:21:08 UTC
Created attachment 4869 [details]
Remove implicit typename warnings from header
Comment 2 foskey 2003-02-24 12:55:38 UTC
Created attachment 4870 [details]
Correct two warings - add todo's for the others.
Comment 3 foskey 2003-02-24 13:00:42 UTC
A dependency bug exists for cpputools, I am 'build -all' on a clean
tree that built a standard build before:

cat ../../unxlngi4.pro/misc/regcomp.cmd
ccache gcc-3.2 -Wl,-export-dynamic -Wl,--noinhibit-exec
-L../../unxlngi4.pro/lib -L../lib -L/data2/office/solenv/unxlngi4/lib
-L/data2/office/solver/644/unxlngi4.pro/lib
-L/data2/office/solenv/unxlngi4/lib -L/opt/jdk/lib
-L/opt/jdk/jre/lib/i386 -L/opt/jdk/jre/lib/i386/client
-L/opt/jdk/jre/lib/i386/native_threads -L/usr/X11R6/lib -o
../../unxlngi4.pro/bin/regcomp
../../unxlngi4.pro/obj/registercomponent.o \
-lsal -ltl644li -lcppu -lcppuhelpergcc3 -lcppu -ldl -lpthread -lm
-Wl,-Bdynamic -lstlport_gcc -lstdc++
/usr/bin/ld: cannot find -ltl644li
collect2: ld returned 1 exit status
dmake:  Error code 1, while making '../../unxlngi4.pro/bin/regcomp'

Comment 4 kay.ramme 2003-02-27 17:17:57 UTC
Daniel, please take a look.
Comment 5 Daniel Boelzle [:dbo] 2003-02-28 10:55:08 UTC
fixed within the following revisions:
cppuhelper/inc/cppuhelper/interfacecontainer.hxx rev 1.3.44.1
bridges/source/remote/iiop/dispatch.cxx rev 1.5.44.1
bridges/source/remote/urp/urp_reader.cxx rev 1.9.22.1.6.1
bridges/source/remote/urp/urp_unmarshal.cxx rev 1.9.18.1

Ken: please verify!
Comment 6 foskey 2003-03-01 12:57:11 UTC
Some more things to be resolved...
Comment 7 foskey 2003-03-01 12:57:55 UTC
Created attachment 4948 [details]
Minor issues with vos code and one todo to resolve issue.
Comment 8 foskey 2003-03-01 13:18:44 UTC
Verified the other warnings have been removed.
Comment 9 Daniel Boelzle [:dbo] 2003-03-06 10:56:10 UTC
dbo->mhu: as agreed.
Comment 10 matthias.huetsch 2003-03-16 14:46:47 UTC
Hi Ken,

the patch for the vos/workben/proxy code looks good so far. I'll take
care of the remaining issues on Martin's next ooo workspace.

Matthias
Comment 11 matthias.huetsch 2003-04-08 20:59:25 UTC
The last warnings in vos are now also fixed:

vos/workben/proxy/proxy.cxx r1.2.64.1, with tag 'cws_srx644_mhu02'.

Resolving as fixed.
Comment 12 matthias.huetsch 2003-04-29 19:26:21 UTC
Hi Ken,

The last fix in vos is integrated into 'SRX644_m12' as

vos/workben/proxy/proxy.cxx r1.3

Reassigning to you to close this issue.

Matthias

Comment 13 foskey 2003-05-22 13:42:53 UTC
Created attachment 6333 [details]
more waring patches to be applied.
Comment 14 foskey 2003-05-22 13:44:10 UTC
Two cppu patches to apply, both fairly simple.
Comment 15 Daniel Boelzle [:dbo] 2003-05-26 08:43:03 UTC
retargeted to OOo 2.0; this seems not vital for 1.1
Comment 16 Daniel Boelzle [:dbo] 2003-06-05 09:31:46 UTC
- I agree: retargeted to 1.1 rc, because of annoying Sequence<> thing
- Sequence.hxx rev 1.14.54.1
- typelib.cxx rev 1.17.8.1
Comment 17 Daniel Boelzle [:dbo] 2003-06-05 09:32:43 UTC
@Ken: please verify
Comment 18 thorsten.ziehm 2003-06-18 16:51:45 UTC
Set to 'resolved fixed', that should the correct status.
Comment 19 foskey 2003-07-31 02:31:14 UTC
Closing