mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
COMP: resolved compiler warnings
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user