CMake Warning at source_subfolder/CMakeLists.txt:745 (FIND_PACKAGE):
  By not providing "FindOpenEXR.cmake" in CMAKE_MODULE_PATH this project has
  asked CMake to find a package configuration file provided by "OpenEXR", but
  CMake did not find one.

  Could not find a package configuration file provided by "OpenEXR" with any
  of the following names:

    OpenEXRConfig.cmake
    openexr-config.cmake

  Add the installation prefix of "OpenEXR" to CMAKE_PREFIX_PATH or set
  "OpenEXR_DIR" to a directory containing one of the above files.  If
  "OpenEXR" provides a separate development package or SDK, be sure it has
  been installed.


CMake Warning at source_subfolder/CMakeLists.txt:751 (FIND_PACKAGE):
  By not providing "FindGTA.cmake" in CMAKE_MODULE_PATH this project has
  asked CMake to find a package configuration file provided by "GTA", but
  CMake did not find one.

  Could not find a package configuration file provided by "GTA" with any of
  the following names:

    GTAConfig.cmake
    gta-config.cmake

  Add the installation prefix of "GTA" to CMAKE_PREFIX_PATH or set "GTA_DIR"
  to a directory containing one of the above files.  If "GTA" provides a
  separate development package or SDK, be sure it has been installed.


Disabling QuickTime because it's not supported by the selected SDK 10.14
CMake Warning:
  Manually-specified variables were not used by the project:

    CMAKE_EXPORT_NO_PACKAGE_REGISTRY
    USE_3RDPARTY_BIN


/Users/jenkins/w/cci_PR-2702/.conan/data/openscenegraph/3.6.5/_/_/build/36c84b5ec5d9da7ae4109d03bab562d1b03280be/source_subfolder/src/OpenThreads/pthreads/PThread.cpp:470:20: warning: 'syscall' is deprecated: first deprecated in macOS 10.12 - syscall(2) is unsupported; please switch to a supported interface. For SYS_kdebug_trace use kdebug_signpost(). [-Wdeprecated-declarations]
  return (size_t)::syscall(SYS_thread_selfid);
                   ^
/Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/unistd.h:742:6: note: 'syscall' has been explicitly marked deprecated here
int      syscall(int, ...);
         ^
1 warning generated.
In file included from /Users/jenkins/w/cci_PR-2702/.conan/data/openscenegraph/3.6.5/_/_/build/36c84b5ec5d9da7ae4109d03bab562d1b03280be/source_subfolder/src/osgUtil/tristripper/src/tri_stripper.cpp:10:
In file included from /Users/jenkins/w/cci_PR-2702/.conan/data/openscenegraph/3.6.5/_/_/build/36c84b5ec5d9da7ae4109d03bab562d1b03280be/source_subfolder/src/osgUtil/tristripper/include/tri_stripper.h:44:
/Users/jenkins/w/cci_PR-2702/.conan/data/openscenegraph/3.6.5/_/_/build/36c84b5ec5d9da7ae4109d03bab562d1b03280be/source_subfolder/src/osgUtil/tristripper/include/detail/graph_array.h:449:44: warning: 'mem_fun_ref<void, triangle_stripper::detail::graph_array<triangle_stripper::detail::triangle>::node>' is deprecated [-Wdeprecated-declarations]
    std::for_each(G.begin(), G.end(), std::mem_fun_ref(&graph_array<N>::node::unmark));
                                           ^
/Users/jenkins/w/cci_PR-2702/.conan/data/openscenegraph/3.6.5/_/_/build/36c84b5ec5d9da7ae4109d03bab562d1b03280be/source_subfolder/src/osgUtil/tristripper/src/tri_stripper.cpp:47:9: note: in instantiation of function template specialization 'triangle_stripper::detail::unmark_nodes<triangle_stripper::detail::triangle>' requested here
        unmark_nodes(m_Triangles);
        ^
/Applications/Xcode-11.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/functional:1181:1: note: 'mem_fun_ref<void, triangle_stripper::detail::graph_array<triangle_stripper::detail::triangle>::node>' has been explicitly marked deprecated here
_LIBCPP_DEPRECATED_IN_CXX11 inline _LIBCPP_INLINE_VISIBILITY
^
/Applications/Xcode-11.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:1101:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11'
#  define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED
                                      ^
/Applications/Xcode-11.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:1090:48: note: expanded from macro '_LIBCPP_DEPRECATED'
#    define _LIBCPP_DEPRECATED __attribute__ ((deprecated))
                                               ^
1 warning generated.
/Users/jenkins/w/cci_PR-2702/.conan/data/openscenegraph/3.6.5/_/_/build/36c84b5ec5d9da7ae4109d03bab562d1b03280be/source_subfolder/src/osgShadow/ConvexPolyhedron.cpp:77:55: warning: binding dereferenced null pointer to reference has undefined behavior [-Wnull-dereference]
const osg::Matrix & ConvexPolyhedron::defaultMatrix = *(osg::Matrix*)NULL;
                                                      ^~~~~~~~~~~~~~~~~~~
1 warning generated.
In file included from /Users/jenkins/w/cci_PR-2702/.conan/data/openscenegraph/3.6.5/_/_/build/36c84b5ec5d9da7ae4109d03bab562d1b03280be/source_subfolder/src/osgShadow/DebugShadowMap.cpp:17:
/Users/jenkins/w/cci_PR-2702/.conan/data/openscenegraph/3.6.5/_/_/build/36c84b5ec5d9da7ae4109d03bab562d1b03280be/source_subfolder/include/osgShadow/DebugShadowMap:174:53: warning: binding dereferenced null pointer to reference has undefined behavior [-Wnull-dereference]
                const ConvexPolyhedron & polytope = *(ConvexPolyhedron*)( NULL ),
                                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/jenkins/w/cci_PR-2702/.conan/data/openscenegraph/3.6.5/_/_/build/36c84b5ec5d9da7ae4109d03bab562d1b03280be/source_subfolder/src/osgShadow/LightSpacePerspectiveShadowMap.cpp:18:
In file included from /Users/jenkins/w/cci_PR-2702/.conan/data/openscenegraph/3.6.5/_/_/build/36c84b5ec5d9da7ae4109d03bab562d1b03280be/source_subfolder/include/osgShadow/LightSpacePerspectiveShadowMap:21:
In file included from /Users/jenkins/w/cci_PR-2702/.conan/data/openscenegraph/3.6.5/_/_/build/36c84b5ec5d9da7ae4109d03bab562d1b03280be/source_subfolder/include/osgShadow/MinimalCullBoundsShadowMap:20:
In file included from /Users/jenkins/w/cci_PR-2702/.conan/data/openscenegraph/3.6.5/_/_/build/36c84b5ec5d9da7ae4109d03bab562d1b03280be/source_subfolder/include/osgShadow/MinimalShadowMap:20:
In file included from /Users/jenkins/w/cci_PR-2702/.conan/data/openscenegraph/3.6.5/_/_/build/36c84b5ec5d9da7ae4109d03bab562d1b03280be/source_subfolder/include/osgShadow/StandardShadowMap:20:
/Users/jenkins/w/cci_PR-2702/.conan/data/openscenegraph/3.6.5/_/_/build/36c84b5ec5d9da7ae4109d03bab562d1b03280be/source_subfolder/include/osgShadow/DebugShadowMap:174:53: warning: binding dereferenced null pointer to reference has undefined behavior [-Wnull-dereference]
                const ConvexPolyhedron & polytope = *(ConvexPolyhedron*)( NULL ),
                                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 warning generated.
