Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
openfoam
Commits
7904e4a7
Commit
7904e4a7
authored
Feb 08, 2019
by
Andrew Heather
Browse files
COMP: resolved compiler warnings
parent
e929a209
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/OpenFOAM/primitives/nullObject/nullObject.H
View file @
7904e4a7
...
...
@@ -80,7 +80,7 @@ class NullObject
// Could also rely on bit-wise zero initialization for union content
NullObject
()
:
data_
{
nullptr
,
nullptr
,
nullptr
,
nullptr
}
data_
{
{
nullptr
}
,
{
nullptr
}
,
{
nullptr
}
,
{
nullptr
}
}
{}
//- No copy construct
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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