Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dune-istl
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Core Modules
dune-istl
Merge requests
!505
[test] Add missing return in main
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
[test] Add missing return in main
feature/add-missing-return
into
master
Overview
0
Commits
1
Pipelines
2
Changes
1
Merged
Christoph Grüninger
requested to merge
feature/add-missing-return
into
master
2 years ago
Overview
0
Commits
1
Pipelines
2
Changes
1
Expand
Unused variable warning indicated this oversight
0
0
Merge request reports
Viewing commit
63549b1c
Show latest version
1 file
+
1
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
63549b1c
[test] Add missing return in main
· 63549b1c
Christoph Grüninger
authored
2 years ago
Unused variable warning indicated this oversight
dune/istl/test/matrixutilstest.cc
+
1
−
0
Options
@@ -59,4 +59,5 @@ int main(int argc, char** argv)
Dune
::
derr
<<
"Counting nonzeros of block BCRSMatrix failed!"
<<
std
::
endl
;
}
return
ret
;
}
Loading