mirror of
https://github.com/AdaCore/PolyORB.git
synced 2026-02-12 13:01:15 -08:00
Remove -gnatwR so we again get warnings on redundant type conversions. * cos/naming/cosnaming-namingcontext-impl.ads, cos/naming/cosnaming-namingcontext-impl.adb, cos/ir/corba-repository_root-valuedef-impl.adb, cos/ir/corba-repository_root-valuedef-impl.ads, cos/time/costime-uto-impl.adb, cos/time/costime-uto-impl.ads, examples/corba/all_types/all_types-impl.ads, examples/corba/all_types/all_types-impl.adb: Change the result type of functions from Ref to Ref'Class as required by the Ada mapping specification. Otherwise, we get warnings on redundant type conversions in the skels -- the generated code converts Ref to Ref. Fixes J418-003. Subversion-branch: /trunk/polyorb Subversion-revision: 159170