Opened 8 years ago

Closed 7 years ago

#4375 closed enhancement (fixed)

remove 3rdParty from static analysis

Reported by: hkiel Owned by: sjoelund.se
Priority: low Milestone: 1.13.0
Component: Build Environment Version:
Keywords: Cc:

Description

The title says it. About 40% of the warnings from static analysis https://asap.openmodelica.org/scan-build/ come from OMCompiler/3rdParty. Maybe it is wise to disable them as we cannot do anything about it...
Makes the list more readable, still about 1800 warnings remain to be processed or evaluated.

Change History (1)

comment:1 Changed 7 years ago by sjoelund.se

  • Milestone changed from Future to 1.13.0
  • Resolution set to fixed
  • Status changed from new to closed

With 920540b I could remove most of the 3rdParty from being compiled (antlr is still there). The problem before was that we always re-compiled sundials and if we didn't clean it the makefiles contained some bad compiler flags.

Note: See TracTickets for help on using tickets.