1 warning generated.
In file included from /Users/jenkins/w/cci_PR-2702/.conan/data/openscenegraph/3.6.5/_/_/build/36c84b5ec5d9da7ae4109d03bab562d1b03280be/source_subfolder/src/osgShadow/MinimalCullBoundsShadowMap.cpp:18:
In file included from /Users/jenkins/w/cci_PR-2702/.conan/data/openscenegraph/3.6.5/_/_/build/36c84b5ec5d9da7ae4109d03bab562d1b03280be/source_subfolder/include/osgShadow/MinimalCullBoundsShadowMap:20:
In file included from /Users/jenkins/w/cci_PR-2702/.conan/data/openscenegraph/3.6.5/_/_/build/36c84b5ec5d9da7ae4109d03bab562d1b03280be/source_subfolder/include/osgShadow/MinimalShadowMap:20:
In file included from /Users/jenkins/w/cci_PR-2702/.conan/data/openscenegraph/3.6.5/_/_/build/36c84b5ec5d9da7ae4109d03bab562d1b03280be/source_subfolder/include/osgShadow/StandardShadowMap:20:
/Users/jenkins/w/cci_PR-2702/.conan/data/openscenegraph/3.6.5/_/_/build/36c84b5ec5d9da7ae4109d03bab562d1b03280be/source_subfolder/include/osgShadow/DebugShadowMap:174:53: warning: binding dereferenced null pointer to reference has undefined behavior [-Wnull-dereference]
                const ConvexPolyhedron & polytope = *(ConvexPolyhedron*)( NULL ),
                                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/jenkins/w/cci_PR-2702/.conan/data/openscenegraph/3.6.5/_/_/build/36c84b5ec5d9da7ae4109d03bab562d1b03280be/source_subfolder/src/osgShadow/MinimalDrawBoundsShadowMap.cpp:17:
In file included from /Users/jenkins/w/cci_PR-2702/.conan/data/openscenegraph/3.6.5/_/_/build/36c84b5ec5d9da7ae4109d03bab562d1b03280be/source_subfolder/include/osgShadow/MinimalDrawBoundsShadowMap:21:
In file included from /Users/jenkins/w/cci_PR-2702/.conan/data/openscenegraph/3.6.5/_/_/build/36c84b5ec5d9da7ae4109d03bab562d1b03280be/source_subfolder/include/osgShadow/MinimalShadowMap:20:
In file included from /Users/jenkins/w/cci_PR-2702/.conan/data/openscenegraph/3.6.5/_/_/build/36c84b5ec5d9da7ae4109d03bab562d1b03280be/source_subfolder/include/osgShadow/StandardShadowMap:20:
/Users/jenkins/w/cci_PR-2702/.conan/data/openscenegraph/3.6.5/_/_/build/36c84b5ec5d9da7ae4109d03bab562d1b03280be/source_subfolder/include/osgShadow/DebugShadowMap:174:53: warning: binding dereferenced null pointer to reference has undefined behavior [-Wnull-dereference]
                const ConvexPolyhedron & polytope = *(ConvexPolyhedron*)( NULL ),
                                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 warning generated.
In file included from /Users/jenkins/w/cci_PR-2702/.conan/data/openscenegraph/3.6.5/_/_/build/36c84b5ec5d9da7ae4109d03bab562d1b03280be/source_subfolder/src/osgShadow/MinimalShadowMap.cpp:17:
In file included from /Users/jenkins/w/cci_PR-2702/.conan/data/openscenegraph/3.6.5/_/_/build/36c84b5ec5d9da7ae4109d03bab562d1b03280be/source_subfolder/include/osgShadow/MinimalShadowMap:20:
In file included from /Users/jenkins/w/cci_PR-2702/.conan/data/openscenegraph/3.6.5/_/_/build/36c84b5ec5d9da7ae4109d03bab562d1b03280be/source_subfolder/include/osgShadow/StandardShadowMap:20:
/Users/jenkins/w/cci_PR-2702/.conan/data/openscenegraph/3.6.5/_/_/build/36c84b5ec5d9da7ae4109d03bab562d1b03280be/source_subfolder/include/osgShadow/DebugShadowMap:174:53: warning: binding dereferenced null pointer to reference has undefined behavior [-Wnull-dereference]
                const ConvexPolyhedron & polytope = *(ConvexPolyhedron*)( NULL ),
                                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 warning generated.
1 warning generated.
In file included from /Users/jenkins/w/cci_PR-2702/.conan/data/openscenegraph/3.6.5/_/_/build/36c84b5ec5d9da7ae4109d03bab562d1b03280be/source_subfolder/src/osgShadow/StandardShadowMap.cpp:17:
In file included from /Users/jenkins/w/cci_PR-2702/.conan/data/openscenegraph/3.6.5/_/_/build/36c84b5ec5d9da7ae4109d03bab562d1b03280be/source_subfolder/include/osgShadow/StandardShadowMap:20:
/Users/jenkins/w/cci_PR-2702/.conan/data/openscenegraph/3.6.5/_/_/build/36c84b5ec5d9da7ae4109d03bab562d1b03280be/source_subfolder/include/osgShadow/DebugShadowMap:174:53: warning: binding dereferenced null pointer to reference has undefined behavior [-Wnull-dereference]
                const ConvexPolyhedron & polytope = *(ConvexPolyhedron*)( NULL ),
                                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 warning generated.
/Users/jenkins/w/cci_PR-2702/.conan/data/openscenegraph/3.6.5/_/_/build/36c84b5ec5d9da7ae4109d03bab562d1b03280be/source_subfolder/src/osgPlugins/obj/obj.cpp:41:72: warning: 'ptr_fun<int, int>' is deprecated [-Wdeprecated-declarations]
    result.assign( std::find_if( ss.begin(), ss.end(), std::not1( std::ptr_fun< int, int >( isspace ) ) ),
                                                                       ^
/Applications/Xcode-11.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/functional:1097:1: note: 'ptr_fun<int, int>' has been explicitly marked deprecated here
_LIBCPP_DEPRECATED_IN_CXX11 inline _LIBCPP_INLINE_VISIBILITY
^
/Applications/Xcode-11.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:1101:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11'
#  define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED
                                      ^
/Applications/Xcode-11.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:1090:48: note: expanded from macro '_LIBCPP_DEPRECATED'
#    define _LIBCPP_DEPRECATED __attribute__ ((deprecated))
                                               ^
/Users/jenkins/w/cci_PR-2702/.conan/data/openscenegraph/3.6.5/_/_/build/36c84b5ec5d9da7ae4109d03bab562d1b03280be/source_subfolder/src/osgPlugins/obj/obj.cpp:42:74: warning: 'ptr_fun<int, int>' is deprecated [-Wdeprecated-declarations]
                   std::find_if( ss.rbegin(), ss.rend(), std::not1( std::ptr_fun< int, int >( isspace ) ) ).base() );
                                                                         ^
/Applications/Xcode-11.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/functional:1097:1: note: 'ptr_fun<int, int>' has been explicitly marked deprecated here
_LIBCPP_DEPRECATED_IN_CXX11 inline _LIBCPP_INLINE_VISIBILITY
^
/Applications/Xcode-11.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:1101:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11'
#  define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED
                                      ^
/Applications/Xcode-11.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:1090:48: note: expanded from macro '_LIBCPP_DEPRECATED'
#    define _LIBCPP_DEPRECATED __attribute__ ((deprecated))
                                               ^
2 warnings generated.
clang: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated]
In file included from /Users/jenkins/w/cci_PR-2702/.conan/data/openscenegraph/3.6.5/_/_/build/36c84b5ec5d9da7ae4109d03bab562d1b03280be/source_subfolder/src/osgWrappers/serializers/osgShadow/DebugShadowMap.cpp:1:
/Users/jenkins/w/cci_PR-2702/.conan/data/openscenegraph/3.6.5/_/_/build/36c84b5ec5d9da7ae4109d03bab562d1b03280be/source_subfolder/include/osgShadow/DebugShadowMap:174:53: warning: binding dereferenced null pointer to reference has undefined behavior [-Wnull-dereference]
                const ConvexPolyhedron & polytope = *(ConvexPolyhedron*)( NULL ),
                                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 warning generated.
