Opened 8 years ago
Closed 7 years ago
#4375 closed enhancement (fixed)
remove 3rdParty from static analysis
Reported by: | Henning Kiel | Owned by: | Martin Sjölund |
---|---|---|---|
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 by , 7 years ago
Milestone: | Future → 1.13.0 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
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.