[Mono-list] Anyone else get Compile Errors in mcs?

Nick Drochak ndrochak@gol.com
Mon, 20 Aug 2001 07:26:48 +0900


Hi all,

Does anyone else get compile errors in mcs for
System.ComponentModel\Component.cs?  What is the best process for having
these problems fixed?  Is posting to the list enough for now?  Should we
enter a bug in bugzilla?  Please advise.

Here is the output I get:

System.ComponentModel\Component.cs(23,20): warning CS0649: Field
        'System.ComponentModel.Component.icontainer' is never assigned to,
and will always have its default value null
System.ComponentModel\Component.cs(24,20): warning CS0649: Field
        'System.ComponentModel.Component.design_mode' is never assigned to,
and will always have its default value false
System.ComponentModel\Component.cs(25,20): warning CS0649: Field
        'System.ComponentModel.Component.event_handlers' is never assigned
to, and will always have its default value null
System.ComponentModel\Component.cs(101,29): warning CS0067: The event
        'System.ComponentModel.Component.Disposed' is never used

Regards,
Nick Drochak