summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2020-05-27 11:28:36 +0200
committerGitHub <noreply@github.com>2020-05-27 11:28:36 +0200
commitadced9754c8ffca51fdba3189775e7dc757fd02b (patch)
treeca50b5c758cc57f1e9a59ad10f1d3b6a50b52b12
parent14664e069fcd277376b6fd21a618ee4debdfb350 (diff)
parent265095a9d78259589cfcbf5160b686f55f48c761 (diff)
downloadATCD-adced9754c8ffca51fdba3189775e7dc757fd02b.tar.gz
Merge pull request #1122 from knutpett/fix_warnings_ci
Fixed warning for maybe-uninitialized
-rw-r--r--TAO/TAO_IDL/util/utl_global.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/TAO/TAO_IDL/util/utl_global.cpp b/TAO/TAO_IDL/util/utl_global.cpp
index f6e2c828126..11a2390ed39 100644
--- a/TAO/TAO_IDL/util/utl_global.cpp
+++ b/TAO/TAO_IDL/util/utl_global.cpp
@@ -1940,6 +1940,7 @@ namespace
old_lineno_ (idl_global->lineno ()),
old_idl_src_file_ (idl_global->idl_src_file ()),
disable_output_ (disable_output),
+ default_streambuf_ (0),
flags_ (ACE_LOG_MSG->flags ())
{
idl_global->in_eval_ = true;