In file included from /Users/jenkins/w/cci_PR-2702/.conan/data/openscenegraph/3.6.5/_/_/build/36c84b5ec5d9da7ae4109d03bab562d1b03280be/source_subfolder/src/osgWrappers/serializers/osgShadow/LightSpacePerspectiveShadowMapCB.cpp:1:
In file included from /Users/jenkins/w/cci_PR-2702/.conan/data/openscenegraph/3.6.5/_/_/build/36c84b5ec5d9da7ae4109d03bab562d1b03280be/source_subfolder/include/osgShadow/LightSpacePerspectiveShadowMap:21:
In file included from /Users/jenkins/w/cci_PR-2702/.conan/data/openscenegraph/3.6.5/_/_/build/36c84b5ec5d9da7ae4109d03bab562d1b03280be/source_subfolder/include/osgShadow/MinimalCullBoundsShadowMap:20:
In file included from /Users/jenkins/w/cci_PR-2702/.conan/data/openscenegraph/3.6.5/_/_/build/36c84b5ec5d9da7ae4109d03bab562d1b03280be/source_subfolder/include/osgShadow/MinimalShadowMap:20:
In file included from /Users/jenkins/w/cci_PR-2702/.conan/data/openscenegraph/3.6.5/_/_/build/36c84b5ec5d9da7ae4109d03bab562d1b03280be/source_subfolder/include/osgShadow/StandardShadowMap:20:
/Users/jenkins/w/cci_PR-2702/.conan/data/openscenegraph/3.6.5/_/_/build/36c84b5ec5d9da7ae4109d03bab562d1b03280be/source_subfolder/include/osgShadow/DebugShadowMap:174:53: warning: binding dereferenced null pointer to reference has undefined behavior [-Wnull-dereference]
                const ConvexPolyhedron & polytope = *(ConvexPolyhedron*)( NULL ),
                                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 warning generated.
In file included from /Users/jenkins/w/cci_PR-2702/.conan/data/openscenegraph/3.6.5/_/_/build/36c84b5ec5d9da7ae4109d03bab562d1b03280be/source_subfolder/src/osgWrappers/serializers/osgShadow/LightSpacePerspectiveShadowMapDB.cpp:1:
In file included from /Users/jenkins/w/cci_PR-2702/.conan/data/openscenegraph/3.6.5/_/_/build/36c84b5ec5d9da7ae4109d03bab562d1b03280be/source_subfolder/include/osgShadow/LightSpacePerspectiveShadowMap:21:
In file included from /Users/jenkins/w/cci_PR-2702/.conan/data/openscenegraph/3.6.5/_/_/build/36c84b5ec5d9da7ae4109d03bab562d1b03280be/source_subfolder/include/osgShadow/MinimalCullBoundsShadowMap:20:
In file included from /Users/jenkins/w/cci_PR-2702/.conan/data/openscenegraph/3.6.5/_/_/build/36c84b5ec5d9da7ae4109d03bab562d1b03280be/source_subfolder/include/osgShadow/MinimalShadowMap:20:
In file included from /Users/jenkins/w/cci_PR-2702/.conan/data/openscenegraph/3.6.5/_/_/build/36c84b5ec5d9da7ae4109d03bab562d1b03280be/source_subfolder/include/osgShadow/StandardShadowMap:20:
/Users/jenkins/w/cci_PR-2702/.conan/data/openscenegraph/3.6.5/_/_/build/36c84b5ec5d9da7ae4109d03bab562d1b03280be/source_subfolder/include/osgShadow/DebugShadowMap:174:53: warning: binding dereferenced null pointer to reference has undefined behavior [-Wnull-dereference]
                const ConvexPolyhedron & polytope = *(ConvexPolyhedron*)( NULL ),
                                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 warning generated.
In file included from /Users/jenkins/w/cci_PR-2702/.conan/data/openscenegraph/3.6.5/_/_/build/36c84b5ec5d9da7ae4109d03bab562d1b03280be/source_subfolder/src/osgWrappers/serializers/osgShadow/LightSpacePerspectiveShadowMapVB.cpp:1:
In file included from /Users/jenkins/w/cci_PR-2702/.conan/data/openscenegraph/3.6.5/_/_/build/36c84b5ec5d9da7ae4109d03bab562d1b03280be/source_subfolder/include/osgShadow/LightSpacePerspectiveShadowMap:21:
In file included from /Users/jenkins/w/cci_PR-2702/.conan/data/openscenegraph/3.6.5/_/_/build/36c84b5ec5d9da7ae4109d03bab562d1b03280be/source_subfolder/include/osgShadow/MinimalCullBoundsShadowMap:20:
In file included from /Users/jenkins/w/cci_PR-2702/.conan/data/openscenegraph/3.6.5/_/_/build/36c84b5ec5d9da7ae4109d03bab562d1b03280be/source_subfolder/include/osgShadow/MinimalShadowMap:20:
In file included from /Users/jenkins/w/cci_PR-2702/.conan/data/openscenegraph/3.6.5/_/_/build/36c84b5ec5d9da7ae4109d03bab562d1b03280be/source_subfolder/include/osgShadow/StandardShadowMap:20:
/Users/jenkins/w/cci_PR-2702/.conan/data/openscenegraph/3.6.5/_/_/build/36c84b5ec5d9da7ae4109d03bab562d1b03280be/source_subfolder/include/osgShadow/DebugShadowMap:174:53: warning: binding dereferenced null pointer to reference has undefined behavior [-Wnull-dereference]
                const ConvexPolyhedron & polytope = *(ConvexPolyhedron*)( NULL ),
                                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 warning generated.
In file included from /Users/jenkins/w/cci_PR-2702/.conan/data/openscenegraph/3.6.5/_/_/build/36c84b5ec5d9da7ae4109d03bab562d1b03280be/source_subfolder/src/osgWrappers/serializers/osgShadow/MinimalCullBoundsShadowMap.cpp:1:
In file included from /Users/jenkins/w/cci_PR-2702/.conan/data/openscenegraph/3.6.5/_/_/build/36c84b5ec5d9da7ae4109d03bab562d1b03280be/source_subfolder/include/osgShadow/MinimalCullBoundsShadowMap:20:
In file included from /Users/jenkins/w/cci_PR-2702/.conan/data/openscenegraph/3.6.5/_/_/build/36c84b5ec5d9da7ae4109d03bab562d1b03280be/source_subfolder/include/osgShadow/MinimalShadowMap:20:
In file included from /Users/jenkins/w/cci_PR-2702/.conan/data/openscenegraph/3.6.5/_/_/build/36c84b5ec5d9da7ae4109d03bab562d1b03280be/source_subfolder/include/osgShadow/StandardShadowMap:20:
/Users/jenkins/w/cci_PR-2702/.conan/data/openscenegraph/3.6.5/_/_/build/36c84b5ec5d9da7ae4109d03bab562d1b03280be/source_subfolder/include/osgShadow/DebugShadowMap:174:53: warning: binding dereferenced null pointer to reference has undefined behavior [-Wnull-dereference]
                const ConvexPolyhedron & polytope = *(ConvexPolyhedron*)( NULL ),
                                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 warning generated.
