View Issue Details

IDProjectCategoryView StatusLast Update
0001676SkyChart1-Softwarepublic17-03-12 09:32
ReporterSasa Assigned ToPatrick Chevalley  
PrioritynoneSeverityminorReproducibilityhave not tried
Status resolvedResolutionfixed 
PlatformLinuxOSLubuntu 32-bitOS Version16.10
Product Version3.11 SVN 
Target Version4.0Fixed in Version3.11 SVN 
Summary0001676: More warning for cleanup
DescriptionAs previous cleanup, after clean compiling (your component are used only, not built with Lazarus due issue with further usage), there is still some warnings shown by compiler.

- skylibcat.pas
- gscfits.pas
- gsccompact.pas
- tyc2unit.pas
- usnoaunit.pas
- gcatunit.pas
- findunit.pas
- gcmunit.pas
- microcatunit.pas

This is not just note for some future cleanup - priority set to none.
TagsNo tags attached.

Activities

Patrick Chevalley

17-03-12 09:32

administrator   ~0003719

I not see any warning here, only hints.

The hint "parameters not used" are because this specific catalog do not require them but I need to keep them as the interface is standardized for all the catalog.

The hint "Local variable not initialized" are all because this variables are used to get the result from a procedure call and really don't need to be initialized before the call.

The only warning I see is about "faSysFile not portable" in u_util.pas but it is enclosed in $ifdef for the supported platform.

Revision 3567 suppress the hint in cdccatalog.lpk (they where already suppressed in the makefile), and suppress the warning in u_util as it is handled.
https://sourceforge.net/p/skychart/code/3567/

Issue History

Date Modified Username Field Change
17-03-11 20:17 Sasa New Issue
17-03-12 09:32 Patrick Chevalley Assigned To => Patrick Chevalley
17-03-12 09:32 Patrick Chevalley Status new => resolved
17-03-12 09:32 Patrick Chevalley Resolution open => fixed
17-03-12 09:32 Patrick Chevalley Fixed in Version => 3.11 SVN
17-03-12 09:32 Patrick Chevalley Target Version => 4.0
17-03-12 09:32 Patrick Chevalley Note Added: 0003719