Skip to content
  • Carsten Gräser's avatar
    [cleanup] Get rid of compiler warnings · 417f8be3
    Carsten Gräser authored
    * 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).
    417f8be3