From 265095a9d78259589cfcbf5160b686f55f48c761 Mon Sep 17 00:00:00 2001 From: Knut Petter Svendsen Date: Wed, 27 May 2020 09:26:32 +0200 Subject: Fixed warning for maybe-uninitialized --- TAO/TAO_IDL/util/utl_global.cpp | 1 + 1 file changed, 1 insertion(+) 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; -- cgit v1.2.1