Task #131733 - fixed.err

back to task #131733
download
Error: COMPILER_WARNING:
libplist-2.6.0/src/Array.cpp: scope_hint: In copy constructor 'PList::Array::Array(const PList::Array&)'
libplist-2.6.0/src/Array.cpp:54:1: warning[-Wextra]: base class 'class PList::Structure' should be explicitly initialized in the copy constructor
#   54 | Array::Array(const PList::Array& a)
#      | ^~~~~
#   52|   }
#   53|   
#   54|-> Array::Array(const PList::Array& a)
#   55|   {
#   56|       _array.clear();

Error: COMPILER_WARNING:
libplist-2.6.0/src/Dictionary.cpp: scope_hint: In copy constructor 'PList::Dictionary::Dictionary(const PList::Dictionary&)'
libplist-2.6.0/src/Dictionary.cpp:54:1: warning[-Wextra]: base class 'class PList::Structure' should be explicitly initialized in the copy constructor
#   54 | Dictionary::Dictionary(const PList::Dictionary& d)
#      | ^~~~~~~~~~
#   52|   }
#   53|   
#   54|-> Dictionary::Dictionary(const PList::Dictionary& d)
#   55|   {
#   56|       for (Dictionary::iterator it = _map.begin(); it != _map.end(); it++)