Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
dumux-repositories
dumux
Commits
43c9d0d8
Commit
43c9d0d8
authored
May 03, 2020
by
Christoph Grüninger
Browse files
Fix warning after DUMUX_REGISTER_PRECONDITIONER superfluous semicolon
Occurs only with pedantic
parent
52e311d9
Changes
1
Hide whitespace changes
Inline
Side-by-side
dumux/linear/istlsolverregistry.hh
View file @
43c9d0d8
...
...
@@ -40,6 +40,8 @@
} namespace Dune { \
DUNE_REGISTRY_PUT(tag, name, __VA_ARGS__); \
} namespace Dumux { \
static_assert(true, "Require semicolon to unconfuse editors")
namespace
Dumux
{
namespace
{
...
...
Timo Koch
@timok
mentioned in commit
be739ad9
·
May 04, 2020
mentioned in commit
be739ad9
mentioned in commit be739ad9719a050fe823327585ca9b4ab8587786
Toggle commit list
Timo Koch
@timok
mentioned in merge request
!2114 (merged)
·
May 04, 2020
mentioned in merge request
!2114 (merged)
mentioned in merge request !2114
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment