algometrica / larytet-master

Automatically exported from code.google.com/p/larytet-master
0 stars 0 forks source link

Compilation warnings #12

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Performing main compilation...
/usr/bin/gmcs "/out:FMRSim/bin/Debug/FMRSim.exe" "/r:System.dll"
"/r:System.Xml.dll" "/r:System.Xml.Linq.dll" "/r:System.Windows.Forms.dll"
"/r:System.Web.dll" "/r:System.Drawing.dll" "/r:System.Design.dll"
"/r:System.Drawing.Design.dll" "/r:System.Data.dll"
"/r:System.Configuration.dll" "/r:System.Configuration.Install.dll"
"/r:System.Data.DataSetExtensions.dll" "/r:System.Data.Linq.dll"
"/r:System.Management.dll" "/r:System.Runtime.Remoting.dll"
"/r:System.Core.dll" /noconfig /nologo /warn:3 /debug:+ /debug:full
/optimize- /codepage:utf8
/define:"DEBUG;USEFMRSIM;NOTFMRSHELLMAIN;WITHGUI_" /main:JQuant.Program
/t:exe "FMRSim/Main.cs" "FMRSim/AssemblyInfo.cs" "CommadLineInterface.cs"
"Mailbox.cs" "Resources.cs" "MailboxThread.cs" "Pool.cs" "Utils.cs"
"IProducer.cs" "Logger.cs" "FMRSim/TaskBarLibSim.cs" "FMR/FMRShell.cs"
"Forms.cs" "FMRSim/Main_SetupCommandLine.cs" "Timers.cs"
"FMRSim/TaskBarLibSim_Orders.cs" "ThreadPool.cs" "Order.cs" "TA.cs"
"Feed.cs" "Security.cs" "AlgorithmMachine.cs" "CyclicBuffer.cs" 
Compilation succeeded - 9 warning(s)

CyclicBuffer.cs(147,24): warning CS0108: `JQuant.IntStatistics.Add(object)'
hides inherited member `JQuant.CyclicBuffer.Add(object)'. Use the new
keyword if hiding was intended
CyclicBuffer.cs(23,21): (Location of the symbol related to previous warning)
CyclicBuffer.cs(152,26): warning CS0108: `JQuant.IntStatistics.Remove()'
hides inherited member `JQuant.CyclicBuffer.Remove()'. Use the new keyword
if hiding was intended
CyclicBuffer.cs(38,23): (Location of the symbol related to previous warning)
FMRSim/Main_SetupCommandLine.cs(985,23): warning CS0219: The variable
`orderType' is assigned but its value is never used
Utils.cs(272,29): warning CS0219: The variable `x' is assigned but its
value is never used
FMR/FMRShell.cs(1296,17): warning CS0219: The variable `ret' is assigned
but its value is never used
Feed.cs(92,20): warning CS0219: The variable `readStream' is assigned but
its value is never used
FMR/FMRShell.cs(1840,14): warning CS0169: The private method
`FMRShell.MaofOrderFSM.InitOrder_IDLE()' is never used
AlgorithmMachine.cs(110,22): warning CS0169: The private field
`JQuant.Algorithm.MFOrderFSM' is never used
AlgorithmMachine.cs(115,27): warning CS0414: The private field
`JQuant.Algorithm.MFOrdProducer' is assigned but its value is never used

Original issue reported on code.google.com by larytet@gmail.com on 15 Oct 2009 at 3:48

GoogleCodeExporter commented 9 years ago

Original comment by larytet@gmail.com on 15 Oct 2009 at 3:50

GoogleCodeExporter commented 9 years ago
Low priority issue

Original comment by larytet@gmail.com on 15 Oct 2009 at 3:50