tum-ei-eda / etiss

Extendable Translating Instruction Set Simulator
https://tum-ei-eda.github.io/etiss/
Other
29 stars 36 forks source link

Code Quality: Warnings #2

Closed rafzi closed 4 years ago

rafzi commented 4 years ago

Try to fix all warnings

rafzi commented 4 years ago

Compiles clean on GCC 7.4.0 and Clang 9 with -Wall and -Wpedantic

-Wshadow would be nice as well, but too much work for now.

One left: src/fault/Trigger.cpp has some switches that are missing the TIMERELATIVE case.