sogno-platform / dpsim

Real-time power system simulator including powerflow, (dynamic) phasors and EMT
https://sogno.energy/dpsim/
Mozilla Public License 2.0
70 stars 51 forks source link

Make dpsim compile with clang 14 and GCC 12 #227

Closed JTS22 closed 5 months ago

JTS22 commented 1 year ago

The compilation with GCC12 seems to be fixed on the newest master commit https://github.com/sogno-platform/dpsim/commit/b51142411e63a9b1f6a29f150de3d7e066209203. The CI still seems to use GCC11 though (see https://github.com/sogno-platform/dpsim/actions/runs/5454599508/jobs/9924938203). Compilation with clang (v. 14.0.5) still does not work though, even when not treating warnings as errors.

n-eiling commented 6 months ago

clang compilation is fixed by #293