In file included from /Users/jenkins/w/cci_PR-2702/.conan/data/openscenegraph/3.6.5/_/_/build/36c84b5ec5d9da7ae4109d03bab562d1b03280be/source_subfolder/src/osgWrappers/serializers/osgShadow/MinimalDrawBoundsShadowMap.cpp:1:
In file included from /Users/jenkins/w/cci_PR-2702/.conan/data/openscenegraph/3.6.5/_/_/build/36c84b5ec5d9da7ae4109d03bab562d1b03280be/source_subfolder/include/osgShadow/MinimalDrawBoundsShadowMap:21:
In file included from /Users/jenkins/w/cci_PR-2702/.conan/data/openscenegraph/3.6.5/_/_/build/36c84b5ec5d9da7ae4109d03bab562d1b03280be/source_subfolder/include/osgShadow/MinimalShadowMap:20:
In file included from /Users/jenkins/w/cci_PR-2702/.conan/data/openscenegraph/3.6.5/_/_/build/36c84b5ec5d9da7ae4109d03bab562d1b03280be/source_subfolder/include/osgShadow/StandardShadowMap:20:
/Users/jenkins/w/cci_PR-2702/.conan/data/openscenegraph/3.6.5/_/_/build/36c84b5ec5d9da7ae4109d03bab562d1b03280be/source_subfolder/include/osgShadow/DebugShadowMap:174:53: warning: binding dereferenced null pointer to reference has undefined behavior [-Wnull-dereference]
                const ConvexPolyhedron & polytope = *(ConvexPolyhedron*)( NULL ),
                                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/jenkins/w/cci_PR-2702/.conan/data/openscenegraph/3.6.5/_/_/build/36c84b5ec5d9da7ae4109d03bab562d1b03280be/source_subfolder/src/osgWrappers/serializers/osgShadow/MinimalShadowMap.cpp:1:
In file included from /Users/jenkins/w/cci_PR-2702/.conan/data/openscenegraph/3.6.5/_/_/build/36c84b5ec5d9da7ae4109d03bab562d1b03280be/source_subfolder/include/osgShadow/MinimalShadowMap:20:
In file included from /Users/jenkins/w/cci_PR-2702/.conan/data/openscenegraph/3.6.5/_/_/build/36c84b5ec5d9da7ae4109d03bab562d1b03280be/source_subfolder/include/osgShadow/StandardShadowMap:20:
/Users/jenkins/w/cci_PR-2702/.conan/data/openscenegraph/3.6.5/_/_/build/36c84b5ec5d9da7ae4109d03bab562d1b03280be/source_subfolder/include/osgShadow/DebugShadowMap:174:53: warning: binding dereferenced null pointer to reference has undefined behavior [-Wnull-dereference]
                const ConvexPolyhedron & polytope = *(ConvexPolyhedron*)( NULL ),
                                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 warning generated.
1 warning generated.
In file included from /Users/jenkins/w/cci_PR-2702/.conan/data/openscenegraph/3.6.5/_/_/build/36c84b5ec5d9da7ae4109d03bab562d1b03280be/source_subfolder/src/osgWrappers/serializers/osgShadow/StandardShadowMap.cpp:1:
In file included from /Users/jenkins/w/cci_PR-2702/.conan/data/openscenegraph/3.6.5/_/_/build/36c84b5ec5d9da7ae4109d03bab562d1b03280be/source_subfolder/include/osgShadow/StandardShadowMap:20:
/Users/jenkins/w/cci_PR-2702/.conan/data/openscenegraph/3.6.5/_/_/build/36c84b5ec5d9da7ae4109d03bab562d1b03280be/source_subfolder/include/osgShadow/DebugShadowMap:174:53: warning: binding dereferenced null pointer to reference has undefined behavior [-Wnull-dereference]
                const ConvexPolyhedron & polytope = *(ConvexPolyhedron*)( NULL ),
                                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 warning generated.
/Users/jenkins/w/cci_PR-2702/.conan/data/openscenegraph/3.6.5/_/_/build/36c84b5ec5d9da7ae4109d03bab562d1b03280be/source_subfolder/src/osgViewer/GraphicsWindowCocoa.mm:150:40: warning: 'NSNumericPadKeyMask' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations]
    bool pressedOnKeypad = modifiers & NSNumericPadKeyMask;
                                       ^~~~~~~~~~~~~~~~~~~
                                       NSEventModifierFlagNumericPad
/Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:181:35: note: 'NSNumericPadKeyMask' has been explicitly marked deprecated here
static const NSEventModifierFlags NSNumericPadKeyMask         API_DEPRECATED_WITH_REPLACEMENT("NSEventModifierFlagNumericPad", macos(10.0,10.12)) = NSEventModifierFlagNumericPad;
                                  ^
/Users/jenkins/w/cci_PR-2702/.conan/data/openscenegraph/3.6.5/_/_/build/36c84b5ec5d9da7ae4109d03bab562d1b03280be/source_subfolder/src/osgViewer/GraphicsWindowCocoa.mm:151:21: warning: 'NSFunctionKeyMask' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations]
    if (modifiers & NSFunctionKeyMask)
                    ^~~~~~~~~~~~~~~~~
                    NSEventModifierFlagFunction
/Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:183:35: note: 'NSFunctionKeyMask' has been explicitly marked deprecated here
static const NSEventModifierFlags NSFunctionKeyMask           API_DEPRECATED_WITH_REPLACEMENT("NSEventModifierFlagFunction", macos(10.0,10.12)) = NSEventModifierFlagFunction;
                                  ^
/Users/jenkins/w/cci_PR-2702/.conan/data/openscenegraph/3.6.5/_/_/build/36c84b5ec5d9da7ae4109d03bab562d1b03280be/source_subfolder/src/osgViewer/GraphicsWindowCocoa.mm:365:19: warning: 'acceptsTouchEvents' is deprecated: first deprecated in macOS 10.12.2 - Use allowedTouchTypes instead [-Wdeprecated-declarations]
    return ([self acceptsTouchEvents] && ([event subtype] == NSTouchEventSubtype));
                  ^
/Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSView.h:227:16: note: property 'acceptsTouchEvents' is declared deprecated here
@property BOOL acceptsTouchEvents API_DEPRECATED("Use allowedTouchTypes instead", macos(10.6,10.12.2));
               ^
/Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSView.h:227:16: note: 'acceptsTouchEvents' has been explicitly marked deprecated here
/Users/jenkins/w/cci_PR-2702/.conan/data/openscenegraph/3.6.5/_/_/build/36c84b5ec5d9da7ae4109d03bab562d1b03280be/source_subfolder/src/osgViewer/GraphicsWindowCocoa.mm:365:62: warning: 'NSTouchEventSubtype' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations]
    return ([self acceptsTouchEvents] && ([event subtype] == NSTouchEventSubtype));
                                                             ^~~~~~~~~~~~~~~~~~~
                                                             NSEventSubtypeTouch
/Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:259:29: note: 'NSTouchEventSubtype' has been explicitly marked deprecated here
static const NSEventSubtype NSTouchEventSubtype             API_DEPRECATED_WITH_REPLACEMENT("NSEventSubtypeTouch", macos(10.0,10.12)) = NSEventSubtypeTouch;
                            ^
/Users/jenkins/w/cci_PR-2702/.conan/data/openscenegraph/3.6.5/_/_/build/36c84b5ec5d9da7ae4109d03bab562d1b03280be/source_subfolder/src/osgViewer/GraphicsWindowCocoa.mm:391:9: warning: 'NSShiftKeyMask' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations]
        NSShiftKeyMask,
        ^~~~~~~~~~~~~~
        NSEventModifierFlagShift
/Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:177:35: note: 'NSShiftKeyMask' has been explicitly marked deprecated here
static const NSEventModifierFlags NSShiftKeyMask              API_DEPRECATED_WITH_REPLACEMENT("NSEventModifierFlagShift", macos(10.0,10.12)) = NSEventModifierFlagShift;
                                  ^
/Users/jenkins/w/cci_PR-2702/.conan/data/openscenegraph/3.6.5/_/_/build/36c84b5ec5d9da7ae4109d03bab562d1b03280be/source_subfolder/src/osgViewer/GraphicsWindowCocoa.mm:392:9: warning: 'NSControlKeyMask' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations]
        NSControlKeyMask,
        ^~~~~~~~~~~~~~~~
        NSEventModifierFlagControl
/Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:178:35: note: 'NSControlKeyMask' has been explicitly marked deprecated here
static const NSEventModifierFlags NSControlKeyMask            API_DEPRECATED_WITH_REPLACEMENT("NSEventModifierFlagControl", macos(10.0,10.12)) = NSEventModifierFlagControl;
                                  ^
/Users/jenkins/w/cci_PR-2702/.conan/data/openscenegraph/3.6.5/_/_/build/36c84b5ec5d9da7ae4109d03bab562d1b03280be/source_subfolder/src/osgViewer/GraphicsWindowCocoa.mm:393:9: warning: 'NSAlternateKeyMask' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations]
        NSAlternateKeyMask,
        ^~~~~~~~~~~~~~~~~~
        NSEventModifierFlagOption
/Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:179:35: note: 'NSAlternateKeyMask' has been explicitly marked deprecated here
static const NSEventModifierFlags NSAlternateKeyMask          API_DEPRECATED_WITH_REPLACEMENT("NSEventModifierFlagOption", macos(10.0,10.12)) = NSEventModifierFlagOption;
                                  ^
/Users/jenkins/w/cci_PR-2702/.conan/data/openscenegraph/3.6.5/_/_/build/36c84b5ec5d9da7ae4109d03bab562d1b03280be/source_subfolder/src/osgViewer/GraphicsWindowCocoa.mm:394:9: warning: 'NSCommandKeyMask' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations]
        NSCommandKeyMask,
        ^~~~~~~~~~~~~~~~
        NSEventModifierFlagCommand
/Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:180:35: note: 'NSCommandKeyMask' has been explicitly marked deprecated here
static const NSEventModifierFlags NSCommandKeyMask            API_DEPRECATED_WITH_REPLACEMENT("NSEventModifierFlagCommand", macos(10.0,10.12)) = NSEventModifierFlagCommand;
                                  ^
/Users/jenkins/w/cci_PR-2702/.conan/data/openscenegraph/3.6.5/_/_/build/36c84b5ec5d9da7ae4109d03bab562d1b03280be/source_subfolder/src/osgViewer/GraphicsWindowCocoa.mm:395:9: warning: 'NSAlphaShiftKeyMask' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations]
        NSAlphaShiftKeyMask
        ^~~~~~~~~~~~~~~~~~~
        NSEventModifierFlagCapsLock
/Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:176:35: note: 'NSAlphaShiftKeyMask' has been explicitly marked deprecated here
static const NSEventModifierFlags NSAlphaShiftKeyMask         API_DEPRECATED_WITH_REPLACEMENT("NSEventModifierFlagCapsLock", macos(10.0,10.12)) = NSEventModifierFlagCapsLock;
                                  ^
/Users/jenkins/w/cci_PR-2702/.conan/data/openscenegraph/3.6.5/_/_/build/36c84b5ec5d9da7ae4109d03bab562d1b03280be/source_subfolder/src/osgViewer/GraphicsWindowCocoa.mm:462:35: warning: 'NSControlKeyMask' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations]
    if([theEvent modifierFlags] & NSControlKeyMask)
                                  ^~~~~~~~~~~~~~~~
                                  NSEventModifierFlagControl
/Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:178:35: note: 'NSControlKeyMask' has been explicitly marked deprecated here
static const NSEventModifierFlags NSControlKeyMask            API_DEPRECATED_WITH_REPLACEMENT("NSEventModifierFlagControl", macos(10.0,10.12)) = NSEventModifierFlagControl;
                                  ^
/Users/jenkins/w/cci_PR-2702/.conan/data/openscenegraph/3.6.5/_/_/build/36c84b5ec5d9da7ae4109d03bab562d1b03280be/source_subfolder/src/osgViewer/GraphicsWindowCocoa.mm:467:40: warning: 'NSAlternateKeyMask' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations]
    else if([theEvent modifierFlags] & NSAlternateKeyMask)
                                       ^~~~~~~~~~~~~~~~~~
                                       NSEventModifierFlagOption
/Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:179:35: note: 'NSAlternateKeyMask' has been explicitly marked deprecated here
static const NSEventModifierFlags NSAlternateKeyMask          API_DEPRECATED_WITH_REPLACEMENT("NSEventModifierFlagOption", macos(10.0,10.12)) = NSEventModifierFlagOption;
                                  ^
/Users/jenkins/w/cci_PR-2702/.conan/data/openscenegraph/3.6.5/_/_/build/36c84b5ec5d9da7ae4109d03bab562d1b03280be/source_subfolder/src/osgViewer/GraphicsWindowCocoa.mm:477:31: warning: 'NSTabletPointEventSubtype' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations]
    if ([theEvent subtype] == NSTabletPointEventSubtype) {
                              ^~~~~~~~~~~~~~~~~~~~~~~~~
                              NSEventSubtypeTabletPoint
/Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:257:29: note: 'NSTabletPointEventSubtype' has been explicitly marked deprecated here
static const NSEventSubtype NSTabletPointEventSubtype       API_DEPRECATED_WITH_REPLACEMENT("NSEventSubtypeTabletPoint", macos(10.0,10.12)) = NSEventSubtypeTabletPoint;
                            ^
/Users/jenkins/w/cci_PR-2702/.conan/data/openscenegraph/3.6.5/_/_/build/36c84b5ec5d9da7ae4109d03bab562d1b03280be/source_subfolder/src/osgViewer/GraphicsWindowCocoa.mm:713:36: warning: 'NSShiftKeyMask' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations]
    if ([theEvent modifierFlags] & NSShiftKeyMask) {
                                   ^~~~~~~~~~~~~~
                                   NSEventModifierFlagShift
/Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:177:35: note: 'NSShiftKeyMask' has been explicitly marked deprecated here
static const NSEventModifierFlags NSShiftKeyMask              API_DEPRECATED_WITH_REPLACEMENT("NSEventModifierFlagShift", macos(10.0,10.12)) = NSEventModifierFlagShift;
                                  ^
/Users/jenkins/w/cci_PR-2702/.conan/data/openscenegraph/3.6.5/_/_/build/36c84b5ec5d9da7ae4109d03bab562d1b03280be/source_subfolder/src/osgViewer/GraphicsWindowCocoa.mm:732:36: warning: 'NSShiftKeyMask' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations]
    if ([theEvent modifierFlags] & NSShiftKeyMask) {
                                   ^~~~~~~~~~~~~~
                                   NSEventModifierFlagShift
/Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:177:35: note: 'NSShiftKeyMask' has been explicitly marked deprecated here
static const NSEventModifierFlags NSShiftKeyMask              API_DEPRECATED_WITH_REPLACEMENT("NSEventModifierFlagShift", macos(10.0,10.12)) = NSEventModifierFlagShift;
                                  ^
/Users/jenkins/w/cci_PR-2702/.conan/data/openscenegraph/3.6.5/_/_/build/36c84b5ec5d9da7ae4109d03bab562d1b03280be/source_subfolder/src/osgViewer/GraphicsWindowCocoa.mm:770:14: warning: 'NSPenPointingDevice' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations]
        case NSPenPointingDevice:
             ^~~~~~~~~~~~~~~~~~~
             NSPointingDeviceTypePen
/Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:195:35: note: 'NSPenPointingDevice' has been explicitly marked deprecated here
static const NSPointingDeviceType NSPenPointingDevice         API_DEPRECATED_WITH_REPLACEMENT("NSPointingDeviceTypePen", macos(10.0,10.12)) = NSPointingDeviceTypePen;
                                  ^
