Skip to content
GitLab
Explore
Sign in
[cleanup] Get rid of compiler warnings
Code
Review changes
Check out branch
Download
Patches
Plain diff
Carsten Gräser
requested to merge
feature/avoid-warnings
into
master
Mar 22, 2018
Overview
0
Commits
1
Pipelines
1
Changes
8
Expand
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