COMP: avoid -Wstringop-truncation warning
- the gcc c++/9 includes now inline strncpy, which obliterates the previous method of suppressing the warning. Now simply allocate additional space for the nul character. COMP: silence some icc warnings
Showing
- src/fileFormats/ensight/file/ensightFile.C 5 additions, 9 deletionssrc/fileFormats/ensight/file/ensightFile.C
- src/finiteVolume/fields/fvPatchFields/derived/turbulentDigitalFilterInlet/turbulentDigitalFilterInletFvPatchVectorField.C 9 additions, 12 deletions...lterInlet/turbulentDigitalFilterInletFvPatchVectorField.C
Please register or sign in to comment