/Users/jenkins/w/cci_PR-2702/.conan/data/openscenegraph/3.6.5/_/_/build/36c84b5ec5d9da7ae4109d03bab562d1b03280be/source_subfolder/src/osgViewer/GraphicsWindowCocoa.mm:773:14: warning: 'NSCursorPointingDevice' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations]
        case NSCursorPointingDevice:
             ^~~~~~~~~~~~~~~~~~~~~~
             NSPointingDeviceTypeCursor
/Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:196:35: note: 'NSCursorPointingDevice' has been explicitly marked deprecated here
static const NSPointingDeviceType NSCursorPointingDevice      API_DEPRECATED_WITH_REPLACEMENT("NSPointingDeviceTypeCursor", macos(10.0,10.12)) = NSPointingDeviceTypeCursor;
                                  ^
/Users/jenkins/w/cci_PR-2702/.conan/data/openscenegraph/3.6.5/_/_/build/36c84b5ec5d9da7ae4109d03bab562d1b03280be/source_subfolder/src/osgViewer/GraphicsWindowCocoa.mm:776:14: warning: 'NSEraserPointingDevice' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations]
        case NSEraserPointingDevice:
             ^~~~~~~~~~~~~~~~~~~~~~
             NSPointingDeviceTypeEraser
/Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:197:35: note: 'NSEraserPointingDevice' has been explicitly marked deprecated here
static const NSPointingDeviceType NSEraserPointingDevice      API_DEPRECATED_WITH_REPLACEMENT("NSPointingDeviceTypeEraser", macos(10.0,10.12)) = NSPointingDeviceTypeEraser;
                                  ^
/Users/jenkins/w/cci_PR-2702/.conan/data/openscenegraph/3.6.5/_/_/build/36c84b5ec5d9da7ae4109d03bab562d1b03280be/source_subfolder/src/osgViewer/GraphicsWindowCocoa.mm:1118:24: warning: 'NSBorderlessWindowMask' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations]
    unsigned int style(NSBorderlessWindowMask);
                       ^~~~~~~~~~~~~~~~~~~~~~
                       NSWindowStyleMaskBorderless
/Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWindow.h:849:32: note: 'NSBorderlessWindowMask' has been explicitly marked deprecated here
static const NSWindowStyleMask NSBorderlessWindowMask API_DEPRECATED_WITH_REPLACEMENT("NSWindowStyleMaskBorderless", macos(10.0,10.12)) = NSWindowStyleMaskBorderless;
                               ^
/Users/jenkins/w/cci_PR-2702/.conan/data/openscenegraph/3.6.5/_/_/build/36c84b5ec5d9da7ae4109d03bab562d1b03280be/source_subfolder/src/osgViewer/GraphicsWindowCocoa.mm:1121:17: warning: 'NSClosableWindowMask' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations]
        style = NSClosableWindowMask | NSMiniaturizableWindowMask | NSTitledWindowMask;
                ^~~~~~~~~~~~~~~~~~~~
                NSWindowStyleMaskClosable
/Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWindow.h:851:32: note: 'NSClosableWindowMask' has been explicitly marked deprecated here
static const NSWindowStyleMask NSClosableWindowMask API_DEPRECATED_WITH_REPLACEMENT("NSWindowStyleMaskClosable", macos(10.0,10.12)) = NSWindowStyleMaskClosable;
                               ^
/Users/jenkins/w/cci_PR-2702/.conan/data/openscenegraph/3.6.5/_/_/build/36c84b5ec5d9da7ae4109d03bab562d1b03280be/source_subfolder/src/osgViewer/GraphicsWindowCocoa.mm:1121:40: warning: 'NSMiniaturizableWindowMask' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations]
        style = NSClosableWindowMask | NSMiniaturizableWindowMask | NSTitledWindowMask;
                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~
                                       NSWindowStyleMaskMiniaturizable
/Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWindow.h:852:32: note: 'NSMiniaturizableWindowMask' has been explicitly marked deprecated here
static const NSWindowStyleMask NSMiniaturizableWindowMask API_DEPRECATED_WITH_REPLACEMENT("NSWindowStyleMaskMiniaturizable", macos(10.0,10.12)) = NSWindowStyleMaskMiniaturizable;
                               ^
/Users/jenkins/w/cci_PR-2702/.conan/data/openscenegraph/3.6.5/_/_/build/36c84b5ec5d9da7ae4109d03bab562d1b03280be/source_subfolder/src/osgViewer/GraphicsWindowCocoa.mm:1121:69: warning: 'NSTitledWindowMask' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations]
        style = NSClosableWindowMask | NSMiniaturizableWindowMask | NSTitledWindowMask;
                                                                    ^~~~~~~~~~~~~~~~~~
                                                                    NSWindowStyleMaskTitled
/Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWindow.h:850:32: note: 'NSTitledWindowMask' has been explicitly marked deprecated here
static const NSWindowStyleMask NSTitledWindowMask API_DEPRECATED_WITH_REPLACEMENT("NSWindowStyleMaskTitled", macos(10.0,10.12)) = NSWindowStyleMaskTitled;
                               ^
/Users/jenkins/w/cci_PR-2702/.conan/data/openscenegraph/3.6.5/_/_/build/36c84b5ec5d9da7ae4109d03bab562d1b03280be/source_subfolder/src/osgViewer/GraphicsWindowCocoa.mm:1125:22: warning: 'NSResizableWindowMask' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations]
            style |= NSResizableWindowMask;
                     ^~~~~~~~~~~~~~~~~~~~~
                     NSWindowStyleMaskResizable
/Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWindow.h:853:32: note: 'NSResizableWindowMask' has been explicitly marked deprecated here
static const NSWindowStyleMask NSResizableWindowMask API_DEPRECATED_WITH_REPLACEMENT("NSWindowStyleMaskResizable", macos(10.0,10.12)) = NSWindowStyleMaskResizable;
                               ^
/Users/jenkins/w/cci_PR-2702/.conan/data/openscenegraph/3.6.5/_/_/build/36c84b5ec5d9da7ae4109d03bab562d1b03280be/source_subfolder/src/osgViewer/GraphicsWindowCocoa.mm:1359:39: warning: 'NSAnyEventMask' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations]
                nextEventMatchingMask:NSAnyEventMask
                                      ^~~~~~~~~~~~~~
                                      NSEventMaskAny
/Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:157:26: note: 'NSAnyEventMask' has been explicitly marked deprecated here
static const NSEventMask NSAnyEventMask                 API_DEPRECATED_WITH_REPLACEMENT("NSEventMaskAny", macos(10.0,10.12)) = NSUIntegerMax;
                         ^
/Users/jenkins/w/cci_PR-2702/.conan/data/openscenegraph/3.6.5/_/_/build/36c84b5ec5d9da7ae4109d03bab562d1b03280be/source_subfolder/src/osgViewer/GraphicsWindowCocoa.mm:1396:24: warning: 'NSBorderlessWindowMask' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations]
    unsigned int style(NSBorderlessWindowMask);
                       ^~~~~~~~~~~~~~~~~~~~~~
                       NSWindowStyleMaskBorderless
/Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWindow.h:849:32: note: 'NSBorderlessWindowMask' has been explicitly marked deprecated here
static const NSWindowStyleMask NSBorderlessWindowMask API_DEPRECATED_WITH_REPLACEMENT("NSWindowStyleMaskBorderless", macos(10.0,10.12)) = NSWindowStyleMaskBorderless;
                               ^
/Users/jenkins/w/cci_PR-2702/.conan/data/openscenegraph/3.6.5/_/_/build/36c84b5ec5d9da7ae4109d03bab562d1b03280be/source_subfolder/src/osgViewer/GraphicsWindowCocoa.mm:1399:17: warning: 'NSClosableWindowMask' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations]
        style = NSClosableWindowMask | NSMiniaturizableWindowMask | NSTitledWindowMask;
                ^~~~~~~~~~~~~~~~~~~~
                NSWindowStyleMaskClosable
/Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWindow.h:851:32: note: 'NSClosableWindowMask' has been explicitly marked deprecated here
static const NSWindowStyleMask NSClosableWindowMask API_DEPRECATED_WITH_REPLACEMENT("NSWindowStyleMaskClosable", macos(10.0,10.12)) = NSWindowStyleMaskClosable;
                               ^
/Users/jenkins/w/cci_PR-2702/.conan/data/openscenegraph/3.6.5/_/_/build/36c84b5ec5d9da7ae4109d03bab562d1b03280be/source_subfolder/src/osgViewer/GraphicsWindowCocoa.mm:1399:40: warning: 'NSMiniaturizableWindowMask' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations]
        style = NSClosableWindowMask | NSMiniaturizableWindowMask | NSTitledWindowMask;
                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~
                                       NSWindowStyleMaskMiniaturizable
/Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWindow.h:852:32: note: 'NSMiniaturizableWindowMask' has been explicitly marked deprecated here
static const NSWindowStyleMask NSMiniaturizableWindowMask API_DEPRECATED_WITH_REPLACEMENT("NSWindowStyleMaskMiniaturizable", macos(10.0,10.12)) = NSWindowStyleMaskMiniaturizable;
                               ^
/Users/jenkins/w/cci_PR-2702/.conan/data/openscenegraph/3.6.5/_/_/build/36c84b5ec5d9da7ae4109d03bab562d1b03280be/source_subfolder/src/osgViewer/GraphicsWindowCocoa.mm:1399:69: warning: 'NSTitledWindowMask' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations]
        style = NSClosableWindowMask | NSMiniaturizableWindowMask | NSTitledWindowMask;
                                                                    ^~~~~~~~~~~~~~~~~~
                                                                    NSWindowStyleMaskTitled
/Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWindow.h:850:32: note: 'NSTitledWindowMask' has been explicitly marked deprecated here
static const NSWindowStyleMask NSTitledWindowMask API_DEPRECATED_WITH_REPLACEMENT("NSWindowStyleMaskTitled", macos(10.0,10.12)) = NSWindowStyleMaskTitled;
                               ^
/Users/jenkins/w/cci_PR-2702/.conan/data/openscenegraph/3.6.5/_/_/build/36c84b5ec5d9da7ae4109d03bab562d1b03280be/source_subfolder/src/osgViewer/GraphicsWindowCocoa.mm:1403:22: warning: 'NSResizableWindowMask' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations]
            style |= NSResizableWindowMask;
                     ^~~~~~~~~~~~~~~~~~~~~
                     NSWindowStyleMaskResizable
/Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWindow.h:853:32: note: 'NSResizableWindowMask' has been explicitly marked deprecated here
static const NSWindowStyleMask NSResizableWindowMask API_DEPRECATED_WITH_REPLACEMENT("NSWindowStyleMaskResizable", macos(10.0,10.12)) = NSWindowStyleMaskResizable;
                               ^
/Users/jenkins/w/cci_PR-2702/.conan/data/openscenegraph/3.6.5/_/_/build/36c84b5ec5d9da7ae4109d03bab562d1b03280be/source_subfolder/src/osgViewer/GraphicsWindowCocoa.mm:1650:43: warning: 'NSOpenGLCPSwapInterval' is deprecated: first deprecated in macOS 10.14 [-Wdeprecated-declarations]
    [_context setValues:&VBL forParameter:NSOpenGLCPSwapInterval];
                                          ^~~~~~~~~~~~~~~~~~~~~~
                                          NSOpenGLContextParameterSwapInterval
/Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOpenGL.h:267:39: note: 'NSOpenGLCPSwapInterval' has been explicitly marked deprecated here
static const NSOpenGLContextParameter NSOpenGLCPSwapInterval API_DEPRECATED_WITH_REPLACEMENT("NSOpenGLContextParameterSwapInterval", macos(10.5,10.14)) = NSOpenGLContextParameterSwapInterval;
                                      ^
/Users/jenkins/w/cci_PR-2702/.conan/data/openscenegraph/3.6.5/_/_/build/36c84b5ec5d9da7ae4109d03bab562d1b03280be/source_subfolder/src/osgViewer/GraphicsWindowCocoa.mm:1663:23: warning: 'setAcceptsTouchEvents:' is deprecated: first deprecated in macOS 10.12.2 - Use allowedTouchTypes instead [-Wdeprecated-declarations]
    if (_view) [_view setAcceptsTouchEvents: b];
                      ^
/Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSView.h:227:16: note: property 'acceptsTouchEvents' is declared deprecated here
@property BOOL acceptsTouchEvents API_DEPRECATED("Use allowedTouchTypes instead", macos(10.6,10.12.2));
               ^
/Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSView.h:227:16: note: 'setAcceptsTouchEvents:' has been explicitly marked deprecated here
/Users/jenkins/w/cci_PR-2702/.conan/data/openscenegraph/3.6.5/_/_/build/36c84b5ec5d9da7ae4109d03bab562d1b03280be/source_subfolder/src/osgViewer/GraphicsWindowCocoa.mm:1707:14: warning: 'GetCurrentProcess' is deprecated: first deprecated in macOS 10.9 [-Wdeprecated-declarations]
        if (!GetCurrentProcess(&psn)) {
             ^
/Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/HIServices.framework/Headers/Processes.h:415:1: note: 'GetCurrentProcess' has been explicitly marked deprecated here
MacGetCurrentProcess(ProcessSerialNumber * PSN)               AVAILABLE_MAC_OS_X_VERSION_10_0_AND_LATER_BUT_DEPRECATED_IN_MAC_OS_X_VERSION_10_9;
^
/Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/HIServices.framework/Headers/Processes.h:412:34: note: expanded from macro 'MacGetCurrentProcess'
    #define MacGetCurrentProcess GetCurrentProcess
                                 ^
/Users/jenkins/w/cci_PR-2702/.conan/data/openscenegraph/3.6.5/_/_/build/36c84b5ec5d9da7ae4109d03bab562d1b03280be/source_subfolder/src/osgViewer/GraphicsWindowCocoa.mm:1709:13: warning: 'SetFrontProcess' is deprecated: first deprecated in macOS 10.9 [-Wdeprecated-declarations]
            SetFrontProcess(&psn);
            ^
/Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/HIServices.framework/Headers/Processes.h:603:1: note: 'SetFrontProcess' has been explicitly marked deprecated here
SetFrontProcess(const ProcessSerialNumber * PSN)              AVAILABLE_MAC_OS_X_VERSION_10_0_AND_LATER_BUT_DEPRECATED_IN_MAC_OS_X_VERSION_10_9;
^
/Users/jenkins/w/cci_PR-2702/.conan/data/openscenegraph/3.6.5/_/_/build/36c84b5ec5d9da7ae4109d03bab562d1b03280be/source_subfolder/src/osgViewer/GraphicsWindowCocoa.mm:1798:49: warning: 'NSAlternateKeyMask' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations]
        [menuItem setKeyEquivalentModifierMask:(NSAlternateKeyMask|NSCommandKeyMask)];
                                                ^~~~~~~~~~~~~~~~~~
                                                NSEventModifierFlagOption
/Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:179:35: note: 'NSAlternateKeyMask' has been explicitly marked deprecated here
static const NSEventModifierFlags NSAlternateKeyMask          API_DEPRECATED_WITH_REPLACEMENT("NSEventModifierFlagOption", macos(10.0,10.12)) = NSEventModifierFlagOption;
                                  ^
/Users/jenkins/w/cci_PR-2702/.conan/data/openscenegraph/3.6.5/_/_/build/36c84b5ec5d9da7ae4109d03bab562d1b03280be/source_subfolder/src/osgViewer/GraphicsWindowCocoa.mm:1798:68: warning: 'NSCommandKeyMask' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations]
        [menuItem setKeyEquivalentModifierMask:(NSAlternateKeyMask|NSCommandKeyMask)];
                                                                   ^~~~~~~~~~~~~~~~
                                                                   NSEventModifierFlagCommand
/Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:180:35: note: 'NSCommandKeyMask' has been explicitly marked deprecated here
static const NSEventModifierFlags NSCommandKeyMask            API_DEPRECATED_WITH_REPLACEMENT("NSEventModifierFlagCommand", macos(10.0,10.12)) = NSEventModifierFlagCommand;
                                  ^
34 warnings generated.
/Users/jenkins/w/cci_PR-2702/.conan/data/openscenegraph/3.6.5/_/_/build/36c84b5ec5d9da7ae4109d03bab562d1b03280be/source_subfolder/src/osgViewer/DarwinUtils.mm:111:26: warning: 'CGDisplayModeCopyPixelEncoding' is deprecated: first deprecated in macOS 10.11 - No longer supported [-Wdeprecated-declarations]
    CFStringRef pixEnc = CGDisplayModeCopyPixelEncoding(mode);
                         ^
/Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CGDirectDisplay.h:176:34: note: 'CGDisplayModeCopyPixelEncoding' has been explicitly marked deprecated here
CG_EXTERN CFStringRef __nullable CGDisplayModeCopyPixelEncoding(
                                 ^
/Users/jenkins/w/cci_PR-2702/.conan/data/openscenegraph/3.6.5/_/_/build/36c84b5ec5d9da7ae4109d03bab562d1b03280be/source_subfolder/src/osgViewer/DarwinUtils.mm:422:5: warning: 'SetFrontProcess' is deprecated: first deprecated in macOS 10.9 [-Wdeprecated-declarations]
    SetFrontProcess(&sn);
    ^
/Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/HIServices.framework/Headers/Processes.h:603:1: note: 'SetFrontProcess' has been explicitly marked deprecated here
SetFrontProcess(const ProcessSerialNumber * PSN)              AVAILABLE_MAC_OS_X_VERSION_10_0_AND_LATER_BUT_DEPRECATED_IN_MAC_OS_X_VERSION_10_9;
^
2 warnings generated.
/Users/jenkins/w/cci_PR-2702/.conan/data/openscenegraph/3.6.5/_/_/build/36c84b5ec5d9da7ae4109d03bab562d1b03280be/source_subfolder/src/osgViewer/PixelBufferCocoa.mm:59:17: warning: 'NSOpenGLPFAPixelBuffer' is deprecated: first deprecated in macOS 10.7 [-Wdeprecated-declarations]
    attr[i++] = NSOpenGLPFAPixelBuffer; // for pbuffer usage
                ^
/Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOpenGL.h:101:5: note: 'NSOpenGLPFAPixelBuffer' has been explicitly marked deprecated here
    NSOpenGLPFAPixelBuffer           API_DEPRECATED("", macos(10.3,10.7))      =  90,
    ^
/Users/jenkins/w/cci_PR-2702/.conan/data/openscenegraph/3.6.5/_/_/build/36c84b5ec5d9da7ae4109d03bab562d1b03280be/source_subfolder/src/osgViewer/PixelBufferCocoa.mm:75:5: warning: 'NSOpenGLPixelBuffer' is deprecated: first deprecated in macOS 10.7 - Use GL_EXT_framebuffer_object instead [-Wdeprecated-declarations]
    NSOpenGLPixelBuffer* pbuffer = [[NSOpenGLPixelBuffer alloc] initWithTextureTarget: _traits->target textureInternalFormat: _traits->format textureMaxMipMapLevel: _traits->level pixelsWide: _traits->width pixelsHigh: _traits->height];
    ^
/Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOpenGL.h:141:12: note: 'NSOpenGLPixelBuffer' has been explicitly marked deprecated here
@interface NSOpenGLPixelBuffer : NSObject
           ^
/Users/jenkins/w/cci_PR-2702/.conan/data/openscenegraph/3.6.5/_/_/build/36c84b5ec5d9da7ae4109d03bab562d1b03280be/source_subfolder/src/osgViewer/PixelBufferCocoa.mm:75:38: warning: 'NSOpenGLPixelBuffer' is deprecated: first deprecated in macOS 10.7 - Use GL_EXT_framebuffer_object instead [-Wdeprecated-declarations]
    NSOpenGLPixelBuffer* pbuffer = [[NSOpenGLPixelBuffer alloc] initWithTextureTarget: _traits->target textureInternalFormat: _traits->format textureMaxMipMapLevel: _traits->level pixelsWide: _traits->width pixelsHigh: _traits->height];
                                     ^
/Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOpenGL.h:141:12: note: 'NSOpenGLPixelBuffer' has been explicitly marked deprecated here
@interface NSOpenGLPixelBuffer : NSObject
           ^
/Users/jenkins/w/cci_PR-2702/.conan/data/openscenegraph/3.6.5/_/_/build/36c84b5ec5d9da7ae4109d03bab562d1b03280be/source_subfolder/src/osgViewer/PixelBufferCocoa.mm:75:65: warning: 'initWithTextureTarget:textureInternalFormat:textureMaxMipMapLevel:pixelsWide:pixelsHigh:' is deprecated: first deprecated in macOS 10.7 [-Wdeprecated-declarations]
    NSOpenGLPixelBuffer* pbuffer = [[NSOpenGLPixelBuffer alloc] initWithTextureTarget: _traits->target textureInternalFormat: _traits->format textureMaxMipMapLevel: _traits->level pixelsWide: _traits->width pixelsHigh: _traits->height];
                                                                ^
/Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOpenGL.h:151:1: note: 'initWithTextureTarget:textureInternalFormat:textureMaxMipMapLevel:pixelsWide:pixelsHigh:' has been explicitly marked deprecated here
- (nullable instancetype)initWithTextureTarget:(GLenum)target textureInternalFormat:(GLenum)format textureMaxMipMapLevel:(GLint)maxLevel pixelsWide:(GLsizei)pixelsWide pixelsHigh:(GLsizei)pixelsHigh API_DEPRECATED("", macos(10.2,10.7)); /* Use IOSurface instead of NSOpenGLPixelBuffer on Mac OS 10.7 and newer. */
^
/Users/jenkins/w/cci_PR-2702/.conan/data/openscenegraph/3.6.5/_/_/build/36c84b5ec5d9da7ae4109d03bab562d1b03280be/source_subfolder/src/osgViewer/PixelBufferCocoa.mm:77:15: warning: 'setPixelBuffer:cubeMapFace:mipMapLevel:currentVirtualScreen:' is deprecated: first deprecated in macOS 10.7 [-Wdeprecated-declarations]
    [_context setPixelBuffer: pbuffer cubeMapFace: _traits->face mipMapLevel:_traits->level currentVirtualScreen: 0];
              ^
/Applications/Xcode-11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOpenGL.h:251:1: note: 'setPixelBuffer:cubeMapFace:mipMapLevel:currentVirtualScreen:' has been explicitly marked deprecated here
- (void)setPixelBuffer:(NSOpenGLPixelBuffer *)pixelBuffer cubeMapFace:(GLenum)face mipMapLevel:(GLint)level currentVirtualScreen:(GLint)screen API_DEPRECATED("", macos(10.3,10.7)); /* Use IOSurface instead of NSOpenGLPixelBuffer on Mac OS 10.7 and newer. */
^
5 warnings generated.
CMake Warning:
  Manually-specified variables were not used by the project:

    CMAKE_EXPORT_NO_PACKAGE_REGISTRY


WARN: fontconfig/2.13.91: requirement freetype/2.10.4 overridden by openscenegraph/3.6.5 to freetype/2.10.2 
libgettext/0.20.1: WARN: Recipe 'libgettext/0.20.1' is deprecated in favor of 'gettext'. Please, consider changing your requirements.