Skip to content

[cleanup] Get rid of compiler warnings

Carsten Gräser requested to merge feature/avoid-warnings into master
  • Remove some unused local typedefs
  • Mark unused values/typedefs in tests by DUNE_UNUSED
  • Use double braces {{ }} in array initialization to calm down clang (altough { } is correct here in c++11 and c++14).

Merge request reports

Loading