summaryrefslogtreecommitdiff
path: root/TAO
diff options
context:
space:
mode:
authorocielliottc <elliottc@objectcomputing.com>2022-12-15 06:07:46 -0600
committerGitHub <noreply@github.com>2022-12-15 06:07:46 -0600
commitb5eb7cc3715e4a458ef63d1a8175c7c901eec121 (patch)
tree43c625bcdb3967c46e0f7098571a3d2bf6fc6a79 /TAO
parent34a585c202d9f981ccec58aff6d26ce2ccf81d05 (diff)
parent633be2b32bdb9ff00658511693d7545e34f9acb8 (diff)
downloadATCD-b5eb7cc3715e4a458ef63d1a8175c7c901eec121.tar.gz
Merge pull request #1998 from DOCGroup/elliottc/715-additional-master
Fix additional warnings from OpenDDS builds.
Diffstat (limited to 'TAO')
-rw-r--r--TAO/tao/Storable_FlatFileStream.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/TAO/tao/Storable_FlatFileStream.cpp b/TAO/tao/Storable_FlatFileStream.cpp
index 08b98a564fe..a54226908a4 100644
--- a/TAO/tao/Storable_FlatFileStream.cpp
+++ b/TAO/tao/Storable_FlatFileStream.cpp
@@ -95,7 +95,6 @@ namespace
{
if (ACE_OS::fwrite(buffer, 1, n_read, f2) != n_read)
{
- ferror (f2);
if (TAO_debug_level > 0)
{
TAOLIB_ERROR ((LM_ERROR,
@@ -110,7 +109,6 @@ namespace
errno = 0;
if (!feof (f1))
{
- ferror (f1);
if (TAO_debug_level > 0)
{
TAOLIB_ERROR ((LM_ERROR,