sogno-platform/dpsim

Make dpsim compile with clang 14 and GCC 12

JTS22 opened this issue · 1 comments

JTS22 commented

The compilation with GCC12 seems to be fixed on the newest master commit b511424. 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.

clang compilation is fixed by #293