>>> Building on exopi-2 under devel/codeworker BDEPENDS = [archivers/unzip;devel/gmake] DIST = [devel/codeworker:CodeWorker_SRC4_5_4.zip] FULLPKGNAME = codeworker-4.5.4p7 Avoided depends for gmake-4.4.1 unzip-6.0p17 distfiles size=3278840 >>> Running patch in devel/codeworker at 1713836953.00 ===> devel/codeworker ===> Building from scratch codeworker-4.5.4p7 ===> codeworker-4.5.4p7 depends on: gmake-* -> gmake-4.4.1 ===> codeworker-4.5.4p7 depends on: unzip-* -> unzip-6.0p17 ===> Verifying specs: c m c++ c++abi pthread ===> found c.100.0 m.10.1 c++.10.0 c++abi.7.0 pthread.27.1 ===> Checking files for codeworker-4.5.4p7 `/exopi-cvs/ports/distfiles/CodeWorker_SRC4_5_4.zip' is up to date. >> (SHA256) CodeWorker_SRC4_5_4.zip: OK ===> Extracting for codeworker-4.5.4p7 ===> Patching for codeworker-4.5.4p7 ===> Applying OpenBSD patch patch-CGExternalHandling_cpp Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: CGExternalHandling.cpp |--- CGExternalHandling.cpp.orig |+++ CGExternalHandling.cpp -------------------------- Patching file CGExternalHandling.cpp using Plan A... Hunk #1 succeeded at 185. done ===> Applying OpenBSD patch patch-CGRuntime_cpp Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: CGRuntime.cpp |--- CGRuntime.cpp.orig |+++ CGRuntime.cpp -------------------------- Patching file CGRuntime.cpp using Plan A... Hunk #1 succeeded at 41. Hunk #2 succeeded at 358. Hunk #3 succeeded at 421. done ===> Applying OpenBSD patch patch-CGRuntime_h Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Fix a lot of include errors with ports-gcc |Index: CGRuntime.h |--- CGRuntime.h.orig |+++ CGRuntime.h -------------------------- Patching file CGRuntime.h using Plan A... Hunk #1 succeeded at 24. Hunk #2 succeeded at 125. done ===> Applying OpenBSD patch patch-CppParsingTree_cpp Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |CppParsingTree.cpp:113:22: error: 'atoi' was not declared in this scope |Index: CppParsingTree.cpp |--- CppParsingTree.cpp.orig |+++ CppParsingTree.cpp -------------------------- Patching file CppParsingTree.cpp using Plan A... Hunk #1 succeeded at 25. Hunk #2 succeeded at 247. done ===> Applying OpenBSD patch patch-CppParsingTree_h Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: CppParsingTree.h |--- CppParsingTree.h.orig |+++ CppParsingTree.h -------------------------- Patching file CppParsingTree.h using Plan A... Hunk #1 succeeded at 318. done ===> Applying OpenBSD patch patch-DtaScriptVariable_h Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: DtaScriptVariable.h |--- DtaScriptVariable.h.orig |+++ DtaScriptVariable.h -------------------------- Patching file DtaScriptVariable.h using Plan A... Hunk #1 succeeded at 32. done ===> Applying OpenBSD patch patch-Makefile Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- Makefile.orig Thu May 13 18:12:11 2010 |+++ Makefile Thu May 13 18:12:19 2010 -------------------------- Patching file Makefile using Plan A... Hunk #1 succeeded at 150. done ===> Applying OpenBSD patch patch-ScpStream_cpp Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Fix numerous include errors with ports-gcc |Index: ScpStream.cpp |--- ScpStream.cpp.orig |+++ ScpStream.cpp -------------------------- Patching file ScpStream.cpp using Plan A... Hunk #1 succeeded at 28. done ===> Applying OpenBSD patch patch-UtlDate_cpp Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Fix several include errors with ports-gcc |Index: UtlDate.cpp |--- UtlDate.cpp.orig |+++ UtlDate.cpp -------------------------- Patching file UtlDate.cpp using Plan A... Hunk #1 succeeded at 26. done ===> Applying OpenBSD patch patch-UtlDirectory_cpp Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |fix various include errors with ports-gcc |Index: UtlDirectory.cpp |--- UtlDirectory.cpp.orig |+++ UtlDirectory.cpp -------------------------- Patching file UtlDirectory.cpp using Plan A... Hunk #1 succeeded at 30. done ===> Applying OpenBSD patch patch-UtlTrace_cpp Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |fix several include errors with ports-gcc |Index: UtlTrace.cpp |--- UtlTrace.cpp.orig |+++ UtlTrace.cpp -------------------------- Patching file UtlTrace.cpp using Plan A... Hunk #1 succeeded at 24. done ===> Applying OpenBSD patch patch-UtlXMLStream_cpp Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |fix several include errors with ports-gcc |Index: UtlXMLStream.cpp |--- UtlXMLStream.cpp.orig |+++ UtlXMLStream.cpp -------------------------- Patching file UtlXMLStream.cpp using Plan A... Hunk #1 succeeded at 28. done ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ >>> Running configure in devel/codeworker at 1713836955.23 ===> devel/codeworker ===> Generating configure for codeworker-4.5.4p7 ===> Configuring for codeworker-4.5.4p7 >>> Running build in devel/codeworker at 1713836955.57 ===> devel/codeworker ===> Building for codeworker-4.5.4p7 c++ -O2 -pipe -std=c++14 -Wno-error=dynamic-exception-spec -c -o ASTCommand.o ASTCommand.cpp c++ -O2 -pipe -std=c++14 -Wno-error=dynamic-exception-spec -c -o BNFAndOrJunction.o BNFAndOrJunction.cpp In file included from BNFAndOrJunction.cpp:31: ./DtaScriptVariable.h:173:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArray() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from BNFAndOrJunction.cpp:31: ./DtaScriptVariable.h:174:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from BNFAndOrJunction.cpp:31: ./DtaScriptVariable.h:175:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from BNFAndOrJunction.cpp:33: In file included from ./DtaBNFScript.h:29: ./DtaPatternScript.h:196:74: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] bool handleEmbeddedExpression(ScpStream& script, GrfBlock& block, std::auto_ptr& pExpr); ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ 4 warnings generated. c++ -O2 -pipe -std=c++14 -Wno-error=dynamic-exception-spec -c -o BNFBreak.o BNFBreak.cpp c++ -O2 -pipe -std=c++14 -Wno-error=dynamic-exception-spec -c -o BNFCharBoundaries.o BNFCharBoundaries.cpp In file included from BNFCharBoundaries.cpp:31: ./DtaScriptVariable.h:173:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArray() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from BNFCharBoundaries.cpp:31: ./DtaScriptVariable.h:174:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from BNFCharBoundaries.cpp:31: ./DtaScriptVariable.h:175:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from BNFCharBoundaries.cpp:33: In file included from ./DtaBNFScript.h:29: ./DtaPatternScript.h:196:74: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] bool handleEmbeddedExpression(ScpStream& script, GrfBlock& block, std::auto_ptr& pExpr); ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ 4 warnings generated. c++ -O2 -pipe -std=c++14 -Wno-error=dynamic-exception-spec -c -o BNFCharLitteral.o BNFCharLitteral.cpp In file included from BNFCharLitteral.cpp:31: ./DtaScriptVariable.h:173:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArray() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from BNFCharLitteral.cpp:31: ./DtaScriptVariable.h:174:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from BNFCharLitteral.cpp:31: ./DtaScriptVariable.h:175:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from BNFCharLitteral.cpp:33: In file included from ./DtaBNFScript.h:29: ./DtaPatternScript.h:196:74: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] bool handleEmbeddedExpression(ScpStream& script, GrfBlock& block, std::auto_ptr& pExpr); ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ 4 warnings generated. c++ -O2 -pipe -std=c++14 -Wno-error=dynamic-exception-spec -c -o BNFCheck.o BNFCheck.cpp In file included from BNFCheck.cpp:31: ./DtaScriptVariable.h:173:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArray() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from BNFCheck.cpp:31: ./DtaScriptVariable.h:174:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from BNFCheck.cpp:31: ./DtaScriptVariable.h:175:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from BNFCheck.cpp:33: In file included from ./DtaBNFScript.h:29: ./DtaPatternScript.h:196:74: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] bool handleEmbeddedExpression(ScpStream& script, GrfBlock& block, std::auto_ptr& pExpr); ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ 4 warnings generated. c++ -O2 -pipe -std=c++14 -Wno-error=dynamic-exception-spec -c -o BNFClause.o BNFClause.cpp In file included from BNFClause.cpp:33: In file included from ./DtaProject.h:28: ./DtaScriptVariable.h:173:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArray() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from BNFClause.cpp:33: In file included from ./DtaProject.h:28: ./DtaScriptVariable.h:174:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from BNFClause.cpp:33: In file included from ./DtaProject.h:28: ./DtaScriptVariable.h:175:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from BNFClause.cpp:35: In file included from ./DtaBNFScript.h:29: ./DtaPatternScript.h:196:74: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] bool handleEmbeddedExpression(ScpStream& script, GrfBlock& block, std::auto_ptr& pExpr); ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ BNFClause.cpp:223:4: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register BNFClause* pLastOverloadClause = this; ^~~~~~~~~ 5 warnings generated. c++ -O2 -pipe -std=c++14 -Wno-error=dynamic-exception-spec -c -o BNFClauseCall.o BNFClauseCall.cpp In file included from BNFClauseCall.cpp:27: ./UtlTrace.h:72:15: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] static std::auto_ptr _pFile; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from BNFClauseCall.cpp:37: ./DtaScriptVariable.h:173:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArray() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from BNFClauseCall.cpp:37: ./DtaScriptVariable.h:174:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from BNFClauseCall.cpp:37: ./DtaScriptVariable.h:175:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from BNFClauseCall.cpp:40: In file included from ./DtaBNFScript.h:29: ./DtaPatternScript.h:196:74: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] bool handleEmbeddedExpression(ScpStream& script, GrfBlock& block, std::auto_ptr& pExpr); ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ BNFClauseCall.cpp:183:97: warning: format specifies type 'int' but the argument has type 'size_type' (aka 'unsigned long') [-Wformat] sprintf(tcExpectedNumber, "' requires less than %d parameters (%d parameters, propagated)", _listOfParameters.size(), myClause.getParameters().size()); ~~ ^~~~~~~~~~~~~~~~~~~~~~~~ %zu BNFClauseCall.cpp:183:123: warning: format specifies type 'int' but the argument has type 'size_type' (aka 'unsigned long') [-Wformat] sprintf(tcExpectedNumber, "' requires less than %d parameters (%d parameters, propagated)", _listOfParameters.size(), myClause.getParameters().size()); ~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ %zu BNFClauseCall.cpp:189:66: warning: format specifies type 'int' but the argument has type 'size_type' (aka 'unsigned long') [-Wformat] sprintf(tcExpectedNumber, "' doesn't require %d parameters", _listOfParameters.size()); ~~ ^~~~~~~~~~~~~~~~~~~~~~~~ %zu BNFClauseCall.cpp:208:7: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register const ExprScriptVariable* pVarExpr = dynamic_cast(*i); ^~~~~~~~~ 9 warnings generated. c++ -O2 -pipe -std=c++14 -Wno-error=dynamic-exception-spec -c -o BNFComplementary.o BNFComplementary.cpp In file included from BNFComplementary.cpp:31: ./DtaScriptVariable.h:173:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArray() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from BNFComplementary.cpp:31: ./DtaScriptVariable.h:174:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from BNFComplementary.cpp:31: ./DtaScriptVariable.h:175:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from BNFComplementary.cpp:33: In file included from ./DtaBNFScript.h:29: ./DtaPatternScript.h:196:74: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] bool handleEmbeddedExpression(ScpStream& script, GrfBlock& block, std::auto_ptr& pExpr); ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ 4 warnings generated. c++ -O2 -pipe -std=c++14 -Wno-error=dynamic-exception-spec -c -o BNFConjunction.o BNFConjunction.cpp In file included from BNFConjunction.cpp:30: ./DtaScriptVariable.h:173:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArray() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from BNFConjunction.cpp:30: ./DtaScriptVariable.h:174:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from BNFConjunction.cpp:30: ./DtaScriptVariable.h:175:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from BNFConjunction.cpp:31: In file included from ./DtaBNFScript.h:29: ./DtaPatternScript.h:196:74: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] bool handleEmbeddedExpression(ScpStream& script, GrfBlock& block, std::auto_ptr& pExpr); ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ 4 warnings generated. c++ -O2 -pipe -std=c++14 -Wno-error=dynamic-exception-spec -c -o BNFDisjunction.o BNFDisjunction.cpp In file included from BNFDisjunction.cpp:30: ./DtaScriptVariable.h:173:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArray() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from BNFDisjunction.cpp:30: ./DtaScriptVariable.h:174:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from BNFDisjunction.cpp:30: ./DtaScriptVariable.h:175:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from BNFDisjunction.cpp:31: In file included from ./DtaBNFScript.h:29: ./DtaPatternScript.h:196:74: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] bool handleEmbeddedExpression(ScpStream& script, GrfBlock& block, std::auto_ptr& pExpr); ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ 4 warnings generated. c++ -O2 -pipe -std=c++14 -Wno-error=dynamic-exception-spec -c -o BNFEndOfFile.o BNFEndOfFile.cpp In file included from BNFEndOfFile.cpp:31: ./DtaScriptVariable.h:173:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArray() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from BNFEndOfFile.cpp:31: ./DtaScriptVariable.h:174:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from BNFEndOfFile.cpp:31: ./DtaScriptVariable.h:175:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from BNFEndOfFile.cpp:33: In file included from ./DtaBNFScript.h:29: ./DtaPatternScript.h:196:74: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] bool handleEmbeddedExpression(ScpStream& script, GrfBlock& block, std::auto_ptr& pExpr); ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ 4 warnings generated. c++ -O2 -pipe -std=c++14 -Wno-error=dynamic-exception-spec -c -o BNFEndOfLine.o BNFEndOfLine.cpp c++ -O2 -pipe -std=c++14 -Wno-error=dynamic-exception-spec -c -o BNFFindToken.o BNFFindToken.cpp In file included from BNFFindToken.cpp:31: ./DtaScriptVariable.h:173:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArray() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from BNFFindToken.cpp:31: ./DtaScriptVariable.h:174:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from BNFFindToken.cpp:31: ./DtaScriptVariable.h:175:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from BNFFindToken.cpp:33: In file included from ./DtaBNFScript.h:29: ./DtaPatternScript.h:196:74: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] bool handleEmbeddedExpression(ScpStream& script, GrfBlock& block, std::auto_ptr& pExpr); ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ 4 warnings generated. c++ -O2 -pipe -std=c++14 -Wno-error=dynamic-exception-spec -c -o BNFForeach.o BNFForeach.cpp In file included from BNFForeach.cpp:31: ./DtaScriptVariable.h:173:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArray() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from BNFForeach.cpp:31: ./DtaScriptVariable.h:174:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from BNFForeach.cpp:31: ./DtaScriptVariable.h:175:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from BNFForeach.cpp:33: In file included from ./DtaBNFScript.h:29: ./DtaPatternScript.h:196:74: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] bool handleEmbeddedExpression(ScpStream& script, GrfBlock& block, std::auto_ptr& pExpr); ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ 4 warnings generated. c++ -O2 -pipe -std=c++14 -Wno-error=dynamic-exception-spec -c -o BNFIgnore.o BNFIgnore.cpp In file included from BNFIgnore.cpp:30: In file included from ./DtaBNFScript.h:29: ./DtaPatternScript.h:196:74: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] bool handleEmbeddedExpression(ScpStream& script, GrfBlock& block, std::auto_ptr& pExpr); ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ 1 warning generated. c++ -O2 -pipe -std=c++14 -Wno-error=dynamic-exception-spec -c -o BNFInsert.o BNFInsert.cpp In file included from BNFInsert.cpp:30: ./DtaScriptVariable.h:173:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArray() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from BNFInsert.cpp:30: ./DtaScriptVariable.h:174:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from BNFInsert.cpp:30: ./DtaScriptVariable.h:175:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from BNFInsert.cpp:32: In file included from ./DtaBNFScript.h:29: ./DtaPatternScript.h:196:74: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] bool handleEmbeddedExpression(ScpStream& script, GrfBlock& block, std::auto_ptr& pExpr); ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ 4 warnings generated. c++ -O2 -pipe -std=c++14 -Wno-error=dynamic-exception-spec -c -o BNFMoveAhead.o BNFMoveAhead.cpp In file included from BNFMoveAhead.cpp:30: In file included from ./DtaBNFScript.h:29: ./DtaPatternScript.h:196:74: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] bool handleEmbeddedExpression(ScpStream& script, GrfBlock& block, std::auto_ptr& pExpr); ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ 1 warning generated. c++ -O2 -pipe -std=c++14 -Wno-error=dynamic-exception-spec -c -o BNFMultiplicity.o BNFMultiplicity.cpp In file included from BNFMultiplicity.cpp:32: ./DtaScriptVariable.h:173:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArray() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from BNFMultiplicity.cpp:32: ./DtaScriptVariable.h:174:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from BNFMultiplicity.cpp:32: ./DtaScriptVariable.h:175:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from BNFMultiplicity.cpp:34: In file included from ./DtaBNFScript.h:29: ./DtaPatternScript.h:196:74: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] bool handleEmbeddedExpression(ScpStream& script, GrfBlock& block, std::auto_ptr& pExpr); ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ BNFMultiplicity.cpp:167:5: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register int iNewLocation = CGRuntime::getInputLocation(); ^~~~~~~~~ 5 warnings generated. c++ -O2 -pipe -std=c++14 -Wno-error=dynamic-exception-spec -c -o BNFNextStep.o BNFNextStep.cpp In file included from BNFNextStep.cpp:31: ./DtaScriptVariable.h:173:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArray() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from BNFNextStep.cpp:31: ./DtaScriptVariable.h:174:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from BNFNextStep.cpp:31: ./DtaScriptVariable.h:175:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from BNFNextStep.cpp:33: In file included from ./DtaBNFScript.h:29: ./DtaPatternScript.h:196:74: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] bool handleEmbeddedExpression(ScpStream& script, GrfBlock& block, std::auto_ptr& pExpr); ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ 4 warnings generated. c++ -O2 -pipe -std=c++14 -Wno-error=dynamic-exception-spec -c -o BNFNot.o BNFNot.cpp In file included from BNFNot.cpp:31: ./DtaScriptVariable.h:173:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArray() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from BNFNot.cpp:31: ./DtaScriptVariable.h:174:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from BNFNot.cpp:31: ./DtaScriptVariable.h:175:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from BNFNot.cpp:33: In file included from ./DtaBNFScript.h:29: ./DtaPatternScript.h:196:74: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] bool handleEmbeddedExpression(ScpStream& script, GrfBlock& block, std::auto_ptr& pExpr); ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ 4 warnings generated. c++ -O2 -pipe -std=c++14 -Wno-error=dynamic-exception-spec -c -o BNFPushItem.o BNFPushItem.cpp In file included from BNFPushItem.cpp:30: ./DtaScriptVariable.h:173:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArray() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from BNFPushItem.cpp:30: ./DtaScriptVariable.h:174:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from BNFPushItem.cpp:30: ./DtaScriptVariable.h:175:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from BNFPushItem.cpp:32: In file included from ./DtaBNFScript.h:29: ./DtaPatternScript.h:196:74: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] bool handleEmbeddedExpression(ScpStream& script, GrfBlock& block, std::auto_ptr& pExpr); ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ 4 warnings generated. c++ -O2 -pipe -std=c++14 -Wno-error=dynamic-exception-spec -c -o BNFRatchet.o BNFRatchet.cpp In file included from BNFRatchet.cpp:30: In file included from ./DtaBNFScript.h:29: ./DtaPatternScript.h:196:74: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] bool handleEmbeddedExpression(ScpStream& script, GrfBlock& block, std::auto_ptr& pExpr); ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ 1 warning generated. c++ -O2 -pipe -std=c++14 -Wno-error=dynamic-exception-spec -c -o BNFReadAdaString.o BNFReadAdaString.cpp In file included from BNFReadAdaString.cpp:36: ./DtaScriptVariable.h:173:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArray() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from BNFReadAdaString.cpp:36: ./DtaScriptVariable.h:174:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from BNFReadAdaString.cpp:36: ./DtaScriptVariable.h:175:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from BNFReadAdaString.cpp:38: In file included from ./DtaBNFScript.h:29: ./DtaPatternScript.h:196:74: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] bool handleEmbeddedExpression(ScpStream& script, GrfBlock& block, std::auto_ptr& pExpr); ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ 4 warnings generated. c++ -O2 -pipe -std=c++14 -Wno-error=dynamic-exception-spec -c -o BNFReadByte.o BNFReadByte.cpp In file included from BNFReadByte.cpp:30: ./DtaScriptVariable.h:173:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArray() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from BNFReadByte.cpp:30: ./DtaScriptVariable.h:174:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from BNFReadByte.cpp:30: ./DtaScriptVariable.h:175:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from BNFReadByte.cpp:32: In file included from ./DtaBNFScript.h:29: ./DtaPatternScript.h:196:74: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] bool handleEmbeddedExpression(ScpStream& script, GrfBlock& block, std::auto_ptr& pExpr); ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ 4 warnings generated. c++ -O2 -pipe -std=c++14 -Wno-error=dynamic-exception-spec -c -o BNFReadBytes.o BNFReadBytes.cpp c++ -O2 -pipe -std=c++14 -Wno-error=dynamic-exception-spec -c -o BNFReadCChar.o BNFReadCChar.cpp In file included from BNFReadCChar.cpp:36: ./DtaScriptVariable.h:173:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArray() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from BNFReadCChar.cpp:36: ./DtaScriptVariable.h:174:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from BNFReadCChar.cpp:36: ./DtaScriptVariable.h:175:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from BNFReadCChar.cpp:38: In file included from ./DtaBNFScript.h:29: ./DtaPatternScript.h:196:74: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] bool handleEmbeddedExpression(ScpStream& script, GrfBlock& block, std::auto_ptr& pExpr); ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ 4 warnings generated. c++ -O2 -pipe -std=c++14 -Wno-error=dynamic-exception-spec -c -o BNFReadChar.o BNFReadChar.cpp In file included from BNFReadChar.cpp:31: ./DtaScriptVariable.h:173:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArray() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from BNFReadChar.cpp:31: ./DtaScriptVariable.h:174:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from BNFReadChar.cpp:31: ./DtaScriptVariable.h:175:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from BNFReadChar.cpp:33: In file included from ./DtaBNFScript.h:29: ./DtaPatternScript.h:196:74: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] bool handleEmbeddedExpression(ScpStream& script, GrfBlock& block, std::auto_ptr& pExpr); ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ BNFReadChar.cpp:86:4: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register char cChar = (char) iChar; ^~~~~~~~~ 5 warnings generated. c++ -O2 -pipe -std=c++14 -Wno-error=dynamic-exception-spec -c -o BNFReadChars.o BNFReadChars.cpp c++ -O2 -pipe -std=c++14 -Wno-error=dynamic-exception-spec -c -o BNFReadCompleteIdentifier.o BNFReadCompleteIdentifier.cpp c++ -O2 -pipe -std=c++14 -Wno-error=dynamic-exception-spec -c -o BNFReadCString.o BNFReadCString.cpp In file included from BNFReadCString.cpp:36: ./DtaScriptVariable.h:173:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArray() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from BNFReadCString.cpp:36: ./DtaScriptVariable.h:174:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from BNFReadCString.cpp:36: ./DtaScriptVariable.h:175:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from BNFReadCString.cpp:38: In file included from ./DtaBNFScript.h:29: ./DtaPatternScript.h:196:74: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] bool handleEmbeddedExpression(ScpStream& script, GrfBlock& block, std::auto_ptr& pExpr); ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ 4 warnings generated. c++ -O2 -pipe -std=c++14 -Wno-error=dynamic-exception-spec -c -o BNFReadIdentifier.o BNFReadIdentifier.cpp c++ -O2 -pipe -std=c++14 -Wno-error=dynamic-exception-spec -c -o BNFReadInteger.o BNFReadInteger.cpp c++ -O2 -pipe -std=c++14 -Wno-error=dynamic-exception-spec -c -o BNFReadNumeric.o BNFReadNumeric.cpp c++ -O2 -pipe -std=c++14 -Wno-error=dynamic-exception-spec -c -o BNFReadPythonString.o BNFReadPythonString.cpp In file included from BNFReadPythonString.cpp:36: ./DtaScriptVariable.h:173:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArray() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from BNFReadPythonString.cpp:36: ./DtaScriptVariable.h:174:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from BNFReadPythonString.cpp:36: ./DtaScriptVariable.h:175:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from BNFReadPythonString.cpp:38: In file included from ./DtaBNFScript.h:29: ./DtaPatternScript.h:196:74: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] bool handleEmbeddedExpression(ScpStream& script, GrfBlock& block, std::auto_ptr& pExpr); ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ 4 warnings generated. c++ -O2 -pipe -std=c++14 -Wno-error=dynamic-exception-spec -c -o BNFReadText.o BNFReadText.cpp In file included from BNFReadText.cpp:36: ./DtaScriptVariable.h:173:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArray() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from BNFReadText.cpp:36: ./DtaScriptVariable.h:174:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from BNFReadText.cpp:36: ./DtaScriptVariable.h:175:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from BNFReadText.cpp:38: In file included from ./DtaBNFScript.h:29: ./DtaPatternScript.h:196:74: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] bool handleEmbeddedExpression(ScpStream& script, GrfBlock& block, std::auto_ptr& pExpr); ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ 4 warnings generated. c++ -O2 -pipe -std=c++14 -Wno-error=dynamic-exception-spec -c -o BNFReadToken.o BNFReadToken.cpp In file included from BNFReadToken.cpp:36: ./DtaScriptVariable.h:173:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArray() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from BNFReadToken.cpp:36: ./DtaScriptVariable.h:174:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from BNFReadToken.cpp:36: ./DtaScriptVariable.h:175:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from BNFReadToken.cpp:38: In file included from ./DtaBNFScript.h:29: ./DtaPatternScript.h:196:74: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] bool handleEmbeddedExpression(ScpStream& script, GrfBlock& block, std::auto_ptr& pExpr); ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ 4 warnings generated. c++ -O2 -pipe -std=c++14 -Wno-error=dynamic-exception-spec -c -o BNFReadUptoIgnore.o BNFReadUptoIgnore.cpp In file included from BNFReadUptoIgnore.cpp:36: ./DtaScriptVariable.h:173:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArray() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from BNFReadUptoIgnore.cpp:36: ./DtaScriptVariable.h:174:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from BNFReadUptoIgnore.cpp:36: ./DtaScriptVariable.h:175:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from BNFReadUptoIgnore.cpp:38: In file included from ./DtaBNFScript.h:29: ./DtaPatternScript.h:196:74: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] bool handleEmbeddedExpression(ScpStream& script, GrfBlock& block, std::auto_ptr& pExpr); ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ 4 warnings generated. c++ -O2 -pipe -std=c++14 -Wno-error=dynamic-exception-spec -c -o BNFScanWindow.o BNFScanWindow.cpp In file included from BNFScanWindow.cpp:31: ./DtaScriptVariable.h:173:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArray() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from BNFScanWindow.cpp:31: ./DtaScriptVariable.h:174:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from BNFScanWindow.cpp:31: ./DtaScriptVariable.h:175:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from BNFScanWindow.cpp:33: In file included from ./DtaBNFScript.h:29: ./DtaPatternScript.h:196:74: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] bool handleEmbeddedExpression(ScpStream& script, GrfBlock& block, std::auto_ptr& pExpr); ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ 4 warnings generated. c++ -O2 -pipe -std=c++14 -Wno-error=dynamic-exception-spec -c -o BNFSkipIgnore.o BNFSkipIgnore.cpp In file included from BNFSkipIgnore.cpp:31: ./DtaScriptVariable.h:173:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArray() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from BNFSkipIgnore.cpp:31: ./DtaScriptVariable.h:174:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from BNFSkipIgnore.cpp:31: ./DtaScriptVariable.h:175:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from BNFSkipIgnore.cpp:33: In file included from ./DtaBNFScript.h:29: ./DtaPatternScript.h:196:74: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] bool handleEmbeddedExpression(ScpStream& script, GrfBlock& block, std::auto_ptr& pExpr); ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ 4 warnings generated. c++ -O2 -pipe -std=c++14 -Wno-error=dynamic-exception-spec -c -o BNFStepintoHook.o BNFStepintoHook.cpp In file included from BNFStepintoHook.cpp:27: In file included from ./DtaProject.h:28: ./DtaScriptVariable.h:173:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArray() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from BNFStepintoHook.cpp:27: In file included from ./DtaProject.h:28: ./DtaScriptVariable.h:174:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from BNFStepintoHook.cpp:27: In file included from ./DtaProject.h:28: ./DtaScriptVariable.h:175:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from BNFStepintoHook.cpp:28: In file included from ./DtaBNFScript.h:29: ./DtaPatternScript.h:196:74: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] bool handleEmbeddedExpression(ScpStream& script, GrfBlock& block, std::auto_ptr& pExpr); ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ BNFStepintoHook.cpp:54:8: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr pFunctionCall(new ExprScriptFunction(this)); ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ 5 warnings generated. c++ -O2 -pipe -std=c++14 -Wno-error=dynamic-exception-spec -c -o BNFStepoutHook.o BNFStepoutHook.cpp In file included from BNFStepoutHook.cpp:27: In file included from ./DtaProject.h:28: ./DtaScriptVariable.h:173:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArray() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from BNFStepoutHook.cpp:27: In file included from ./DtaProject.h:28: ./DtaScriptVariable.h:174:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from BNFStepoutHook.cpp:27: In file included from ./DtaProject.h:28: ./DtaScriptVariable.h:175:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from BNFStepoutHook.cpp:28: In file included from ./DtaBNFScript.h:29: ./DtaPatternScript.h:196:74: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] bool handleEmbeddedExpression(ScpStream& script, GrfBlock& block, std::auto_ptr& pExpr); ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ BNFStepoutHook.cpp:58:8: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr pFunctionCall(new ExprScriptFunction(this)); ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ 5 warnings generated. c++ -O2 -pipe -std=c++14 -Wno-error=dynamic-exception-spec -c -o BNFStepper.o BNFStepper.cpp c++ -O2 -pipe -std=c++14 -Wno-error=dynamic-exception-spec -c -o BNFString.o BNFString.cpp In file included from BNFString.cpp:31: ./DtaScriptVariable.h:173:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArray() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from BNFString.cpp:31: ./DtaScriptVariable.h:174:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from BNFString.cpp:31: ./DtaScriptVariable.h:175:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from BNFString.cpp:33: In file included from ./DtaBNFScript.h:29: ./DtaPatternScript.h:196:74: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] bool handleEmbeddedExpression(ScpStream& script, GrfBlock& block, std::auto_ptr& pExpr); ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ 4 warnings generated. c++ -O2 -pipe -std=c++14 -Wno-error=dynamic-exception-spec -c -o BNFTransformationMode.o BNFTransformationMode.cpp In file included from BNFTransformationMode.cpp:30: In file included from ./DtaBNFScript.h:29: ./DtaPatternScript.h:196:74: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] bool handleEmbeddedExpression(ScpStream& script, GrfBlock& block, std::auto_ptr& pExpr); ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ 1 warning generated. c++ -O2 -pipe -std=c++14 -Wno-error=dynamic-exception-spec -c -o BNFTryCatch.o BNFTryCatch.cpp In file included from BNFTryCatch.cpp:30: ./DtaScriptVariable.h:173:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArray() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from BNFTryCatch.cpp:30: ./DtaScriptVariable.h:174:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from BNFTryCatch.cpp:30: ./DtaScriptVariable.h:175:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from BNFTryCatch.cpp:35: In file included from ./DtaBNFScript.h:29: ./DtaPatternScript.h:196:74: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] bool handleEmbeddedExpression(ScpStream& script, GrfBlock& block, std::auto_ptr& pExpr); ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ 4 warnings generated. c++ -O2 -pipe -std=c++14 -Wno-error=dynamic-exception-spec -c -o CGCompiler.o CGCompiler.cpp In file included from CGCompiler.cpp:30: ./DtaPatternScript.h:196:74: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] bool handleEmbeddedExpression(ScpStream& script, GrfBlock& block, std::auto_ptr& pExpr); ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ CGCompiler.cpp:46:8: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr pScript(new DtaScript); ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ CGCompiler.cpp:56:8: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr pScript(new DtaScript); ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ CGCompiler.cpp:75:8: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr pScript(new DtaPatternScript); ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ CGCompiler.cpp:89:8: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr pScript(new DtaPatternScript); ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ CGCompiler.cpp:99:8: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr pScript(new DtaPatternScript); ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ CGCompiler.cpp:141:8: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr pScript(new DtaBNFScript); ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ CGCompiler.cpp:155:8: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr pScript(new DtaBNFScript); ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ CGCompiler.cpp:165:8: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr pScript(new DtaBNFScript); ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ CGCompiler.cpp:199:8: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr pScript(new DtaTranslateScript); ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ CGCompiler.cpp:213:8: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr pScript(new DtaTranslateScript); ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ CGCompiler.cpp:223:8: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr pScript(new DtaTranslateScript); ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ 12 warnings generated. c++ -O2 -pipe -std=c++14 -Wno-error=dynamic-exception-spec -c -o CGExternalHandling.o CGExternalHandling.cpp c++ -O2 -pipe -std=c++14 -Wno-error=dynamic-exception-spec -c -o CGRuntime.o CGRuntime.cpp In file included from CGRuntime.cpp:176: ./UtlTrace.h:72:15: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] static std::auto_ptr _pFile; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from CGRuntime.cpp:197: In file included from ./DtaProject.h:28: ./DtaScriptVariable.h:173:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArray() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from CGRuntime.cpp:197: In file included from ./DtaProject.h:28: ./DtaScriptVariable.h:174:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from CGRuntime.cpp:197: In file included from ./DtaProject.h:28: ./DtaScriptVariable.h:175:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from CGRuntime.cpp:199: ./DtaPatternScript.h:196:74: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] bool handleEmbeddedExpression(ScpStream& script, GrfBlock& block, std::auto_ptr& pExpr); ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ CGRuntime.cpp:460:8: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr pPatternScript(new DtaPatternScript(executeFunction)); ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ CGRuntime.cpp:465:8: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr pPatternScript(new DtaPatternScript/*(_pThisTree._pInternalNode, NULL)*/); ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ CGRuntime.cpp:476:8: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr pPatternScript(new DtaPatternScript(executeFunction)); ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ CGRuntime.cpp:481:8: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr pPatternScript(new DtaPatternScript/*(_pThisTree._pInternalNode, NULL)*/); ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ CGRuntime.cpp:487:8: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr pPatternScript(new DtaPatternScript(executeFunction)); ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ CGRuntime.cpp:555:8: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr pBNFScript(new DtaBNFScript/*(pThisTree._pInternalNode, NULL)*/); ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ CGRuntime.cpp:597:8: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr pTranslateScript(new DtaTranslateScript(executeFunction)); ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ CGRuntime.cpp:773:7: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr pInput(new ScpStream(sSourceFileName, ScpStream::IN | ScpStream::PATH)); ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ CGRuntime.cpp:1358:9: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr f(CodeWorker::openAppendFile(_sLogFile.c_str())); ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ CGRuntime.cpp:1400:9: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr f(CodeWorker::openAppendFile(_sLogFile.c_str())); ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ CGRuntime.cpp:1480:42: warning: format specifies type 'long' but the argument has type 'int' [-Wformat] sprintf(tcNumber, "%d/%ld", iLocation, _pOutputStream->size()); ~~~ ^~~~~~~~~~~~~~~~~~~~~~ %d CGRuntime.cpp:1494:43: warning: format specifies type 'long' but the argument has type 'int' [-Wformat] sprintf(tcNumber, "%d/%ld", iLocation, _pOutputStream->size()); ~~~ ^~~~~~~~~~~~~~~~~~~~~~ %d CGRuntime.cpp:1511:42: warning: format specifies type 'long' but the argument has type 'int' [-Wformat] sprintf(tcNumber, "%d/%ld", iLocation, pOwner->size()); ~~~ ^~~~~~~~~~~~~~ %d CGRuntime.cpp:1528:43: warning: format specifies type 'long' but the argument has type 'int' [-Wformat] sprintf(tcNumber, "%d/%ld", iLocation, pOwner->size()); ~~~ ^~~~~~~~~~~~~~ %d CGRuntime.cpp:1542:42: warning: format specifies type 'long' but the argument has type 'int' [-Wformat] sprintf(tcNumber, "%d/%ld", iLocation, _pOutputStream->size()); ~~~ ^~~~~~~~~~~~~~~~~~~~~~ %d CGRuntime.cpp:1897:14: warning: illegal character encoding in character literal [-Winvalid-source-encoding] mapOfCodes[''] = "“"; ^ CGRuntime.cpp:1898:14: warning: illegal character encoding in character literal [-Winvalid-source-encoding] mapOfCodes[''] = "”"; ^ CGRuntime.cpp:1900:14: warning: illegal character encoding in character literal [-Winvalid-source-encoding] mapOfCodes[''] = "°"; ^ CGRuntime.cpp:1902:14: warning: illegal character encoding in character literal [-Winvalid-source-encoding] mapOfCodes[''] = "à"; ^ CGRuntime.cpp:1903:14: warning: illegal character encoding in character literal [-Winvalid-source-encoding] mapOfCodes[''] = "â"; ^ CGRuntime.cpp:1904:14: warning: illegal character encoding in character literal [-Winvalid-source-encoding] mapOfCodes[''] = "å"; ^ CGRuntime.cpp:1905:14: warning: illegal character encoding in character literal [-Winvalid-source-encoding] mapOfCodes[''] = "ä"; ^ CGRuntime.cpp:1906:14: warning: illegal character encoding in character literal [-Winvalid-source-encoding] mapOfCodes[''] = "ã"; ^ CGRuntime.cpp:1908:14: warning: illegal character encoding in character literal [-Winvalid-source-encoding] mapOfCodes[''] = "é"; ^ CGRuntime.cpp:1909:14: warning: illegal character encoding in character literal [-Winvalid-source-encoding] mapOfCodes[''] = "è"; ^ CGRuntime.cpp:1910:14: warning: illegal character encoding in character literal [-Winvalid-source-encoding] mapOfCodes[''] = "ê"; ^ CGRuntime.cpp:1911:14: warning: illegal character encoding in character literal [-Winvalid-source-encoding] mapOfCodes[''] = "ë"; ^ CGRuntime.cpp:1913:14: warning: illegal character encoding in character literal [-Winvalid-source-encoding] mapOfCodes[''] = "ì"; ^ CGRuntime.cpp:1914:14: warning: illegal character encoding in character literal [-Winvalid-source-encoding] mapOfCodes[''] = "í"; ^ CGRuntime.cpp:1915:14: warning: illegal character encoding in character literal [-Winvalid-source-encoding] mapOfCodes[''] = "î"; ^ CGRuntime.cpp:1916:14: warning: illegal character encoding in character literal [-Winvalid-source-encoding] mapOfCodes[''] = "ï"; ^ CGRuntime.cpp:1918:14: warning: illegal character encoding in character literal [-Winvalid-source-encoding] mapOfCodes[''] = "ô"; ^ CGRuntime.cpp:1919:14: warning: illegal character encoding in character literal [-Winvalid-source-encoding] mapOfCodes[''] = "Ø"; ^ CGRuntime.cpp:1920:14: warning: illegal character encoding in character literal [-Winvalid-source-encoding] mapOfCodes[''] = "ó"; ^ CGRuntime.cpp:1921:14: warning: illegal character encoding in character literal [-Winvalid-source-encoding] mapOfCodes[''] = "ö"; ^ CGRuntime.cpp:1923:14: warning: illegal character encoding in character literal [-Winvalid-source-encoding] mapOfCodes[''] = "û"; ^ CGRuntime.cpp:1924:14: warning: illegal character encoding in character literal [-Winvalid-source-encoding] mapOfCodes[''] = "ù"; ^ CGRuntime.cpp:1925:14: warning: illegal character encoding in character literal [-Winvalid-source-encoding] mapOfCodes[''] = "ü"; ^ CGRuntime.cpp:1927:14: warning: illegal character encoding in character literal [-Winvalid-source-encoding] mapOfCodes[''] = "ÿ"; ^ CGRuntime.cpp:1929:14: warning: illegal character encoding in character literal [-Winvalid-source-encoding] mapOfCodes[''] = "ç"; ^ CGRuntime.cpp:1930:14: warning: illegal character encoding in character literal [-Winvalid-source-encoding] mapOfCodes[''] = "ñ"; ^ CGRuntime.cpp:1931:14: warning: illegal character encoding in character literal [-Winvalid-source-encoding] mapOfCodes[''] = "ß"; ^ CGRuntime.cpp:1932:14: warning: illegal character encoding in character literal [-Winvalid-source-encoding] mapOfCodes[''] = "Þ"; ^ CGRuntime.cpp:1938:14: warning: illegal character encoding in character literal [-Winvalid-source-encoding] mapOfCodes[''] = "¨"; ^ CGRuntime.cpp:1939:14: warning: illegal character encoding in character literal [-Winvalid-source-encoding] mapOfCodes[''] = "¢"; ^ CGRuntime.cpp:1940:14: warning: illegal character encoding in character literal [-Winvalid-source-encoding] mapOfCodes[''] = "£"; ^ CGRuntime.cpp:1941:14: warning: illegal character encoding in character literal [-Winvalid-source-encoding] mapOfCodes[''] = "©"; ^ CGRuntime.cpp:1992:7: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr pInput(new ScpStream(sSourceFileName, ScpStream::IN | ScpStream::PATH)); ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ CGRuntime.cpp:1993:7: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr pOutput(new ScpStream(sDestinationFileName, ScpStream::IN | ScpStream::OUT)); ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ CGRuntime.cpp:2003:2: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register int iSum = iPos + iLastRemoved; ^~~~~~~~~ CGRuntime.cpp:2412:7: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr pStream(ScpStream::openInputFileFromIncludePath(sFilename.c_str(), sCompleteFileName)); ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ CGRuntime.cpp:2803:7: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr pFile(new ScpStream(sFile, ScpStream::IN | ScpStream::PATH)); ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ CGRuntime.cpp:2986:7: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr pFile; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ CGRuntime.cpp:2988:16: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] pFile = std::auto_ptr(new ScpStream(sFile, ScpStream::IN | ScpStream::PATH)); ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ CGRuntime.cpp:2991:16: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] pFile = std::auto_ptr(new ScpStream(sFile, ScpStream::IN | ScpStream::PATH, iLength, iLength)); ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ CGRuntime.cpp:3005:7: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr pFile; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ CGRuntime.cpp:3007:16: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] pFile = std::auto_ptr(new ScpStream(sFile, ScpStream::IN | ScpStream::PATH)); ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ CGRuntime.cpp:3009:16: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] pFile = std::auto_ptr(new ScpStream(sFile, ScpStream::IN | ScpStream::PATH, iLength, iLength)); ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ 63 warnings generated. c++ -O2 -pipe -std=c++14 -Wno-error=dynamic-exception-spec -c -o CppCompilerEnvironment.o CppCompilerEnvironment.cpp In file included from CppCompilerEnvironment.cpp:32: In file included from ./DtaProject.h:28: ./DtaScriptVariable.h:173:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArray() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from CppCompilerEnvironment.cpp:32: In file included from ./DtaProject.h:28: ./DtaScriptVariable.h:174:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from CppCompilerEnvironment.cpp:32: In file included from ./DtaProject.h:28: ./DtaScriptVariable.h:175:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from CppCompilerEnvironment.cpp:33: ./DtaPatternScript.h:196:74: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] bool handleEmbeddedExpression(ScpStream& script, GrfBlock& block, std::auto_ptr& pExpr); ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ CppCompilerEnvironment.cpp:173:63: warning: '~CppScriptSession' has a non-throwing exception specification but can still throw [-Wexceptions] if (!sExceptionMessage.empty() || !sExceptionStack.empty()) throw UtlException(sExceptionMessage, sExceptionStack); ^ CppCompilerEnvironment.cpp:142:20: note: destructor has a implicit non-throwing exception specification CppScriptSession::~CppScriptSession() { ^ CppCompilerEnvironment.cpp:282:9: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr pModuleHeader(new ScpStream(_sCppProjectDirectory + i->first + ".h", ScpStream::OUT)); ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ CppCompilerEnvironment.cpp:283:9: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr pModuleBody(new ScpStream(_sCppProjectDirectory + i->first + ".cpp", ScpStream::OUT)); ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ CppCompilerEnvironment.cpp:388:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr pOldHeader(new ScpStream(_sCppProjectDirectory + i->first + ".h", ScpStream::IN | ScpStream::OUT)); ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ CppCompilerEnvironment.cpp:393:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr pOldBody(new ScpStream(_sCppProjectDirectory + i->first + ".cpp", ScpStream::IN | ScpStream::OUT)); ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ CppCompilerEnvironment.cpp:410:8: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr pMakeFile(new ScpStream(_sCppProjectDirectory + sProjectName + ".dsp", ScpStream::IN | ScpStream::OUT)); ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ CppCompilerEnvironment.cpp:559:8: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr pOldMakeFile(new ScpStream(_sCppProjectDirectory + sProjectName + ".dsp", ScpStream::IN | ScpStream::OUT)); ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ CppCompilerEnvironment.cpp:573:8: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr pMakeFile(new ScpStream(_sCppProjectDirectory + "Makefile", ScpStream::IN | ScpStream::OUT)); ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ CppCompilerEnvironment.cpp:574:8: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr pOldMakeFile(new ScpStream(_sCppProjectDirectory + "Makefile", ScpStream::IN | ScpStream::OUT)); ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ 13 warnings generated. c++ -O2 -pipe -std=c++14 -Wno-error=dynamic-exception-spec -c -o CppParsingTree.o CppParsingTree.cpp In file included from CppParsingTree.cpp:35: ./DtaScriptVariable.h:173:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArray() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from CppParsingTree.cpp:35: ./DtaScriptVariable.h:174:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from CppParsingTree.cpp:35: ./DtaScriptVariable.h:175:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ CppParsingTree.cpp:255:43: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] if (_pInternalNode == NULL) return std::auto_ptr >(new std::vector()); ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ CppParsingTree.cpp:264:43: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] if (_pInternalNode == NULL) return std::auto_ptr >(new std::vector()); ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ CppParsingTree.cpp:273:43: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] if (_pInternalNode == NULL) return std::auto_ptr >(new std::vector()); ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ 6 warnings generated. c++ -O2 -pipe -std=c++14 -Wno-error=dynamic-exception-spec -c -o DtaArrayIterator.o DtaArrayIterator.cpp In file included from DtaArrayIterator.cpp:26: ./DtaScriptVariable.h:173:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArray() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from DtaArrayIterator.cpp:26: ./DtaScriptVariable.h:174:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from DtaArrayIterator.cpp:26: ./DtaScriptVariable.h:175:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ 3 warnings generated. c++ -O2 -pipe -std=c++14 -Wno-error=dynamic-exception-spec -c -o DtaASTNavigator.o DtaASTNavigator.cpp In file included from DtaASTNavigator.cpp:44: ./DtaScriptVariable.h:173:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArray() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from DtaASTNavigator.cpp:44: ./DtaScriptVariable.h:174:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from DtaASTNavigator.cpp:44: ./DtaScriptVariable.h:175:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from DtaASTNavigator.cpp:47: In file included from ./DtaBNFScript.h:29: ./DtaPatternScript.h:196:74: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] bool handleEmbeddedExpression(ScpStream& script, GrfBlock& block, std::auto_ptr& pExpr); ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ DtaASTNavigator.cpp:115:8: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr pSequence; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ DtaASTNavigator.cpp:126:23: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] pSequence = std::auto_ptr(pAlternativeSequence); ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ DtaASTNavigator.cpp:325:8: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr pSequence; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ DtaASTNavigator.cpp:327:21: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] pSequence = std::auto_ptr(new DtaASTStructure::Clause::Sequence); ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ DtaASTNavigator.cpp:339:22: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] pSequence = std::auto_ptr(pCatchSequence); ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ DtaASTNavigator.cpp:584:8: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr pASTStructure(new DtaASTStructure); ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ 10 warnings generated. c++ -O2 -pipe -std=c++14 -Wno-error=dynamic-exception-spec -c -o DtaAttributeType.o DtaAttributeType.cpp In file included from DtaAttributeType.cpp:26: In file included from ./DtaProject.h:28: ./DtaScriptVariable.h:173:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArray() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from DtaAttributeType.cpp:26: In file included from ./DtaProject.h:28: ./DtaScriptVariable.h:174:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from DtaAttributeType.cpp:26: In file included from ./DtaProject.h:28: ./DtaScriptVariable.h:175:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ 3 warnings generated. c++ -O2 -pipe -std=c++14 -Wno-error=dynamic-exception-spec -c -o DtaBNFScript.o DtaBNFScript.cpp In file included from DtaBNFScript.cpp:34: ./DtaScriptVariable.h:173:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArray() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from DtaBNFScript.cpp:34: ./DtaScriptVariable.h:174:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from DtaBNFScript.cpp:34: ./DtaScriptVariable.h:175:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from DtaBNFScript.cpp:90: In file included from ./DtaBNFScript.h:29: ./DtaPatternScript.h:196:74: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] bool handleEmbeddedExpression(ScpStream& script, GrfBlock& block, std::auto_ptr& pExpr); ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ DtaBNFScript.cpp:201:59: warning: format specifies type 'int' but the argument has type 'size_type' (aka 'unsigned long') [-Wformat] sprintf(tcMessage, "\tNumber of production rules = %d", _listOfClauses.size()); ~~ ^~~~~~~~~~~~~~~~~~~~~ %zu DtaBNFScript.cpp:359:8: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr structure(navigator.detectASTStructure(*this)); ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ DtaBNFScript.cpp:834:8: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr pFilter(parseExpression(block, script)); ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ DtaBNFScript.cpp:1302:11: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr pErrorMessageExpr(parseExpression(block, script)); ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ DtaBNFScript.cpp:1806:9: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr pBegin(parseExpression(block, script)); ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ DtaBNFScript.cpp:1810:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr pEnd(parseExpression(block, script)); ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ 10 warnings generated. c++ -O2 -pipe -std=c++14 -Wno-error=dynamic-exception-spec -c -o DtaClass.o DtaClass.cpp c++ -O2 -pipe -std=c++14 -Wno-error=dynamic-exception-spec -c -o DtaCommandScript.o DtaCommandScript.cpp In file included from DtaCommandScript.cpp:26: In file included from ./DtaProject.h:28: ./DtaScriptVariable.h:173:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArray() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from DtaCommandScript.cpp:26: In file included from ./DtaProject.h:28: ./DtaScriptVariable.h:174:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from DtaCommandScript.cpp:26: In file included from ./DtaProject.h:28: ./DtaScriptVariable.h:175:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ 3 warnings generated. c++ -O2 -pipe -std=c++14 -Wno-error=dynamic-exception-spec -c -o DtaConsoleScript.o DtaConsoleScript.cpp In file included from DtaConsoleScript.cpp:31: ./DtaScriptVariable.h:173:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArray() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from DtaConsoleScript.cpp:31: ./DtaScriptVariable.h:174:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from DtaConsoleScript.cpp:31: ./DtaScriptVariable.h:175:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ 3 warnings generated. c++ -O2 -pipe -std=c++14 -Wno-error=dynamic-exception-spec -c -o DtaDesignScript.o DtaDesignScript.cpp In file included from DtaDesignScript.cpp:28: ./DtaScriptVariable.h:173:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArray() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from DtaDesignScript.cpp:28: ./DtaScriptVariable.h:174:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from DtaDesignScript.cpp:28: ./DtaScriptVariable.h:175:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ 3 warnings generated. c++ -O2 -pipe -std=c++14 -Wno-error=dynamic-exception-spec -c -o DtaPatternScript.o DtaPatternScript.cpp In file included from DtaPatternScript.cpp:33: ./DtaScriptVariable.h:173:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArray() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from DtaPatternScript.cpp:33: ./DtaScriptVariable.h:174:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from DtaPatternScript.cpp:33: ./DtaScriptVariable.h:175:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from DtaPatternScript.cpp:71: ./DtaPatternScript.h:196:74: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] bool handleEmbeddedExpression(ScpStream& script, GrfBlock& block, std::auto_ptr& pExpr); ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ DtaPatternScript.cpp:356:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr pFile(ScpStream::createFile(sFile)); ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ DtaPatternScript.cpp:358:11: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr pReadonlyFile(ScpStream::openSTLInputFile(sFile)); ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ DtaPatternScript.cpp:368:13: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr pFileAgain(ScpStream::createFile(sFile)); ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ DtaPatternScript.cpp:489:11: warning: enumeration values 'NO_INTERRUPTION', 'EXIT_INTERRUPTION', and 'THROW_INTERRUPTION' not handled in switch [-Wswitch] switch(result) { ^~~~~~ DtaPatternScript.cpp:550:12: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr pOutputStream(_pOutputStream); ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ DtaPatternScript.cpp:980:11: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr pExpr(parseExpression(block, script)); ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ DtaPatternScript.cpp:991:91: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] bool DtaPatternScript::handleEmbeddedExpression(ScpStream& script, GrfBlock& block, std::auto_ptr& pExpr) { ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ DtaPatternScript.cpp:1018:9: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr pExpr(parseKeyTemplateExpression(block, script)); ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ 12 warnings generated. c++ -O2 -pipe -std=c++14 -Wno-error=dynamic-exception-spec -c -o DtaProject.o DtaProject.cpp In file included from DtaProject.cpp:29: ./UtlTrace.h:72:15: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] static std::auto_ptr _pFile; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from DtaProject.cpp:34: In file included from ./DtaBNFScript.h:29: ./DtaPatternScript.h:196:74: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] bool handleEmbeddedExpression(ScpStream& script, GrfBlock& block, std::auto_ptr& pExpr); ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from DtaProject.cpp:36: In file included from ./DtaProject.h:28: ./DtaScriptVariable.h:173:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArray() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from DtaProject.cpp:36: In file included from ./DtaProject.h:28: ./DtaScriptVariable.h:174:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from DtaProject.cpp:36: In file included from ./DtaProject.h:28: ./DtaScriptVariable.h:175:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ DtaProject.cpp:169:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr pScript(new DtaBNFScript); ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ DtaProject.cpp:184:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr pScript(new DtaBNFScript); ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ DtaProject.cpp:199:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr pScript(new DtaBNFScript); ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ DtaProject.cpp:214:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr pScript(new DtaBNFScript); ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ 9 warnings generated. c++ -O2 -pipe -std=c++14 -Wno-error=dynamic-exception-spec -c -o DtaProtectedAreasBag.o DtaProtectedAreasBag.cpp In file included from DtaProtectedAreasBag.cpp:28: In file included from ./DtaProject.h:28: ./DtaScriptVariable.h:173:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArray() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from DtaProtectedAreasBag.cpp:28: In file included from ./DtaProject.h:28: ./DtaScriptVariable.h:174:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from DtaProtectedAreasBag.cpp:28: In file included from ./DtaProject.h:28: ./DtaScriptVariable.h:175:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ DtaProtectedAreasBag.cpp:81:4: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register DtaProtectedArea* pArea = i->second; ^~~~~~~~~ 4 warnings generated. c++ -O2 -pipe -std=c++14 -Wno-error=dynamic-exception-spec -c -o DtaScript.o DtaScript.cpp In file included from DtaScript.cpp:35: ./UtlTrace.h:72:15: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] static std::auto_ptr _pFile; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from DtaScript.cpp:140: In file included from ./DtaProject.h:28: ./DtaScriptVariable.h:173:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArray() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from DtaScript.cpp:140: In file included from ./DtaProject.h:28: ./DtaScriptVariable.h:174:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from DtaScript.cpp:140: In file included from ./DtaProject.h:28: ./DtaScriptVariable.h:175:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from DtaScript.cpp:142: In file included from ./DtaBNFScript.h:29: ./DtaPatternScript.h:196:74: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] bool handleEmbeddedExpression(ScpStream& script, GrfBlock& block, std::auto_ptr& pExpr); ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ DtaScript.cpp:178:10: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr pFile(openInputFileFromIncludePath(pCommand->_sParsingFilePtr, sCompleteFileName)); ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ DtaScript.cpp:387:9: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr pStream; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ DtaScript.cpp:389:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr pExistingFile(new ScpStream); ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ DtaScript.cpp:396:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr pNewFile(new ScpStream(tcScriptFileName, ScpStream::IN | ScpStream::PATH)); ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ DtaScript.cpp:683:9: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr pVariable(parseVariableExpression(block, script, new ExprScriptVariable(sVariable.c_str(), pPackage), pMethodFunction, pMethodProc)); ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ DtaScript.cpp:711:9: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr pTemplate(parseKeyTemplateExpression(block, script)); ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ DtaScript.cpp:934:8: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr pConstantTree(new ExprScriptConstantTree); ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ DtaScript.cpp:1466:8: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr pIndex(parseIndexExpression(block, script)); ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ DtaScript.cpp:1488:8: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr pPattern(parseExpression(block, script)); ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ DtaScript.cpp:1715:8: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr pFuncExpr(ExprScriptFunction::create(block, script, _sCurrentFunctionBody, _sCurrentFunctionTemplateBody, _bCurrentFunctionGenericTemplateKey)); ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ DtaScript.cpp:2100:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr pPatternScript(new DtaPatternScript(&block)); ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ DtaScript.cpp:2577:9: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr noLeak(pResultExpr); ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ DtaScript.cpp:2617:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr pExpr(parseBooleanExpression(block, script)); ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ DtaScript.cpp:2632:9: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr pScript(DtaScriptFactory::create(eScriptType, block)); ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ DtaScript.cpp:2712:27: warning: reference cannot be bound to dereferenced null pointer in well-defined C++ code; comparison may be assumed to always evaluate to true [-Wtautological-undefined-compare] if (!sWord.empty() && (&block != NULL) && (block.getVariable(sWord) == UNKNOWN_EXPRTYPE) && (pParentExpr->getPackage() == NULL)) { ^~~~~ ~~~~ DtaScript.cpp:2749:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr pTemplate; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ DtaScript.cpp:2752:11: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr pTemplateExpression(parseKeyTemplateExpression(block, script)); ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ DtaScript.cpp:2759:12: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr pTemplateExpression; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ DtaScript.cpp:2791:8: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr pParent; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ DtaScript.cpp:2797:9: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr pMotifStep(new ExprScriptMotifStep(sIdentifier)); ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ DtaScript.cpp:2820:8: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr pParent(parseMotifStepExpression(block, script, pEndPath)); ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ DtaScript.cpp:2834:8: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr pParent(parseMotifPathExpression(block, script)); ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ DtaScript.cpp:2840:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr pRef(pBooleanMotif); ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ DtaScript.cpp:2850:8: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr pParent(parseMotifConcatExpression(block, script)); ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ DtaScript.cpp:2856:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr pRef(pBooleanMotif); ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ DtaScript.cpp:2880:8: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr pParent(pMotif); ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ DtaScript.cpp:2885:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr pRef(pBooleanMotif); ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ DtaScript.cpp:4297:5: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register int iIndex = 4; ^~~~~~~~~ DtaScript.cpp:4298:5: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register char a = sLine[4]; ^~~~~~~~~ DtaScript.cpp:4636:8: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr pScriptFile(new ScpStream(sReferenceFile, ScpStream::IN | ScpStream::PATH)); ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ 35 warnings generated. c++ -O2 -pipe -std=c++14 -Wno-error=dynamic-exception-spec -c -o DtaScriptFactory.o DtaScriptFactory.cpp In file included from DtaScriptFactory.cpp:28: In file included from ./DtaBNFScript.h:29: ./DtaPatternScript.h:196:74: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] bool handleEmbeddedExpression(ScpStream& script, GrfBlock& block, std::auto_ptr& pExpr); ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ 1 warning generated. c++ -O2 -pipe -std=c++14 -Wno-error=dynamic-exception-spec -c -o DtaScriptVariable.o DtaScriptVariable.cpp In file included from DtaScriptVariable.cpp:36: ./UtlTrace.h:72:15: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] static std::auto_ptr _pFile; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from DtaScriptVariable.cpp:43: In file included from ./DtaProject.h:28: ./DtaScriptVariable.h:173:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArray() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from DtaScriptVariable.cpp:43: In file included from ./DtaProject.h:28: ./DtaScriptVariable.h:174:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from DtaScriptVariable.cpp:43: In file included from ./DtaProject.h:28: ./DtaScriptVariable.h:175:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ DtaScriptVariable.cpp:134:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register DtaScriptVariableList* pList = this; ^~~~~~~~~ DtaScriptVariable.cpp:197:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register DtaScriptVariable* pParent = _pParent; ^~~~~~~~~ DtaScriptVariable.cpp:275:7: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > DtaScriptVariable::getSortedNoCaseArray() const { ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ DtaScriptVariable.cpp:294:15: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] return std::auto_ptr >(pListOfNodes); ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ DtaScriptVariable.cpp:297:7: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > DtaScriptVariable::getSortedArrayOnValue() const { ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ DtaScriptVariable.cpp:316:15: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] return std::auto_ptr >(pListOfNodes); ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ DtaScriptVariable.cpp:319:7: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > DtaScriptVariable::getSortedNoCaseArrayOnValue() const { ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ DtaScriptVariable.cpp:338:15: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] return std::auto_ptr >(pListOfNodes); ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ DtaScriptVariable.cpp:576:9: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr pExprVariable(script.parseVariableExpression(script.getBlock(), theCommand)); ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ DtaScriptVariable.cpp:618:5: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register DtaScriptVariable* pParent = pVariable->getParent(); ^~~~~~~~~ DtaScriptVariable.cpp:621:5: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register DtaScriptVariable* pParent = pVariable->getParent(); ^~~~~~~~~ DtaScriptVariable.cpp:775:8: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr pExprVariable(script.parseVariableExpression(script.getBlock(), theCommand)); ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ DtaScriptVariable.cpp:783:8: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr pExprVariable(script.parseVariableExpression(script.getBlock(), theCommand)); ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ DtaScriptVariable.cpp:791:8: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr pExprVariable(script.parseVariableExpression(script.getBlock(), theCommand)); ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ DtaScriptVariable.cpp:799:8: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr pExprVariable(script.parseVariableExpression(script.getBlock(), theCommand)); ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ DtaScriptVariable.cpp:1388:27: warning: format specifies type 'int' but the argument has type 'size_type' (aka 'unsigned long') [-Wformat] sprintf(tcNumber, "%d", _pArray->items.size()); ~~ ^~~~~~~~~~~~~~~~~~~~~ %zu 20 warnings generated. c++ -O2 -pipe -std=c++14 -Wno-error=dynamic-exception-spec -c -o DtaSharpTagsHandler.o DtaSharpTagsHandler.cpp In file included from DtaSharpTagsHandler.cpp:30: In file included from ./DtaProject.h:28: ./DtaScriptVariable.h:173:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArray() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from DtaSharpTagsHandler.cpp:30: In file included from ./DtaProject.h:28: ./DtaScriptVariable.h:174:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from DtaSharpTagsHandler.cpp:30: In file included from ./DtaProject.h:28: ./DtaScriptVariable.h:175:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from DtaSharpTagsHandler.cpp:32: In file included from ./DtaBNFScript.h:29: ./DtaPatternScript.h:196:74: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] bool handleEmbeddedExpression(ScpStream& script, GrfBlock& block, std::auto_ptr& pExpr); ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ DtaSharpTagsHandler.cpp:93:4: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register char a; ^~~~~~~~~ DtaSharpTagsHandler.cpp:107:6: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register char a; ^~~~~~~~~ 6 warnings generated. c++ -O2 -pipe -std=c++14 -Wno-error=dynamic-exception-spec -c -o DtaTranslateScript.o DtaTranslateScript.cpp In file included from DtaTranslateScript.cpp:29: In file included from ./DtaProject.h:28: ./DtaScriptVariable.h:173:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArray() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from DtaTranslateScript.cpp:29: In file included from ./DtaProject.h:28: ./DtaScriptVariable.h:174:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from DtaTranslateScript.cpp:29: In file included from ./DtaProject.h:28: ./DtaScriptVariable.h:175:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from DtaTranslateScript.cpp:35: In file included from ./DtaTranslateScript.h:25: In file included from ./DtaBNFScript.h:29: ./DtaPatternScript.h:196:74: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] bool handleEmbeddedExpression(ScpStream& script, GrfBlock& block, std::auto_ptr& pExpr); ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ 4 warnings generated. c++ -O2 -pipe -std=c++14 -Wno-error=dynamic-exception-spec -c -o DtaVisitor.o DtaVisitor.cpp c++ -O2 -pipe -std=c++14 -Wno-error=dynamic-exception-spec -c -o DynPackage.o DynPackage.cpp In file included from DynPackage.cpp:31: ./UtlTrace.h:72:15: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] static std::auto_ptr _pFile; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from DynPackage.cpp:33: ./DtaScriptVariable.h:173:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArray() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from DynPackage.cpp:33: ./DtaScriptVariable.h:174:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from DynPackage.cpp:33: ./DtaScriptVariable.h:175:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ 4 warnings generated. c++ -O2 -pipe -std=c++14 -Wno-error=dynamic-exception-spec -c -o ExprScriptBinaryExpression.o ExprScriptBinaryExpression.cpp c++ -O2 -pipe -std=c++14 -Wno-error=dynamic-exception-spec -c -o ExprScriptExpression.o ExprScriptExpression.cpp In file included from ExprScriptExpression.cpp:29: ./DtaScriptVariable.h:173:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArray() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from ExprScriptExpression.cpp:29: ./DtaScriptVariable.h:174:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from ExprScriptExpression.cpp:29: ./DtaScriptVariable.h:175:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ ExprScriptExpression.cpp:67:10: warning: enumeration values 'NO_TYPE' and 'ALIEN_TYPE' not handled in switch [-Wswitch] switch(compileCpp(theCompilerEnvironment)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 4 warnings generated. c++ -O2 -pipe -std=c++14 -Wno-error=dynamic-exception-spec -c -o ExprScriptFunction.o ExprScriptFunction.cpp In file included from ExprScriptFunction.cpp:39: In file included from ./DtaProject.h:28: ./DtaScriptVariable.h:173:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArray() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from ExprScriptFunction.cpp:39: In file included from ./DtaProject.h:28: ./DtaScriptVariable.h:174:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from ExprScriptFunction.cpp:39: In file included from ./DtaProject.h:28: ./DtaScriptVariable.h:175:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from ExprScriptFunction.cpp:41: ./DtaPatternScript.h:196:74: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] bool handleEmbeddedExpression(ScpStream& script, GrfBlock& block, std::auto_ptr& pExpr); ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ ExprScriptFunction.cpp:626:11: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr pScript(new DtaBNFScript); ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ ExprScriptFunction.cpp:640:11: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr pScript(new DtaPatternScript); ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ ExprScriptFunction.cpp:811:28: warning: format specifies type 'unsigned long long' but the argument has type 'unsigned long' [-Wformat] sprintf(tcNumber, "%Lu", returnValue); ~~~ ^~~~~~~~~~~ %lu 7 warnings generated. c++ -O2 -pipe -std=c++14 -Wno-error=dynamic-exception-spec -c -o ExprScriptMotif.o ExprScriptMotif.cpp In file included from ExprScriptMotif.cpp:31: In file included from ./DtaProject.h:28: ./DtaScriptVariable.h:173:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArray() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from ExprScriptMotif.cpp:31: In file included from ./DtaProject.h:28: ./DtaScriptVariable.h:174:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from ExprScriptMotif.cpp:31: In file included from ./DtaProject.h:28: ./DtaScriptVariable.h:175:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ ExprScriptMotif.cpp:197:5: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register DtaScriptVariable* pResult = (*i)->filterNodes(visibility, currentNode, listOfNodes); ^~~~~~~~~ 4 warnings generated. c++ -O2 -pipe -std=c++14 -Wno-error=dynamic-exception-spec -c -o ExprScriptVariable.o ExprScriptVariable.cpp In file included from ExprScriptVariable.cpp:27: ./DtaScriptVariable.h:173:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArray() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from ExprScriptVariable.cpp:27: ./DtaScriptVariable.h:174:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from ExprScriptVariable.cpp:27: ./DtaScriptVariable.h:175:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ 3 warnings generated. c++ -O2 -pipe -std=c++14 -Wno-error=dynamic-exception-spec -c -o ExternalValueNode.o ExternalValueNode.cpp c++ -O2 -pipe -std=c++14 -Wno-error=dynamic-exception-spec -c -o GrfAlienInstruction.o GrfAlienInstruction.cpp c++ -O2 -pipe -std=c++14 -Wno-error=dynamic-exception-spec -c -o GrfAllFloatingLocations.o GrfAllFloatingLocations.cpp In file included from GrfAllFloatingLocations.cpp:29: ./DtaScriptVariable.h:173:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArray() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from GrfAllFloatingLocations.cpp:29: ./DtaScriptVariable.h:174:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from GrfAllFloatingLocations.cpp:29: ./DtaScriptVariable.h:175:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ 3 warnings generated. c++ -O2 -pipe -std=c++14 -Wno-error=dynamic-exception-spec -c -o GrfAppendedFile.o GrfAppendedFile.cpp In file included from GrfAppendedFile.cpp:29: ./DtaScriptVariable.h:173:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArray() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from GrfAppendedFile.cpp:29: ./DtaScriptVariable.h:174:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from GrfAppendedFile.cpp:29: ./DtaScriptVariable.h:175:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from GrfAppendedFile.cpp:32: ./DtaPatternScript.h:196:74: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] bool handleEmbeddedExpression(ScpStream& script, GrfBlock& block, std::auto_ptr& pExpr); ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ 4 warnings generated. c++ -O2 -pipe -std=c++14 -Wno-error=dynamic-exception-spec -c -o GrfAppendFile.o GrfAppendFile.cpp c++ -O2 -pipe -std=c++14 -Wno-error=dynamic-exception-spec -c -o GrfAspectAdvice.o GrfAspectAdvice.cpp In file included from GrfAspectAdvice.cpp:29: ./DtaScriptVariable.h:173:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArray() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from GrfAspectAdvice.cpp:29: ./DtaScriptVariable.h:174:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from GrfAspectAdvice.cpp:29: ./DtaScriptVariable.h:175:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from GrfAspectAdvice.cpp:33: ./DtaPatternScript.h:196:74: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] bool handleEmbeddedExpression(ScpStream& script, GrfBlock& block, std::auto_ptr& pExpr); ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ 4 warnings generated. c++ -O2 -pipe -std=c++14 -Wno-error=dynamic-exception-spec -c -o GrfAttachInputToSocket.o GrfAttachInputToSocket.cpp c++ -O2 -pipe -std=c++14 -Wno-error=dynamic-exception-spec -c -o GrfAttachOutputToSocket.o GrfAttachOutputToSocket.cpp c++ -O2 -pipe -std=c++14 -Wno-error=dynamic-exception-spec -c -o GrfAutoexpand.o GrfAutoexpand.cpp In file included from GrfAutoexpand.cpp:29: ./DtaScriptVariable.h:173:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArray() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from GrfAutoexpand.cpp:29: ./DtaScriptVariable.h:174:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from GrfAutoexpand.cpp:29: ./DtaScriptVariable.h:175:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ 3 warnings generated. c++ -O2 -pipe -std=c++14 -Wno-error=dynamic-exception-spec -c -o GrfBlock.o GrfBlock.cpp In file included from GrfBlock.cpp:29: In file included from ./DtaProject.h:28: ./DtaScriptVariable.h:173:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArray() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from GrfBlock.cpp:29: In file included from ./DtaProject.h:28: ./DtaScriptVariable.h:174:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from GrfBlock.cpp:29: In file included from ./DtaProject.h:28: ./DtaScriptVariable.h:175:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ 3 warnings generated. c++ -O2 -pipe -std=c++14 -Wno-error=dynamic-exception-spec -c -o GrfBreak.o GrfBreak.cpp c++ -O2 -pipe -std=c++14 -Wno-error=dynamic-exception-spec -c -o GrfClearVariable.o GrfClearVariable.cpp In file included from GrfClearVariable.cpp:29: ./DtaScriptVariable.h:173:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArray() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from GrfClearVariable.cpp:29: ./DtaScriptVariable.h:174:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from GrfClearVariable.cpp:29: ./DtaScriptVariable.h:175:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ 3 warnings generated. c++ -O2 -pipe -std=c++14 -Wno-error=dynamic-exception-spec -c -o GrfCloseSocket.o GrfCloseSocket.cpp c++ -O2 -pipe -std=c++14 -Wno-error=dynamic-exception-spec -c -o GrfCommand.o GrfCommand.cpp In file included from GrfCommand.cpp:27: ./UtlTrace.h:72:15: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] static std::auto_ptr _pFile; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from GrfCommand.cpp:31: ./DtaScriptVariable.h:173:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArray() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from GrfCommand.cpp:31: ./DtaScriptVariable.h:174:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from GrfCommand.cpp:31: ./DtaScriptVariable.h:175:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ 4 warnings generated. c++ -O2 -pipe -std=c++14 -Wno-error=dynamic-exception-spec -c -o GrfCompileToCpp.o GrfCompileToCpp.cpp c++ -O2 -pipe -std=c++14 -Wno-error=dynamic-exception-spec -c -o GrfContinue.o GrfContinue.cpp c++ -O2 -pipe -std=c++14 -Wno-error=dynamic-exception-spec -c -o GrfCopyFile.o GrfCopyFile.cpp c++ -O2 -pipe -std=c++14 -Wno-error=dynamic-exception-spec -c -o GrfCopyGenerableFile.o GrfCopyGenerableFile.cpp c++ -O2 -pipe -std=c++14 -Wno-error=dynamic-exception-spec -c -o GrfCopySmartDirectory.o GrfCopySmartDirectory.cpp c++ -O2 -pipe -std=c++14 -Wno-error=dynamic-exception-spec -c -o GrfCutString.o GrfCutString.cpp In file included from GrfCutString.cpp:32: ./DtaScriptVariable.h:173:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArray() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from GrfCutString.cpp:32: ./DtaScriptVariable.h:174:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from GrfCutString.cpp:32: ./DtaScriptVariable.h:175:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ 3 warnings generated. c++ -O2 -pipe -std=c++14 -Wno-error=dynamic-exception-spec -c -o GrfDebugExecution.o GrfDebugExecution.cpp In file included from GrfDebugExecution.cpp:32: ./DtaScriptVariable.h:173:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArray() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from GrfDebugExecution.cpp:32: ./DtaScriptVariable.h:174:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from GrfDebugExecution.cpp:32: ./DtaScriptVariable.h:175:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from GrfDebugExecution.cpp:34: In file included from ./DtaBNFScript.h:29: ./DtaPatternScript.h:196:74: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] bool handleEmbeddedExpression(ScpStream& script, GrfBlock& block, std::auto_ptr& pExpr); ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ GrfDebugExecution.cpp:377:11: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr pVarExpr(pCommand->getParent()->getScript()->parseVariableExpression(*pBlock, stream)); ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ GrfDebugExecution.cpp:451:9: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr pScript(new DtaScript(NULL)); ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ GrfDebugExecution.cpp:452:9: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr pExpr(pScript->parseExpression(*pCommand->getParent(), stream)); ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ GrfDebugExecution.cpp:473:11: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr pVarExpr(pCommand->getParent()->getScript()->parseVariableExpression(*pBlock, stream)); ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ 8 warnings generated. c++ -O2 -pipe -std=c++14 -Wno-error=dynamic-exception-spec -c -o GrfDelay.o GrfDelay.cpp In file included from GrfDelay.cpp:26: ./DtaScriptVariable.h:173:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArray() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from GrfDelay.cpp:26: ./DtaScriptVariable.h:174:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from GrfDelay.cpp:26: ./DtaScriptVariable.h:175:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ 3 warnings generated. c++ -O2 -pipe -std=c++14 -Wno-error=dynamic-exception-spec -c -o GrfDetachInputFromSocket.o GrfDetachInputFromSocket.cpp c++ -O2 -pipe -std=c++14 -Wno-error=dynamic-exception-spec -c -o GrfDetachOutputFromSocket.o GrfDetachOutputFromSocket.cpp c++ -O2 -pipe -std=c++14 -Wno-error=dynamic-exception-spec -c -o GrfDo.o GrfDo.cpp In file included from GrfDo.cpp:26: ./DtaScriptVariable.h:173:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArray() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from GrfDo.cpp:26: ./DtaScriptVariable.h:174:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from GrfDo.cpp:26: ./DtaScriptVariable.h:175:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ 3 warnings generated. c++ -O2 -pipe -std=c++14 -Wno-error=dynamic-exception-spec -c -o GrfEnvironTable.o GrfEnvironTable.cpp In file included from GrfEnvironTable.cpp:29: ./DtaScriptVariable.h:173:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArray() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from GrfEnvironTable.cpp:29: ./DtaScriptVariable.h:174:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from GrfEnvironTable.cpp:29: ./DtaScriptVariable.h:175:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ 3 warnings generated. c++ -O2 -pipe -std=c++14 -Wno-error=dynamic-exception-spec -c -o GrfError.o GrfError.cpp c++ -O2 -pipe -std=c++14 -Wno-error=dynamic-exception-spec -c -o GrfExecuteString.o GrfExecuteString.cpp In file included from GrfExecuteString.cpp:32: ./DtaScriptVariable.h:173:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArray() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from GrfExecuteString.cpp:32: ./DtaScriptVariable.h:174:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from GrfExecuteString.cpp:32: ./DtaScriptVariable.h:175:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ 3 warnings generated. c++ -O2 -pipe -std=c++14 -Wno-error=dynamic-exception-spec -c -o GrfExecutionContext.o GrfExecutionContext.cpp In file included from GrfExecutionContext.cpp:28: ./DtaScriptVariable.h:173:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArray() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from GrfExecutionContext.cpp:28: ./DtaScriptVariable.h:174:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from GrfExecutionContext.cpp:28: ./DtaScriptVariable.h:175:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ 3 warnings generated. c++ -O2 -pipe -std=c++14 -Wno-error=dynamic-exception-spec -c -o GrfExit.o GrfExit.cpp c++ -O2 -pipe -std=c++14 -Wno-error=dynamic-exception-spec -c -o GrfExpand.o GrfExpand.cpp In file included from GrfExpand.cpp:27: ./DtaPatternScript.h:196:74: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] bool handleEmbeddedExpression(ScpStream& script, GrfBlock& block, std::auto_ptr& pExpr); ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ 1 warning generated. c++ -O2 -pipe -std=c++14 -Wno-error=dynamic-exception-spec -c -o GrfExtendExecutedScript.o GrfExtendExecutedScript.cpp c++ -O2 -pipe -std=c++14 -Wno-error=dynamic-exception-spec -c -o GrfFileAsStandardInput.o GrfFileAsStandardInput.cpp c++ -O2 -pipe -std=c++14 -Wno-error=dynamic-exception-spec -c -o GrfForeach.o GrfForeach.cpp In file included from GrfForeach.cpp:26: ./DtaScriptVariable.h:173:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArray() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from GrfForeach.cpp:26: ./DtaScriptVariable.h:174:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from GrfForeach.cpp:26: ./DtaScriptVariable.h:175:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ GrfForeach.cpp:245:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > listOfElements; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ GrfForeach.cpp:248:27: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] listOfElements = std::auto_ptr >(theVariable.getSortedNoCaseArrayOnValue()); ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ GrfForeach.cpp:250:27: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] listOfElements = std::auto_ptr >(theVariable.getSortedNoCaseArray()); ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ GrfForeach.cpp:253:26: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] listOfElements = std::auto_ptr >(theVariable.getSortedArrayOnValue()); ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ GrfForeach.cpp:267:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > listOfElements; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ GrfForeach.cpp:270:27: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] listOfElements = std::auto_ptr >(theVariable.getSortedNoCaseArrayOnValue()); ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ GrfForeach.cpp:272:27: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] listOfElements = std::auto_ptr >(theVariable.getSortedNoCaseArray()); ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ GrfForeach.cpp:275:26: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] listOfElements = std::auto_ptr >(theVariable.getSortedArrayOnValue()); ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ 11 warnings generated. c++ -O2 -pipe -std=c++14 -Wno-error=dynamic-exception-spec -c -o GrfFunction.o GrfFunction.cpp In file included from GrfFunction.cpp:27: ./UtlTrace.h:72:15: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] static std::auto_ptr _pFile; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from GrfFunction.cpp:30: In file included from ./DtaProject.h:28: ./DtaScriptVariable.h:173:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArray() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from GrfFunction.cpp:30: In file included from ./DtaProject.h:28: ./DtaScriptVariable.h:174:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from GrfFunction.cpp:30: In file included from ./DtaProject.h:28: ./DtaScriptVariable.h:175:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from GrfFunction.cpp:37: In file included from ./DtaBNFScript.h:29: ./DtaPatternScript.h:196:74: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] bool handleEmbeddedExpression(ScpStream& script, GrfBlock& block, std::auto_ptr& pExpr); ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ GrfFunction.cpp:154:11: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr pScript(DtaScriptFactory::create(_pPatternTemplateBody->_eParentScriptType, *pBlock)); ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ GrfFunction.cpp:247:8: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register const ExprScriptVariable* pVarExpr = dynamic_cast(*i); ^~~~~~~~~ GrfFunction.cpp:290:8: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register const ExprScriptVariable* pVarExpr = dynamic_cast(*i); ^~~~~~~~~ GrfFunction.cpp:310:10: warning: enumeration values 'EXIT_INTERRUPTION' and 'THROW_INTERRUPTION' not handled in switch [-Wswitch] switch(result) { ^~~~~~ GrfFunction.cpp:349:10: warning: enumeration values 'NO_INTERRUPTION', 'EXIT_INTERRUPTION', and 'THROW_INTERRUPTION' not handled in switch [-Wswitch] switch(result) { ^~~~~~ 10 warnings generated. c++ -O2 -pipe -std=c++14 -Wno-error=dynamic-exception-spec -c -o GrfGenerate.o GrfGenerate.cpp In file included from GrfGenerate.cpp:30: ./DtaPatternScript.h:196:74: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] bool handleEmbeddedExpression(ScpStream& script, GrfBlock& block, std::auto_ptr& pExpr); ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from GrfGenerate.cpp:31: ./DtaScriptVariable.h:173:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArray() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from GrfGenerate.cpp:31: ./DtaScriptVariable.h:174:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from GrfGenerate.cpp:31: ./DtaScriptVariable.h:175:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ GrfGenerate.cpp:77:10: warning: enumeration values 'NO_INTERRUPTION', 'EXIT_INTERRUPTION', and 'THROW_INTERRUPTION' not handled in switch [-Wswitch] switch(result) { ^~~~~~ 5 warnings generated. c++ -O2 -pipe -std=c++14 -Wno-error=dynamic-exception-spec -c -o GrfGeneratedFile.o GrfGeneratedFile.cpp In file included from GrfGeneratedFile.cpp:29: ./DtaScriptVariable.h:173:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArray() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from GrfGeneratedFile.cpp:29: ./DtaScriptVariable.h:174:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from GrfGeneratedFile.cpp:29: ./DtaScriptVariable.h:175:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from GrfGeneratedFile.cpp:32: ./DtaPatternScript.h:196:74: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] bool handleEmbeddedExpression(ScpStream& script, GrfBlock& block, std::auto_ptr& pExpr); ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ 4 warnings generated. c++ -O2 -pipe -std=c++14 -Wno-error=dynamic-exception-spec -c -o GrfGeneratedString.o GrfGeneratedString.cpp In file included from GrfGeneratedString.cpp:29: ./DtaScriptVariable.h:173:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArray() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from GrfGeneratedString.cpp:29: ./DtaScriptVariable.h:174:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from GrfGeneratedString.cpp:29: ./DtaScriptVariable.h:175:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from GrfGeneratedString.cpp:32: ./DtaPatternScript.h:196:74: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] bool handleEmbeddedExpression(ScpStream& script, GrfBlock& block, std::auto_ptr& pExpr); ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ 4 warnings generated. c++ -O2 -pipe -std=c++14 -Wno-error=dynamic-exception-spec -c -o GrfGenerateString.o GrfGenerateString.cpp In file included from GrfGenerateString.cpp:30: ./DtaPatternScript.h:196:74: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] bool handleEmbeddedExpression(ScpStream& script, GrfBlock& block, std::auto_ptr& pExpr); ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from GrfGenerateString.cpp:31: ./DtaScriptVariable.h:173:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArray() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from GrfGenerateString.cpp:31: ./DtaScriptVariable.h:174:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from GrfGenerateString.cpp:31: ./DtaScriptVariable.h:175:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ 4 warnings generated. c++ -O2 -pipe -std=c++14 -Wno-error=dynamic-exception-spec -c -o GrfGlobalVariable.o GrfGlobalVariable.cpp In file included from GrfGlobalVariable.cpp:27: In file included from ./DtaProject.h:28: ./DtaScriptVariable.h:173:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArray() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from GrfGlobalVariable.cpp:27: In file included from ./DtaProject.h:28: ./DtaScriptVariable.h:174:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from GrfGlobalVariable.cpp:27: In file included from ./DtaProject.h:28: ./DtaScriptVariable.h:175:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ 3 warnings generated. c++ -O2 -pipe -std=c++14 -Wno-error=dynamic-exception-spec -c -o GrfGoBack.o GrfGoBack.cpp c++ -O2 -pipe -std=c++14 -Wno-error=dynamic-exception-spec -c -o GrfIfThenElse.o GrfIfThenElse.cpp In file included from GrfIfThenElse.cpp:27: ./DtaScriptVariable.h:173:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArray() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from GrfIfThenElse.cpp:27: ./DtaScriptVariable.h:174:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from GrfIfThenElse.cpp:27: ./DtaScriptVariable.h:175:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ 3 warnings generated. c++ -O2 -pipe -std=c++14 -Wno-error=dynamic-exception-spec -c -o GrfIncrementIndentLevel.o GrfIncrementIndentLevel.cpp c++ -O2 -pipe -std=c++14 -Wno-error=dynamic-exception-spec -c -o GrfInsertAssignment.o GrfInsertAssignment.cpp In file included from GrfInsertAssignment.cpp:26: ./DtaScriptVariable.h:173:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArray() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from GrfInsertAssignment.cpp:26: ./DtaScriptVariable.h:174:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from GrfInsertAssignment.cpp:26: ./DtaScriptVariable.h:175:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ 3 warnings generated. c++ -O2 -pipe -std=c++14 -Wno-error=dynamic-exception-spec -c -o GrfInsertElementAt.o GrfInsertElementAt.cpp In file included from GrfInsertElementAt.cpp:29: ./DtaScriptVariable.h:173:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArray() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from GrfInsertElementAt.cpp:29: ./DtaScriptVariable.h:174:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from GrfInsertElementAt.cpp:29: ./DtaScriptVariable.h:175:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ 3 warnings generated. c++ -O2 -pipe -std=c++14 -Wno-error=dynamic-exception-spec -c -o GrfInsertText.o GrfInsertText.cpp In file included from GrfInsertText.cpp:33: ./DtaScriptVariable.h:173:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArray() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from GrfInsertText.cpp:33: ./DtaScriptVariable.h:174:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from GrfInsertText.cpp:33: ./DtaScriptVariable.h:175:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ 3 warnings generated. c++ -O2 -pipe -std=c++14 -Wno-error=dynamic-exception-spec -c -o GrfInsertTextOnce.o GrfInsertTextOnce.cpp In file included from GrfInsertTextOnce.cpp:33: ./DtaScriptVariable.h:173:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArray() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from GrfInsertTextOnce.cpp:33: ./DtaScriptVariable.h:174:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from GrfInsertTextOnce.cpp:33: ./DtaScriptVariable.h:175:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ 3 warnings generated. c++ -O2 -pipe -std=c++14 -Wno-error=dynamic-exception-spec -c -o GrfInsertTextOnceToFloatingLocation.o GrfInsertTextOnceToFloatingLocation.cpp In file included from GrfInsertTextOnceToFloatingLocation.cpp:33: ./DtaScriptVariable.h:173:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArray() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from GrfInsertTextOnceToFloatingLocation.cpp:33: ./DtaScriptVariable.h:174:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from GrfInsertTextOnceToFloatingLocation.cpp:33: ./DtaScriptVariable.h:175:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from GrfInsertTextOnceToFloatingLocation.cpp:34: ./DtaPatternScript.h:196:74: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] bool handleEmbeddedExpression(ScpStream& script, GrfBlock& block, std::auto_ptr& pExpr); ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ 4 warnings generated. c++ -O2 -pipe -std=c++14 -Wno-error=dynamic-exception-spec -c -o GrfInsertTextToFloatingLocation.o GrfInsertTextToFloatingLocation.cpp In file included from GrfInsertTextToFloatingLocation.cpp:33: ./DtaScriptVariable.h:173:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArray() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from GrfInsertTextToFloatingLocation.cpp:33: ./DtaScriptVariable.h:174:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from GrfInsertTextToFloatingLocation.cpp:33: ./DtaScriptVariable.h:175:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ 3 warnings generated. c++ -O2 -pipe -std=c++14 -Wno-error=dynamic-exception-spec -c -o GrfInvertArray.o GrfInvertArray.cpp In file included from GrfInvertArray.cpp:29: ./DtaScriptVariable.h:173:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArray() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from GrfInvertArray.cpp:29: ./DtaScriptVariable.h:174:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from GrfInvertArray.cpp:29: ./DtaScriptVariable.h:175:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ 3 warnings generated. c++ -O2 -pipe -std=c++14 -Wno-error=dynamic-exception-spec -c -o GrfJointPoint.o GrfJointPoint.cpp In file included from GrfJointPoint.cpp:28: ./UtlTrace.h:72:15: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] static std::auto_ptr _pFile; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from GrfJointPoint.cpp:30: ./DtaScriptVariable.h:173:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArray() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from GrfJointPoint.cpp:30: ./DtaScriptVariable.h:174:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from GrfJointPoint.cpp:30: ./DtaScriptVariable.h:175:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from GrfJointPoint.cpp:34: ./DtaPatternScript.h:196:74: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] bool handleEmbeddedExpression(ScpStream& script, GrfBlock& block, std::auto_ptr& pExpr); ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ 5 warnings generated. c++ -O2 -pipe -std=c++14 -Wno-error=dynamic-exception-spec -c -o GrfJointPointCall.o GrfJointPointCall.cpp In file included from GrfJointPointCall.cpp:28: ./UtlTrace.h:72:15: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] static std::auto_ptr _pFile; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from GrfJointPointCall.cpp:30: ./DtaScriptVariable.h:173:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArray() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from GrfJointPointCall.cpp:30: ./DtaScriptVariable.h:174:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from GrfJointPointCall.cpp:30: ./DtaScriptVariable.h:175:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ 4 warnings generated. c++ -O2 -pipe -std=c++14 -Wno-error=dynamic-exception-spec -c -o GrfListAllGeneratedFiles.o GrfListAllGeneratedFiles.cpp In file included from GrfListAllGeneratedFiles.cpp:29: ./DtaScriptVariable.h:173:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArray() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from GrfListAllGeneratedFiles.cpp:29: ./DtaScriptVariable.h:174:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from GrfListAllGeneratedFiles.cpp:29: ./DtaScriptVariable.h:175:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ 3 warnings generated. c++ -O2 -pipe -std=c++14 -Wno-error=dynamic-exception-spec -c -o GrfLoadProject.o GrfLoadProject.cpp In file included from GrfLoadProject.cpp:31: ./DtaScriptVariable.h:173:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArray() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from GrfLoadProject.cpp:31: ./DtaScriptVariable.h:174:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from GrfLoadProject.cpp:31: ./DtaScriptVariable.h:175:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ 3 warnings generated. c++ -O2 -pipe -std=c++14 -Wno-error=dynamic-exception-spec -c -o GrfLocalReference.o GrfLocalReference.cpp In file included from GrfLocalReference.cpp:27: ./DtaScriptVariable.h:173:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArray() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from GrfLocalReference.cpp:27: ./DtaScriptVariable.h:174:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from GrfLocalReference.cpp:27: ./DtaScriptVariable.h:175:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ 3 warnings generated. c++ -O2 -pipe -std=c++14 -Wno-error=dynamic-exception-spec -c -o GrfLocalVariable.o GrfLocalVariable.cpp In file included from GrfLocalVariable.cpp:27: ./DtaScriptVariable.h:173:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArray() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from GrfLocalVariable.cpp:27: ./DtaScriptVariable.h:174:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from GrfLocalVariable.cpp:27: ./DtaScriptVariable.h:175:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ 3 warnings generated. c++ -O2 -pipe -std=c++14 -Wno-error=dynamic-exception-spec -c -o GrfMerge.o GrfMerge.cpp In file included from GrfMerge.cpp:27: ./DtaScriptVariable.h:173:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArray() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from GrfMerge.cpp:27: ./DtaScriptVariable.h:174:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from GrfMerge.cpp:27: ./DtaScriptVariable.h:175:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ 3 warnings generated. c++ -O2 -pipe -std=c++14 -Wno-error=dynamic-exception-spec -c -o GrfNewProject.o GrfNewProject.cpp In file included from GrfNewProject.cpp:26: ./DtaScriptVariable.h:173:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArray() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from GrfNewProject.cpp:26: ./DtaScriptVariable.h:174:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from GrfNewProject.cpp:26: ./DtaScriptVariable.h:175:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ 3 warnings generated. c++ -O2 -pipe -std=c++14 -Wno-error=dynamic-exception-spec -c -o GrfNop.o GrfNop.cpp c++ -O2 -pipe -std=c++14 -Wno-error=dynamic-exception-spec -c -o GrfOpenLogFile.o GrfOpenLogFile.cpp c++ -O2 -pipe -std=c++14 -Wno-error=dynamic-exception-spec -c -o GrfOverwritePortion.o GrfOverwritePortion.cpp In file included from GrfOverwritePortion.cpp:33: ./DtaScriptVariable.h:173:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArray() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from GrfOverwritePortion.cpp:33: ./DtaScriptVariable.h:174:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from GrfOverwritePortion.cpp:33: ./DtaScriptVariable.h:175:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ 3 warnings generated. c++ -O2 -pipe -std=c++14 -Wno-error=dynamic-exception-spec -c -o GrfParseAsBNF.o GrfParseAsBNF.cpp In file included from GrfParseAsBNF.cpp:33: In file included from ./DtaBNFScript.h:29: ./DtaPatternScript.h:196:74: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] bool handleEmbeddedExpression(ScpStream& script, GrfBlock& block, std::auto_ptr& pExpr); ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from GrfParseAsBNF.cpp:34: ./DtaScriptVariable.h:173:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArray() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from GrfParseAsBNF.cpp:34: ./DtaScriptVariable.h:174:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from GrfParseAsBNF.cpp:34: ./DtaScriptVariable.h:175:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ GrfParseAsBNF.cpp:73:10: warning: enumeration values 'NO_INTERRUPTION', 'EXIT_INTERRUPTION', and 'THROW_INTERRUPTION' not handled in switch [-Wswitch] switch(result) { ^~~~~~ 5 warnings generated. c++ -O2 -pipe -std=c++14 -Wno-error=dynamic-exception-spec -c -o GrfParsedFile.o GrfParsedFile.cpp In file included from GrfParsedFile.cpp:29: ./DtaScriptVariable.h:173:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArray() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from GrfParsedFile.cpp:29: ./DtaScriptVariable.h:174:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from GrfParsedFile.cpp:29: ./DtaScriptVariable.h:175:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ 3 warnings generated. c++ -O2 -pipe -std=c++14 -Wno-error=dynamic-exception-spec -c -o GrfParsedString.o GrfParsedString.cpp In file included from GrfParsedString.cpp:29: ./DtaScriptVariable.h:173:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArray() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from GrfParsedString.cpp:29: ./DtaScriptVariable.h:174:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from GrfParsedString.cpp:29: ./DtaScriptVariable.h:175:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ 3 warnings generated. c++ -O2 -pipe -std=c++14 -Wno-error=dynamic-exception-spec -c -o GrfParseFree.o GrfParseFree.cpp In file included from GrfParseFree.cpp:31: ./DtaScriptVariable.h:173:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArray() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from GrfParseFree.cpp:31: ./DtaScriptVariable.h:174:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from GrfParseFree.cpp:31: ./DtaScriptVariable.h:175:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ GrfParseFree.cpp:71:10: warning: enumeration values 'NO_INTERRUPTION', 'EXIT_INTERRUPTION', and 'THROW_INTERRUPTION' not handled in switch [-Wswitch] switch(result) { ^~~~~~ 4 warnings generated. c++ -O2 -pipe -std=c++14 -Wno-error=dynamic-exception-spec -c -o GrfParseStringAsBNF.o GrfParseStringAsBNF.cpp In file included from GrfParseStringAsBNF.cpp:33: In file included from ./DtaBNFScript.h:29: ./DtaPatternScript.h:196:74: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] bool handleEmbeddedExpression(ScpStream& script, GrfBlock& block, std::auto_ptr& pExpr); ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from GrfParseStringAsBNF.cpp:34: ./DtaScriptVariable.h:173:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArray() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from GrfParseStringAsBNF.cpp:34: ./DtaScriptVariable.h:174:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from GrfParseStringAsBNF.cpp:34: ./DtaScriptVariable.h:175:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ GrfParseStringAsBNF.cpp:73:10: warning: enumeration values 'NO_INTERRUPTION', 'EXIT_INTERRUPTION', and 'THROW_INTERRUPTION' not handled in switch [-Wswitch] switch(result) { ^~~~~~ 5 warnings generated. c++ -O2 -pipe -std=c++14 -Wno-error=dynamic-exception-spec -c -o GrfPopulateProtectedArea.o GrfPopulateProtectedArea.cpp In file included from GrfPopulateProtectedArea.cpp:33: ./DtaScriptVariable.h:173:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArray() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from GrfPopulateProtectedArea.cpp:33: ./DtaScriptVariable.h:174:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from GrfPopulateProtectedArea.cpp:33: ./DtaScriptVariable.h:175:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ 3 warnings generated. c++ -O2 -pipe -std=c++14 -Wno-error=dynamic-exception-spec -c -o GrfProduceHTML.o GrfProduceHTML.cpp c++ -O2 -pipe -std=c++14 -Wno-error=dynamic-exception-spec -c -o GrfPushItem.o GrfPushItem.cpp In file included from GrfPushItem.cpp:27: ./DtaScriptVariable.h:173:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArray() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from GrfPushItem.cpp:27: ./DtaScriptVariable.h:174:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from GrfPushItem.cpp:27: ./DtaScriptVariable.h:175:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ 3 warnings generated. c++ -O2 -pipe -std=c++14 -Wno-error=dynamic-exception-spec -c -o GrfPutEnv.o GrfPutEnv.cpp c++ -O2 -pipe -std=c++14 -Wno-error=dynamic-exception-spec -c -o GrfQuantifyExecution.o GrfQuantifyExecution.cpp In file included from GrfQuantifyExecution.cpp:40: In file included from ./DtaProject.h:28: ./DtaScriptVariable.h:173:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArray() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from GrfQuantifyExecution.cpp:40: In file included from ./DtaProject.h:28: ./DtaScriptVariable.h:174:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from GrfQuantifyExecution.cpp:40: In file included from ./DtaProject.h:28: ./DtaScriptVariable.h:175:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ GrfQuantifyExecution.cpp:116:57: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat] sprintf(tcMessage, "quantify execution time = %dms", myTimer.getTimeInMillis()); ~~ ^~~~~~~~~~~~~~~~~~~~~~~~~ %lu GrfQuantifyExecution.cpp:197:73: warning: format specifies type 'int' but the argument has type 'long' [-Wformat] sprintf(tcMessage, ": %d occurences in %dms", j->second._iCounter, j->second._iTimeInMillis); ~~ ^~~~~~~~~~~~~~~~~~~~~~~~ %ld 5 warnings generated. c++ -O2 -pipe -std=c++14 -Wno-error=dynamic-exception-spec -c -o GrfQuiet.o GrfQuiet.cpp In file included from GrfQuiet.cpp:29: ./DtaScriptVariable.h:173:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArray() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from GrfQuiet.cpp:29: ./DtaScriptVariable.h:174:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from GrfQuiet.cpp:29: ./DtaScriptVariable.h:175:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ 3 warnings generated. c++ -O2 -pipe -std=c++14 -Wno-error=dynamic-exception-spec -c -o GrfRandomSeed.o GrfRandomSeed.cpp c++ -O2 -pipe -std=c++14 -Wno-error=dynamic-exception-spec -c -o GrfReadonlyHook.o GrfReadonlyHook.cpp In file included from GrfReadonlyHook.cpp:27: In file included from ./DtaProject.h:28: ./DtaScriptVariable.h:173:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArray() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from GrfReadonlyHook.cpp:27: In file included from ./DtaProject.h:28: ./DtaScriptVariable.h:174:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from GrfReadonlyHook.cpp:27: In file included from ./DtaProject.h:28: ./DtaScriptVariable.h:175:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ GrfReadonlyHook.cpp:53:9: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr pFunctionCall(new ExprScriptFunction(this)); ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ 4 warnings generated. c++ -O2 -pipe -std=c++14 -Wno-error=dynamic-exception-spec -c -o GrfReference.o GrfReference.cpp In file included from GrfReference.cpp:27: ./DtaScriptVariable.h:173:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArray() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from GrfReference.cpp:27: ./DtaScriptVariable.h:174:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from GrfReference.cpp:27: ./DtaScriptVariable.h:175:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ 3 warnings generated. c++ -O2 -pipe -std=c++14 -Wno-error=dynamic-exception-spec -c -o GrfRemoveAllElements.o GrfRemoveAllElements.cpp In file included from GrfRemoveAllElements.cpp:29: ./DtaScriptVariable.h:173:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArray() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from GrfRemoveAllElements.cpp:29: ./DtaScriptVariable.h:174:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from GrfRemoveAllElements.cpp:29: ./DtaScriptVariable.h:175:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ 3 warnings generated. c++ -O2 -pipe -std=c++14 -Wno-error=dynamic-exception-spec -c -o GrfRemoveElement.o GrfRemoveElement.cpp In file included from GrfRemoveElement.cpp:29: ./DtaScriptVariable.h:173:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArray() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from GrfRemoveElement.cpp:29: ./DtaScriptVariable.h:174:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from GrfRemoveElement.cpp:29: ./DtaScriptVariable.h:175:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ 3 warnings generated. c++ -O2 -pipe -std=c++14 -Wno-error=dynamic-exception-spec -c -o GrfRemoveFirstElement.o GrfRemoveFirstElement.cpp In file included from GrfRemoveFirstElement.cpp:29: ./DtaScriptVariable.h:173:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArray() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from GrfRemoveFirstElement.cpp:29: ./DtaScriptVariable.h:174:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from GrfRemoveFirstElement.cpp:29: ./DtaScriptVariable.h:175:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ 3 warnings generated. c++ -O2 -pipe -std=c++14 -Wno-error=dynamic-exception-spec -c -o GrfRemoveLastElement.o GrfRemoveLastElement.cpp In file included from GrfRemoveLastElement.cpp:29: ./DtaScriptVariable.h:173:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArray() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from GrfRemoveLastElement.cpp:29: ./DtaScriptVariable.h:174:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from GrfRemoveLastElement.cpp:29: ./DtaScriptVariable.h:175:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ 3 warnings generated. c++ -O2 -pipe -std=c++14 -Wno-error=dynamic-exception-spec -c -o GrfRemoveRecursive.o GrfRemoveRecursive.cpp In file included from GrfRemoveRecursive.cpp:29: ./DtaScriptVariable.h:173:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArray() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from GrfRemoveRecursive.cpp:29: ./DtaScriptVariable.h:174:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from GrfRemoveRecursive.cpp:29: ./DtaScriptVariable.h:175:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ 3 warnings generated. c++ -O2 -pipe -std=c++14 -Wno-error=dynamic-exception-spec -c -o GrfRemoveVariable.o GrfRemoveVariable.cpp In file included from GrfRemoveVariable.cpp:29: ./DtaScriptVariable.h:173:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArray() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from GrfRemoveVariable.cpp:29: ./DtaScriptVariable.h:174:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from GrfRemoveVariable.cpp:29: ./DtaScriptVariable.h:175:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ 3 warnings generated. c++ -O2 -pipe -std=c++14 -Wno-error=dynamic-exception-spec -c -o GrfResizeOutputStream.o GrfResizeOutputStream.cpp c++ -O2 -pipe -std=c++14 -Wno-error=dynamic-exception-spec -c -o GrfReturn.o GrfReturn.cpp In file included from GrfReturn.cpp:26: ./DtaScriptVariable.h:173:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArray() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from GrfReturn.cpp:26: ./DtaScriptVariable.h:174:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from GrfReturn.cpp:26: ./DtaScriptVariable.h:175:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ 3 warnings generated. c++ -O2 -pipe -std=c++14 -Wno-error=dynamic-exception-spec -c -o GrfSaveBinaryToFile.o GrfSaveBinaryToFile.cpp c++ -O2 -pipe -std=c++14 -Wno-error=dynamic-exception-spec -c -o GrfSaveProject.o GrfSaveProject.cpp In file included from GrfSaveProject.cpp:31: ./DtaScriptVariable.h:173:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArray() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from GrfSaveProject.cpp:31: ./DtaScriptVariable.h:174:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from GrfSaveProject.cpp:31: ./DtaScriptVariable.h:175:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ 3 warnings generated. c++ -O2 -pipe -std=c++14 -Wno-error=dynamic-exception-spec -c -o GrfSaveProjectTypes.o GrfSaveProjectTypes.cpp c++ -O2 -pipe -std=c++14 -Wno-error=dynamic-exception-spec -c -o GrfSaveToFile.o GrfSaveToFile.cpp c++ -O2 -pipe -std=c++14 -Wno-error=dynamic-exception-spec -c -o GrfSelect.o GrfSelect.cpp In file included from GrfSelect.cpp:26: ./DtaScriptVariable.h:173:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArray() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from GrfSelect.cpp:26: ./DtaScriptVariable.h:174:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from GrfSelect.cpp:26: ./DtaScriptVariable.h:175:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ 3 warnings generated. c++ -O2 -pipe -std=c++14 -Wno-error=dynamic-exception-spec -c -o GrfSetAll.o GrfSetAll.cpp In file included from GrfSetAll.cpp:27: ./DtaScriptVariable.h:173:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArray() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from GrfSetAll.cpp:27: ./DtaScriptVariable.h:174:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from GrfSetAll.cpp:27: ./DtaScriptVariable.h:175:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ 3 warnings generated. c++ -O2 -pipe -std=c++14 -Wno-error=dynamic-exception-spec -c -o GrfSetAssignment.o GrfSetAssignment.cpp In file included from GrfSetAssignment.cpp:27: ./UtlTrace.h:72:15: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] static std::auto_ptr _pFile; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from GrfSetAssignment.cpp:30: ./DtaScriptVariable.h:173:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArray() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from GrfSetAssignment.cpp:30: ./DtaScriptVariable.h:174:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from GrfSetAssignment.cpp:30: ./DtaScriptVariable.h:175:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ 4 warnings generated. c++ -O2 -pipe -std=c++14 -Wno-error=dynamic-exception-spec -c -o GrfSetCommentBegin.o GrfSetCommentBegin.cpp c++ -O2 -pipe -std=c++14 -Wno-error=dynamic-exception-spec -c -o GrfSetCommentEnd.o GrfSetCommentEnd.cpp c++ -O2 -pipe -std=c++14 -Wno-error=dynamic-exception-spec -c -o GrfSetFloatingLocation.o GrfSetFloatingLocation.cpp c++ -O2 -pipe -std=c++14 -Wno-error=dynamic-exception-spec -c -o GrfSetGenerationHeader.o GrfSetGenerationHeader.cpp c++ -O2 -pipe -std=c++14 -Wno-error=dynamic-exception-spec -c -o GrfSetIncludePath.o GrfSetIncludePath.cpp c++ -O2 -pipe -std=c++14 -Wno-error=dynamic-exception-spec -c -o GrfSetInputLocation.o GrfSetInputLocation.cpp c++ -O2 -pipe -std=c++14 -Wno-error=dynamic-exception-spec -c -o GrfSetNow.o GrfSetNow.cpp c++ -O2 -pipe -std=c++14 -Wno-error=dynamic-exception-spec -c -o GrfSetOutputLocation.o GrfSetOutputLocation.cpp c++ -O2 -pipe -std=c++14 -Wno-error=dynamic-exception-spec -c -o GrfSetProperty.o GrfSetProperty.cpp c++ -O2 -pipe -std=c++14 -Wno-error=dynamic-exception-spec -c -o GrfSetProtectedArea.o GrfSetProtectedArea.cpp In file included from GrfSetProtectedArea.cpp:33: ./DtaScriptVariable.h:173:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArray() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from GrfSetProtectedArea.cpp:33: ./DtaScriptVariable.h:174:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from GrfSetProtectedArea.cpp:33: ./DtaScriptVariable.h:175:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ 3 warnings generated. c++ -O2 -pipe -std=c++14 -Wno-error=dynamic-exception-spec -c -o GrfSetTextMode.o GrfSetTextMode.cpp c++ -O2 -pipe -std=c++14 -Wno-error=dynamic-exception-spec -c -o GrfSetVersion.o GrfSetVersion.cpp c++ -O2 -pipe -std=c++14 -Wno-error=dynamic-exception-spec -c -o GrfSetWorkingPath.o GrfSetWorkingPath.cpp c++ -O2 -pipe -std=c++14 -Wno-error=dynamic-exception-spec -c -o GrfSetWriteMode.o GrfSetWriteMode.cpp c++ -O2 -pipe -std=c++14 -Wno-error=dynamic-exception-spec -c -o GrfSleep.o GrfSleep.cpp c++ -O2 -pipe -std=c++14 -Wno-error=dynamic-exception-spec -c -o GrfSlideNodeContent.o GrfSlideNodeContent.cpp In file included from GrfSlideNodeContent.cpp:29: ./DtaScriptVariable.h:173:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArray() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from GrfSlideNodeContent.cpp:29: ./DtaScriptVariable.h:174:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from GrfSlideNodeContent.cpp:29: ./DtaScriptVariable.h:175:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ 3 warnings generated. c++ -O2 -pipe -std=c++14 -Wno-error=dynamic-exception-spec -c -o GrfSortArray.o GrfSortArray.cpp In file included from GrfSortArray.cpp:29: ./DtaScriptVariable.h:173:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArray() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from GrfSortArray.cpp:29: ./DtaScriptVariable.h:174:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from GrfSortArray.cpp:29: ./DtaScriptVariable.h:175:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ 3 warnings generated. c++ -O2 -pipe -std=c++14 -Wno-error=dynamic-exception-spec -c -o GrfStringAsStandardInput.o GrfStringAsStandardInput.cpp c++ -O2 -pipe -std=c++14 -Wno-error=dynamic-exception-spec -c -o GrfSwitch.o GrfSwitch.cpp In file included from GrfSwitch.cpp:29: ./DtaScriptVariable.h:173:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArray() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from GrfSwitch.cpp:29: ./DtaScriptVariable.h:174:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from GrfSwitch.cpp:29: ./DtaScriptVariable.h:175:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ GrfSwitch.cpp:65:10: warning: enumeration values 'RETURN_INTERRUPTION', 'EXIT_INTERRUPTION', and 'THROW_INTERRUPTION' not handled in switch [-Wswitch] switch(result) { ^~~~~~ 4 warnings generated. c++ -O2 -pipe -std=c++14 -Wno-error=dynamic-exception-spec -c -o GrfText.o GrfText.cpp In file included from GrfText.cpp:27: ./DtaScriptVariable.h:173:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArray() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from GrfText.cpp:27: ./DtaScriptVariable.h:174:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from GrfText.cpp:27: ./DtaScriptVariable.h:175:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ 3 warnings generated. c++ -O2 -pipe -std=c++14 -Wno-error=dynamic-exception-spec -c -o GrfTraceEngine.o GrfTraceEngine.cpp c++ -O2 -pipe -std=c++14 -Wno-error=dynamic-exception-spec -c -o GrfTraceLine.o GrfTraceLine.cpp c++ -O2 -pipe -std=c++14 -Wno-error=dynamic-exception-spec -c -o GrfTraceObject.o GrfTraceObject.cpp In file included from GrfTraceObject.cpp:29: ./DtaScriptVariable.h:173:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArray() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from GrfTraceObject.cpp:29: ./DtaScriptVariable.h:174:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from GrfTraceObject.cpp:29: ./DtaScriptVariable.h:175:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ 3 warnings generated. c++ -O2 -pipe -std=c++14 -Wno-error=dynamic-exception-spec -c -o GrfTraceStack.o GrfTraceStack.cpp c++ -O2 -pipe -std=c++14 -Wno-error=dynamic-exception-spec -c -o GrfTraceText.o GrfTraceText.cpp c++ -O2 -pipe -std=c++14 -Wno-error=dynamic-exception-spec -c -o GrfTranslate.o GrfTranslate.cpp In file included from GrfTranslate.cpp:30: In file included from ./DtaTranslateScript.h:25: In file included from ./DtaBNFScript.h:29: ./DtaPatternScript.h:196:74: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] bool handleEmbeddedExpression(ScpStream& script, GrfBlock& block, std::auto_ptr& pExpr); ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from GrfTranslate.cpp:31: ./DtaScriptVariable.h:173:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArray() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from GrfTranslate.cpp:31: ./DtaScriptVariable.h:174:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from GrfTranslate.cpp:31: ./DtaScriptVariable.h:175:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ GrfTranslate.cpp:79:10: warning: enumeration values 'NO_INTERRUPTION', 'EXIT_INTERRUPTION', and 'THROW_INTERRUPTION' not handled in switch [-Wswitch] switch(result) { ^~~~~~ 5 warnings generated. c++ -O2 -pipe -std=c++14 -Wno-error=dynamic-exception-spec -c -o GrfTryCatch.o GrfTryCatch.cpp In file included from GrfTryCatch.cpp:28: ./DtaScriptVariable.h:173:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArray() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from GrfTryCatch.cpp:28: ./DtaScriptVariable.h:174:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from GrfTryCatch.cpp:28: ./DtaScriptVariable.h:175:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ 3 warnings generated. c++ -O2 -pipe -std=c++14 -Wno-error=dynamic-exception-spec -c -o GrfWhile.o GrfWhile.cpp In file included from GrfWhile.cpp:26: ./DtaScriptVariable.h:173:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArray() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from GrfWhile.cpp:26: ./DtaScriptVariable.h:174:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from GrfWhile.cpp:26: ./DtaScriptVariable.h:175:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ 3 warnings generated. c++ -O2 -pipe -std=c++14 -Wno-error=dynamic-exception-spec -c -o GrfWriteBytes.o GrfWriteBytes.cpp In file included from GrfWriteBytes.cpp:33: ./DtaScriptVariable.h:173:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArray() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from GrfWriteBytes.cpp:33: ./DtaScriptVariable.h:174:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from GrfWriteBytes.cpp:33: ./DtaScriptVariable.h:175:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ 3 warnings generated. c++ -O2 -pipe -std=c++14 -Wno-error=dynamic-exception-spec -c -o GrfWritefileHook.o GrfWritefileHook.cpp In file included from GrfWritefileHook.cpp:27: In file included from ./DtaProject.h:28: ./DtaScriptVariable.h:173:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArray() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from GrfWritefileHook.cpp:27: In file included from ./DtaProject.h:28: ./DtaScriptVariable.h:174:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from GrfWritefileHook.cpp:27: In file included from ./DtaProject.h:28: ./DtaScriptVariable.h:175:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ GrfWritefileHook.cpp:64:9: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr pFunctionCall(new ExprScriptFunction(this)); ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ 4 warnings generated. c++ -O2 -pipe -std=c++14 -Wno-error=dynamic-exception-spec -c -o GrfWriteText.o GrfWriteText.cpp In file included from GrfWriteText.cpp:33: ./DtaScriptVariable.h:173:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArray() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from GrfWriteText.cpp:33: ./DtaScriptVariable.h:174:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from GrfWriteText.cpp:33: ./DtaScriptVariable.h:175:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ 3 warnings generated. c++ -O2 -pipe -std=c++14 -Wno-error=dynamic-exception-spec -c -o GrfWriteTextOnce.o GrfWriteTextOnce.cpp In file included from GrfWriteTextOnce.cpp:33: ./DtaScriptVariable.h:173:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArray() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from GrfWriteTextOnce.cpp:33: ./DtaScriptVariable.h:174:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from GrfWriteTextOnce.cpp:33: ./DtaScriptVariable.h:175:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ 3 warnings generated. c++ -O2 -pipe -std=c++14 -Wno-error=dynamic-exception-spec -c -o HTTPRequest.o HTTPRequest.cpp In file included from HTTPRequest.cpp:495: ./DtaScriptVariable.h:173:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArray() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from HTTPRequest.cpp:495: ./DtaScriptVariable.h:174:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from HTTPRequest.cpp:495: ./DtaScriptVariable.h:175:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ 3 warnings generated. c++ -O2 -pipe -std=c++14 -Wno-error=dynamic-exception-spec -c -o JNIExternalHandling.o JNIExternalHandling.cpp In file included from JNIExternalHandling.cpp:28: In file included from ./DtaProject.h:28: ./DtaScriptVariable.h:173:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArray() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from JNIExternalHandling.cpp:28: In file included from ./DtaProject.h:28: ./DtaScriptVariable.h:174:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from JNIExternalHandling.cpp:28: In file included from ./DtaProject.h:28: ./DtaScriptVariable.h:175:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from JNIExternalHandling.cpp:29: ./JNIExternalHandling.h:67:91: warning: backslash and newline separated by space [-Wbackslash-newline-escape] //note: the method \samp{executeScript()} expects a command line to execute by \CodeWorker\ ^ ./JNIExternalHandling.h:70:17: warning: backslash and newline separated by space [-Wbackslash-newline-escape] //note: before:\\ ^ ./JNIExternalHandling.h:71:20: warning: backslash and newline separated by space [-Wbackslash-newline-escape] //note: \texttt{/*\\ ^ ./JNIExternalHandling.h:72:50: warning: backslash and newline separated by space [-Wbackslash-newline-escape] //note: * Class: \textit{mypackage\_MyClass}\\ ^ ./JNIExternalHandling.h:73:40: warning: backslash and newline separated by space [-Wbackslash-newline-escape] //note: * Method: \textit{myMethod}\\ ^ ./JNIExternalHandling.h:74:62: warning: backslash and newline separated by space [-Wbackslash-newline-escape] //note: * Signature: ([Ljava/lang/String;)Ljava/lang/String;\\ ^ ./JNIExternalHandling.h:76:12: warning: backslash and newline separated by space [-Wbackslash-newline-escape] //note: */\\ ^ ./JNIExternalHandling.h:77:79: warning: backslash and newline separated by space [-Wbackslash-newline-escape] //note: JNIEXPORT jstring JNICALL Java\_\textit{mypackage\_MyClass\_myMethod}\\ ^ ./JNIExternalHandling.h:78:73: warning: backslash and newline separated by space [-Wbackslash-newline-escape] //note: (JNIEnv *pEnv, jobject pJNIObject, jobjectArray listOfCommands)\\ ^ ./JNIExternalHandling.h:79:12: warning: backslash and newline separated by space [-Wbackslash-newline-escape] //note: \{\\ ^ ./JNIExternalHandling.h:80:63: warning: backslash and newline separated by space [-Wbackslash-newline-escape] //note: JNIExternalHandling theExecution(*pEnv, pJNIObject);\\ ^ ./JNIExternalHandling.h:81:61: warning: backslash and newline separated by space [-Wbackslash-newline-escape] //note: return theExecution.executeScript(listOfCommands);\\ ^ ./JNIExternalHandling.h:98:64: warning: backslash and newline separated by space [-Wbackslash-newline-escape] //note: code that illustrates the JAVA part of the JNI may be:\\ ^ ./JNIExternalHandling.h:99:45: warning: backslash and newline separated by space [-Wbackslash-newline-escape] //note: \texttt{package \textit{mypackage};\\ ^ ./JNIExternalHandling.h:100:13: warning: backslash and newline separated by space [-Wbackslash-newline-escape] //note: ...\\ ^ ./JNIExternalHandling.h:101:42: warning: backslash and newline separated by space [-Wbackslash-newline-escape] //note: public class \textit{MyClass} \{\\ ^ ./JNIExternalHandling.h:102:33: warning: backslash and newline separated by space [-Wbackslash-newline-escape] //note: \makebox[0.8cm][r]{}...\\ ^ ./JNIExternalHandling.h:103:94: warning: backslash and newline separated by space [-Wbackslash-newline-escape] //note: \makebox[0.8cm][r]{}public native String \textit{myMethod}(String[] listOfCommands);\\ ^ ./JNIExternalHandling.h:104:10: warning: backslash and newline separated by space [-Wbackslash-newline-escape] //note: \\ ^ ./JNIExternalHandling.h:105:71: warning: backslash and newline separated by space [-Wbackslash-newline-escape] //note: \makebox[0.8cm][r]{}public String inputLine(boolean bEcho) \{\\ ^ ./JNIExternalHandling.h:106:60: warning: backslash and newline separated by space [-Wbackslash-newline-escape] //note: \makebox[1.6cm][r]{}byte[] tbLine = new byte[512];\\ ^ ./JNIExternalHandling.h:107:53: warning: backslash and newline separated by space [-Wbackslash-newline-escape] //note: \makebox[1.6cm][r]{}System.in.read(tbLine);\\ ^ ./JNIExternalHandling.h:108:56: warning: backslash and newline separated by space [-Wbackslash-newline-escape] //note: \makebox[1.6cm][r]{}return new String(tbLine);\\ ^ ./JNIExternalHandling.h:109:32: warning: backslash and newline separated by space [-Wbackslash-newline-escape] //note: \makebox[0.8cm][r]{}\}\\ ^ ./JNIExternalHandling.h:110:10: warning: backslash and newline separated by space [-Wbackslash-newline-escape] //note: \\ ^ ./JNIExternalHandling.h:111:68: warning: backslash and newline separated by space [-Wbackslash-newline-escape] //note: \makebox[0.8cm][r]{}public void traceLine(String sLine) \{\\ ^ ./JNIExternalHandling.h:112:56: warning: backslash and newline separated by space [-Wbackslash-newline-escape] //note: \makebox[1.6cm][r]{}System.out.println(sLine);\\ ^ ./JNIExternalHandling.h:113:32: warning: backslash and newline separated by space [-Wbackslash-newline-escape] //note: \makebox[0.8cm][r]{}\}\\ ^ ./JNIExternalHandling.h:114:10: warning: backslash and newline separated by space [-Wbackslash-newline-escape] //note: \\ ^ ./JNIExternalHandling.h:115:68: warning: backslash and newline separated by space [-Wbackslash-newline-escape] //note: \makebox[0.8cm][r]{}public void traceText(String sText) \{\\ ^ ./JNIExternalHandling.h:116:54: warning: backslash and newline separated by space [-Wbackslash-newline-escape] //note: \makebox[1.6cm][r]{}System.out.print(sText);\\ ^ ./JNIExternalHandling.h:117:32: warning: backslash and newline separated by space [-Wbackslash-newline-escape] //note: \makebox[0.8cm][r]{}\}\\ ^ ./JNIExternalHandling.h:120:97: warning: backslash and newline separated by space [-Wbackslash-newline-escape] //note: Before calling the native method for the first time, don't forget to load your library:\\ ^ ./JNIExternalHandling.h:122:71: warning: backslash and newline separated by space [-Wbackslash-newline-escape] //note: \makebox[0.8cm][r]{}System.loadLibrary("\textit{MyLibrary}");\\ ^ ./JNIExternalHandling.h:123:42: warning: backslash and newline separated by space [-Wbackslash-newline-escape] //note: \} catch(Exception exception) \{\\ ^ ./JNIExternalHandling.h:124:111: warning: backslash and newline separated by space [-Wbackslash-newline-escape] //note: \makebox[0.8cm][r]{}System.out.println("Unable to load the library: '" + exception.toString() + "'");\\ ^ ./JNIExternalHandling.h:129:46: warning: backslash and newline separated by space [-Wbackslash-newline-escape] //note: \texttt{String sErrorMessage = null;\\ ^ ./JNIExternalHandling.h:130:16: warning: backslash and newline separated by space [-Wbackslash-newline-escape] //note: try \{\\ ^ ./JNIExternalHandling.h:131:77: warning: backslash and newline separated by space [-Wbackslash-newline-escape] //note: \makebox[0.8cm][r]{}sErrorMessage = \textit{myMethod}(_tsCommands);\\ ^ ./JNIExternalHandling.h:132:53: warning: backslash and newline separated by space [-Wbackslash-newline-escape] //note: \} catch(UnsatisfiedLinkError exception) \{\\ ^ ./JNIExternalHandling.h:133:158: warning: backslash and newline separated by space [-Wbackslash-newline-escape] //note: \makebox[0.8cm][r]{}System.out.println("Unable to link to function '\textit{myMethod}(String[])' into the library: '" + exception.toString() + "'");\\ ^ ./JNIExternalHandling.h:134:42: warning: backslash and newline separated by space [-Wbackslash-newline-escape] //note: \} catch(Exception exception) \{\\ ^ ./JNIExternalHandling.h:135:175: warning: backslash and newline separated by space [-Wbackslash-newline-escape] //note: \makebox[0.8cm][r]{}System.out.println("Unexpected exception while calling function '\textit{myMethod}(String[])' into the library: '" + exception.toString() + "'");\\ ^ 46 warnings generated. c++ -O2 -pipe -std=c++14 -Wno-error=dynamic-exception-spec -c -o md5.o md5.cpp c++ -O2 -pipe -std=c++14 -Wno-error=dynamic-exception-spec -c -o NetSocket.o NetSocket.cpp NetSocket.cpp:116:70: warning: cast to 'void *' from smaller integer type 'int' [-Wint-to-void-pointer-cast] CGRuntime::_pInputStream->setStreamReaderCallback(socketReaderCBK, (void*) hSocket); ^~~~~~~~~~~~~~~ NetSocket.cpp:126:71: warning: cast to 'void *' from smaller integer type 'int' [-Wint-to-void-pointer-cast] CGRuntime::_pOutputStream->setStreamWriterCallback(socketWriterCBK, (void*) hSocket); ^~~~~~~~~~~~~~~ 2 warnings generated. c++ -O2 -pipe -std=c++14 -Wno-error=dynamic-exception-spec -c -o ScpStream.o ScpStream.cpp ScpStream.cpp:654:212: warning: illegal character encoding in character literal [-Winvalid-source-encoding] } while (((iChar >= (int) 'a') && (iChar <= (int) 'z')) || ((iChar >= (int) 'A') && (iChar <= (int) 'Z')) || ((iChar >= (int) '0') && (iChar <= (int) '9')) || (iChar == (int) '_') || (iChar == (unsigned char) '') || (iChar == (unsigned char) '') || (iChar == (unsigned char) '') || (iChar == (unsigned char) '') || (iChar == (unsigned char) '') || (iChar == (unsigned char) '') || (iChar == (unsigned char) '') || (iChar == (unsigned char) '') || (iChar == (unsigned char) '') || (iChar == (unsigned char) '')); ^ ScpStream.cpp:654:246: warning: illegal character encoding in character literal [-Winvalid-source-encoding] } while (((iChar >= (int) 'a') && (iChar <= (int) 'z')) || ((iChar >= (int) 'A') && (iChar <= (int) 'Z')) || ((iChar >= (int) '0') && (iChar <= (int) '9')) || (iChar == (int) '_') || (iChar == (unsigned char) '') || (iChar == (unsigned char) '') || (iChar == (unsigned char) '') || (iChar == (unsigned char) '') || (iChar == (unsigned char) '') || (iChar == (unsigned char) '') || (iChar == (unsigned char) '') || (iChar == (unsigned char) '') || (iChar == (unsigned char) '') || (iChar == (unsigned char) '')); ^ ScpStream.cpp:654:280: warning: illegal character encoding in character literal [-Winvalid-source-encoding] } while (((iChar >= (int) 'a') && (iChar <= (int) 'z')) || ((iChar >= (int) 'A') && (iChar <= (int) 'Z')) || ((iChar >= (int) '0') && (iChar <= (int) '9')) || (iChar == (int) '_') || (iChar == (unsigned char) '') || (iChar == (unsigned char) '') || (iChar == (unsigned char) '') || (iChar == (unsigned char) '') || (iChar == (unsigned char) '') || (iChar == (unsigned char) '') || (iChar == (unsigned char) '') || (iChar == (unsigned char) '') || (iChar == (unsigned char) '') || (iChar == (unsigned char) '')); ^ ScpStream.cpp:654:314: warning: illegal character encoding in character literal [-Winvalid-source-encoding] } while (((iChar >= (int) 'a') && (iChar <= (int) 'z')) || ((iChar >= (int) 'A') && (iChar <= (int) 'Z')) || ((iChar >= (int) '0') && (iChar <= (int) '9')) || (iChar == (int) '_') || (iChar == (unsigned char) '') || (iChar == (unsigned char) '') || (iChar == (unsigned char) '') || (iChar == (unsigned char) '') || (iChar == (unsigned char) '') || (iChar == (unsigned char) '') || (iChar == (unsigned char) '') || (iChar == (unsigned char) '') || (iChar == (unsigned char) '') || (iChar == (unsigned char) '')); ^ ScpStream.cpp:654:348: warning: illegal character encoding in character literal [-Winvalid-source-encoding] } while (((iChar >= (int) 'a') && (iChar <= (int) 'z')) || ((iChar >= (int) 'A') && (iChar <= (int) 'Z')) || ((iChar >= (int) '0') && (iChar <= (int) '9')) || (iChar == (int) '_') || (iChar == (unsigned char) '') || (iChar == (unsigned char) '') || (iChar == (unsigned char) '') || (iChar == (unsigned char) '') || (iChar == (unsigned char) '') || (iChar == (unsigned char) '') || (iChar == (unsigned char) '') || (iChar == (unsigned char) '') || (iChar == (unsigned char) '') || (iChar == (unsigned char) '')); ^ ScpStream.cpp:654:382: warning: illegal character encoding in character literal [-Winvalid-source-encoding] } while (((iChar >= (int) 'a') && (iChar <= (int) 'z')) || ((iChar >= (int) 'A') && (iChar <= (int) 'Z')) || ((iChar >= (int) '0') && (iChar <= (int) '9')) || (iChar == (int) '_') || (iChar == (unsigned char) '') || (iChar == (unsigned char) '') || (iChar == (unsigned char) '') || (iChar == (unsigned char) '') || (iChar == (unsigned char) '') || (iChar == (unsigned char) '') || (iChar == (unsigned char) '') || (iChar == (unsigned char) '') || (iChar == (unsigned char) '') || (iChar == (unsigned char) '')); ^ ScpStream.cpp:654:416: warning: illegal character encoding in character literal [-Winvalid-source-encoding] } while (((iChar >= (int) 'a') && (iChar <= (int) 'z')) || ((iChar >= (int) 'A') && (iChar <= (int) 'Z')) || ((iChar >= (int) '0') && (iChar <= (int) '9')) || (iChar == (int) '_') || (iChar == (unsigned char) '') || (iChar == (unsigned char) '') || (iChar == (unsigned char) '') || (iChar == (unsigned char) '') || (iChar == (unsigned char) '') || (iChar == (unsigned char) '') || (iChar == (unsigned char) '') || (iChar == (unsigned char) '') || (iChar == (unsigned char) '') || (iChar == (unsigned char) '')); ^ ScpStream.cpp:654:450: warning: illegal character encoding in character literal [-Winvalid-source-encoding] } while (((iChar >= (int) 'a') && (iChar <= (int) 'z')) || ((iChar >= (int) 'A') && (iChar <= (int) 'Z')) || ((iChar >= (int) '0') && (iChar <= (int) '9')) || (iChar == (int) '_') || (iChar == (unsigned char) '') || (iChar == (unsigned char) '') || (iChar == (unsigned char) '') || (iChar == (unsigned char) '') || (iChar == (unsigned char) '') || (iChar == (unsigned char) '') || (iChar == (unsigned char) '') || (iChar == (unsigned char) '') || (iChar == (unsigned char) '') || (iChar == (unsigned char) '')); ^ ScpStream.cpp:654:484: warning: illegal character encoding in character literal [-Winvalid-source-encoding] } while (((iChar >= (int) 'a') && (iChar <= (int) 'z')) || ((iChar >= (int) 'A') && (iChar <= (int) 'Z')) || ((iChar >= (int) '0') && (iChar <= (int) '9')) || (iChar == (int) '_') || (iChar == (unsigned char) '') || (iChar == (unsigned char) '') || (iChar == (unsigned char) '') || (iChar == (unsigned char) '') || (iChar == (unsigned char) '') || (iChar == (unsigned char) '') || (iChar == (unsigned char) '') || (iChar == (unsigned char) '') || (iChar == (unsigned char) '') || (iChar == (unsigned char) '')); ^ ScpStream.cpp:654:518: warning: illegal character encoding in character literal [-Winvalid-source-encoding] } while (((iChar >= (int) 'a') && (iChar <= (int) 'z')) || ((iChar >= (int) 'A') && (iChar <= (int) 'Z')) || ((iChar >= (int) '0') && (iChar <= (int) '9')) || (iChar == (int) '_') || (iChar == (unsigned char) '') || (iChar == (unsigned char) '') || (iChar == (unsigned char) '') || (iChar == (unsigned char) '') || (iChar == (unsigned char) '') || (iChar == (unsigned char) '') || (iChar == (unsigned char) '') || (iChar == (unsigned char) '') || (iChar == (unsigned char) '') || (iChar == (unsigned char) '')); ^ ScpStream.cpp:2200:212: warning: illegal character encoding in character literal [-Winvalid-source-encoding] } while (((iChar >= (int) 'a') && (iChar <= (int) 'z')) || ((iChar >= (int) 'A') && (iChar <= (int) 'Z')) || ((iChar >= (int) '0') && (iChar <= (int) '9')) || (iChar == (int) '_') || (iChar == (unsigned char) '') || (iChar == (int) '\'') || (iChar == (int) '^') || (iChar == (unsigned char) '') || (iChar == (unsigned char) '') || (iChar == (unsigned char) '') || (iChar == (unsigned char) '') || (iChar == (unsigned char) '') || (iChar == (unsigned char) '') || (iChar == (unsigned char) '') || (iChar == (unsigned char) '') || (iChar == (unsigned char) '') || (iChar == (unsigned char) '')); ^ ScpStream.cpp:2200:295: warning: illegal character encoding in character literal [-Winvalid-source-encoding] } while (((iChar >= (int) 'a') && (iChar <= (int) 'z')) || ((iChar >= (int) 'A') && (iChar <= (int) 'Z')) || ((iChar >= (int) '0') && (iChar <= (int) '9')) || (iChar == (int) '_') || (iChar == (unsigned char) '') || (iChar == (int) '\'') || (iChar == (int) '^') || (iChar == (unsigned char) '') || (iChar == (unsigned char) '') || (iChar == (unsigned char) '') || (iChar == (unsigned char) '') || (iChar == (unsigned char) '') || (iChar == (unsigned char) '') || (iChar == (unsigned char) '') || (iChar == (unsigned char) '') || (iChar == (unsigned char) '') || (iChar == (unsigned char) '')); ^ ScpStream.cpp:2200:329: warning: illegal character encoding in character literal [-Winvalid-source-encoding] } while (((iChar >= (int) 'a') && (iChar <= (int) 'z')) || ((iChar >= (int) 'A') && (iChar <= (int) 'Z')) || ((iChar >= (int) '0') && (iChar <= (int) '9')) || (iChar == (int) '_') || (iChar == (unsigned char) '') || (iChar == (int) '\'') || (iChar == (int) '^') || (iChar == (unsigned char) '') || (iChar == (unsigned char) '') || (iChar == (unsigned char) '') || (iChar == (unsigned char) '') || (iChar == (unsigned char) '') || (iChar == (unsigned char) '') || (iChar == (unsigned char) '') || (iChar == (unsigned char) '') || (iChar == (unsigned char) '') || (iChar == (unsigned char) '')); ^ ScpStream.cpp:2200:363: warning: illegal character encoding in character literal [-Winvalid-source-encoding] } while (((iChar >= (int) 'a') && (iChar <= (int) 'z')) || ((iChar >= (int) 'A') && (iChar <= (int) 'Z')) || ((iChar >= (int) '0') && (iChar <= (int) '9')) || (iChar == (int) '_') || (iChar == (unsigned char) '') || (iChar == (int) '\'') || (iChar == (int) '^') || (iChar == (unsigned char) '') || (iChar == (unsigned char) '') || (iChar == (unsigned char) '') || (iChar == (unsigned char) '') || (iChar == (unsigned char) '') || (iChar == (unsigned char) '') || (iChar == (unsigned char) '') || (iChar == (unsigned char) '') || (iChar == (unsigned char) '') || (iChar == (unsigned char) '')); ^ ScpStream.cpp:2200:397: warning: illegal character encoding in character literal [-Winvalid-source-encoding] } while (((iChar >= (int) 'a') && (iChar <= (int) 'z')) || ((iChar >= (int) 'A') && (iChar <= (int) 'Z')) || ((iChar >= (int) '0') && (iChar <= (int) '9')) || (iChar == (int) '_') || (iChar == (unsigned char) '') || (iChar == (int) '\'') || (iChar == (int) '^') || (iChar == (unsigned char) '') || (iChar == (unsigned char) '') || (iChar == (unsigned char) '') || (iChar == (unsigned char) '') || (iChar == (unsigned char) '') || (iChar == (unsigned char) '') || (iChar == (unsigned char) '') || (iChar == (unsigned char) '') || (iChar == (unsigned char) '') || (iChar == (unsigned char) '')); ^ ScpStream.cpp:2200:431: warning: illegal character encoding in character literal [-Winvalid-source-encoding] } while (((iChar >= (int) 'a') && (iChar <= (int) 'z')) || ((iChar >= (int) 'A') && (iChar <= (int) 'Z')) || ((iChar >= (int) '0') && (iChar <= (int) '9')) || (iChar == (int) '_') || (iChar == (unsigned char) '') || (iChar == (int) '\'') || (iChar == (int) '^') || (iChar == (unsigned char) '') || (iChar == (unsigned char) '') || (iChar == (unsigned char) '') || (iChar == (unsigned char) '') || (iChar == (unsigned char) '') || (iChar == (unsigned char) '') || (iChar == (unsigned char) '') || (iChar == (unsigned char) '') || (iChar == (unsigned char) '') || (iChar == (unsigned char) '')); ^ ScpStream.cpp:2200:465: warning: illegal character encoding in character literal [-Winvalid-source-encoding] } while (((iChar >= (int) 'a') && (iChar <= (int) 'z')) || ((iChar >= (int) 'A') && (iChar <= (int) 'Z')) || ((iChar >= (int) '0') && (iChar <= (int) '9')) || (iChar == (int) '_') || (iChar == (unsigned char) '') || (iChar == (int) '\'') || (iChar == (int) '^') || (iChar == (unsigned char) '') || (iChar == (unsigned char) '') || (iChar == (unsigned char) '') || (iChar == (unsigned char) '') || (iChar == (unsigned char) '') || (iChar == (unsigned char) '') || (iChar == (unsigned char) '') || (iChar == (unsigned char) '') || (iChar == (unsigned char) '') || (iChar == (unsigned char) '')); ^ ScpStream.cpp:2200:499: warning: illegal character encoding in character literal [-Winvalid-source-encoding] } while (((iChar >= (int) 'a') && (iChar <= (int) 'z')) || ((iChar >= (int) 'A') && (iChar <= (int) 'Z')) || ((iChar >= (int) '0') && (iChar <= (int) '9')) || (iChar == (int) '_') || (iChar == (unsigned char) '') || (iChar == (int) '\'') || (iChar == (int) '^') || (iChar == (unsigned char) '') || (iChar == (unsigned char) '') || (iChar == (unsigned char) '') || (iChar == (unsigned char) '') || (iChar == (unsigned char) '') || (iChar == (unsigned char) '') || (iChar == (unsigned char) '') || (iChar == (unsigned char) '') || (iChar == (unsigned char) '') || (iChar == (unsigned char) '')); ^ ScpStream.cpp:2200:533: warning: illegal character encoding in character literal [-Winvalid-source-encoding] } while (((iChar >= (int) 'a') && (iChar <= (int) 'z')) || ((iChar >= (int) 'A') && (iChar <= (int) 'Z')) || ((iChar >= (int) '0') && (iChar <= (int) '9')) || (iChar == (int) '_') || (iChar == (unsigned char) '') || (iChar == (int) '\'') || (iChar == (int) '^') || (iChar == (unsigned char) '') || (iChar == (unsigned char) '') || (iChar == (unsigned char) '') || (iChar == (unsigned char) '') || (iChar == (unsigned char) '') || (iChar == (unsigned char) '') || (iChar == (unsigned char) '') || (iChar == (unsigned char) '') || (iChar == (unsigned char) '') || (iChar == (unsigned char) '')); ^ ScpStream.cpp:2200:567: warning: illegal character encoding in character literal [-Winvalid-source-encoding] } while (((iChar >= (int) 'a') && (iChar <= (int) 'z')) || ((iChar >= (int) 'A') && (iChar <= (int) 'Z')) || ((iChar >= (int) '0') && (iChar <= (int) '9')) || (iChar == (int) '_') || (iChar == (unsigned char) '') || (iChar == (int) '\'') || (iChar == (int) '^') || (iChar == (unsigned char) '') || (iChar == (unsigned char) '') || (iChar == (unsigned char) '') || (iChar == (unsigned char) '') || (iChar == (unsigned char) '') || (iChar == (unsigned char) '') || (iChar == (unsigned char) '') || (iChar == (unsigned char) '') || (iChar == (unsigned char) '') || (iChar == (unsigned char) '')); ^ ScpStream.cpp:2200:601: warning: illegal character encoding in character literal [-Winvalid-source-encoding] } while (((iChar >= (int) 'a') && (iChar <= (int) 'z')) || ((iChar >= (int) 'A') && (iChar <= (int) 'Z')) || ((iChar >= (int) '0') && (iChar <= (int) '9')) || (iChar == (int) '_') || (iChar == (unsigned char) '') || (iChar == (int) '\'') || (iChar == (int) '^') || (iChar == (unsigned char) '') || (iChar == (unsigned char) '') || (iChar == (unsigned char) '') || (iChar == (unsigned char) '') || (iChar == (unsigned char) '') || (iChar == (unsigned char) '') || (iChar == (unsigned char) '') || (iChar == (unsigned char) '') || (iChar == (unsigned char) '') || (iChar == (unsigned char) '')); ^ 21 warnings generated. c++ -O2 -pipe -std=c++14 -Wno-error=dynamic-exception-spec -c -o UtlDate.o UtlDate.cpp c++ -O2 -pipe -std=c++14 -Wno-error=dynamic-exception-spec -c -o UtlDirectory.o UtlDirectory.cpp c++ -O2 -pipe -std=c++14 -Wno-error=dynamic-exception-spec -c -o UtlException.o UtlException.cpp In file included from UtlException.cpp:27: ./UtlTrace.h:72:15: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] static std::auto_ptr _pFile; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ 1 warning generated. c++ -O2 -pipe -std=c++14 -Wno-error=dynamic-exception-spec -c -o UtlString.o UtlString.cpp c++ -O2 -pipe -std=c++14 -Wno-error=dynamic-exception-spec -c -o UtlTimer.o UtlTimer.cpp c++ -O2 -pipe -std=c++14 -Wno-error=dynamic-exception-spec -c -o UtlTrace.o UtlTrace.cpp In file included from UtlTrace.cpp:29: ./UtlTrace.h:72:15: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] static std::auto_ptr _pFile; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ UtlTrace.cpp:40:7: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr UtlTrace::_pFile; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ UtlTrace.cpp:142:10: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr f(CodeWorker::openAppendFile(_sTraceFile.c_str())); ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ UtlTrace.cpp:166:9: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr pNull; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ UtlTrace.cpp:173:9: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr pTraceFile(CodeWorker::openOutputFile(_sTraceFile.c_str())); ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ UtlTrace.cpp:177:10: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr pNull; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ UtlTrace.cpp:186:9: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr pNull; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ UtlTrace.cpp:267:10: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr pFile(openInputFileFromIncludePath(_tsTraceFileStack[i], sCompleteFileName)); ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ UtlTrace.cpp:307:9: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr f(CodeWorker::openAppendFile(_sTraceFile.c_str())); ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ 9 warnings generated. c++ -O2 -pipe -std=c++14 -Wno-error=dynamic-exception-spec -c -o UtlXMLStream.o UtlXMLStream.cpp c++ -O2 -pipe -std=c++14 -Wno-error=dynamic-exception-spec -c -o Workspace.o Workspace.cpp In file included from Workspace.cpp:39: In file included from ./DtaProject.h:28: ./DtaScriptVariable.h:173:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArray() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from Workspace.cpp:39: In file included from ./DtaProject.h:28: ./DtaScriptVariable.h:174:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from Workspace.cpp:39: In file included from ./DtaProject.h:28: ./DtaScriptVariable.h:175:8: warning: 'auto_ptr>' is deprecated [-Wdeprecated-declarations] std::auto_ptr > getSortedNoCaseArrayOnValue() const; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ In file included from Workspace.cpp:42: ./DtaPatternScript.h:196:74: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] bool handleEmbeddedExpression(ScpStream& script, GrfBlock& block, std::auto_ptr& pExpr); ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ Workspace.cpp:382:11: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr pExprVariable(script.parseVariableExpression(script.getBlock(), theCommand)); ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ Workspace.cpp:897:8: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr theStandardInputOutput; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ Workspace.cpp:899:9: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr pFile(new CGFileStandardInputOutput(_sStandardInput, _sStandardOutput)); ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ Workspace.cpp:902:8: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr theRemoteDebugIO; ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ Workspace.cpp:904:28: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] theRemoteDebugIO = std::auto_ptr(new CGRemoteDebugInputOutput(DtaProject::getInstance().getRemoteDebugHost(), DtaProject::getInstance().getRemoteDebugPort())); ^ /usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr ^ /usr/include/c++/v1/__config:796:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED ^ /usr/include/c++/v1/__config:781:49: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__((deprecated)) ^ Workspace.cpp:1067:29: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat] sprintf(tcNumber, "%d", myTimer.getTimeInMillis()); ~~ ^~~~~~~~~~~~~~~~~~~~~~~~~ %lu Workspace.cpp:1071:49: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat] sprintf(tcMessage, "time execution = %dms", myTimer.getTimeInMillis()); ~~ ^~~~~~~~~~~~~~~~~~~~~~~~~ %lu 11 warnings generated. c++ -c generator.cpp c++ -o codeworker ASTCommand.o BNFAndOrJunction.o BNFBreak.o BNFCharBoundaries.o BNFCharLitteral.o BNFCheck.o BNFClause.o BNFClauseCall.o BNFComplementary.o BNFConjunction.o BNFDisjunction.o BNFEndOfFile.o BNFEndOfLine.o BNFFindToken.o BNFForeach.o BNFIgnore.o BNFInsert.o BNFMoveAhead.o BNFMultiplicity.o BNFNextStep.o BNFNot.o BNFPushItem.o BNFRatchet.o BNFReadAdaString.o BNFReadByte.o BNFReadBytes.o BNFReadCChar.o BNFReadChar.o BNFReadChars.o BNFReadCompleteIdentifier.o BNFReadCString.o BNFReadIdentifier.o BNFReadInteger.o BNFReadNumeric.o BNFReadPythonString.o BNFReadText.o BNFReadToken.o BNFReadUptoIgnore.o BNFScanWindow.o BNFSkipIgnore.o BNFStepintoHook.o BNFStepoutHook.o BNFStepper.o BNFString.o BNFTransformationMode.o BNFTryCatch.o CGCompiler.o CGExternalHandling.o CGRuntime.o CppCompilerEnvironment.o CppParsingTree.o DtaArrayIterator.o DtaASTNavigator.o DtaAttributeType.o DtaBNFScript.o DtaClass.o DtaCommandScript.o DtaConsoleScript.o DtaDesignScript.o DtaPatternScript.o DtaProject.o DtaProtectedAreasBag.o DtaScript.o DtaScriptFactory.o DtaScriptVariable.o DtaSharpTagsHandler.o DtaTranslateScript.o DtaVisitor.o DynPackage.o ExprScriptBinaryExpression.o ExprScriptExpression.o ExprScriptFunction.o ExprScriptMotif.o ExprScriptVariable.o ExternalValueNode.o GrfAlienInstruction.o GrfAllFloatingLocations.o GrfAppendedFile.o GrfAppendFile.o GrfAspectAdvice.o GrfAttachInputToSocket.o GrfAttachOutputToSocket.o GrfAutoexpand.o GrfBlock.o GrfBreak.o GrfClearVariable.o GrfCloseSocket.o GrfCommand.o GrfCompileToCpp.o GrfContinue.o GrfCopyFile.o GrfCopyGenerableFile.o GrfCopySmartDirectory.o GrfCutString.o GrfDebugExecution.o GrfDelay.o GrfDetachInputFromSocket.o GrfDetachOutputFromSocket.o GrfDo.o GrfEnvironTable.o GrfError.o GrfExecuteString.o GrfExecutionContext.o GrfExit.o GrfExpand.o GrfExtendExecutedScript.o GrfFileAsStandardInput.o GrfForeach.o GrfFunction.o GrfGenerate.o GrfGeneratedFile.o GrfGeneratedString.o GrfGenerateString.o GrfGlobalVariable.o GrfGoBack.o GrfIfThenElse.o GrfIncrementIndentLevel.o GrfInsertAssignment.o GrfInsertElementAt.o GrfInsertText.o GrfInsertTextOnce.o GrfInsertTextOnceToFloatingLocation.o GrfInsertTextToFloatingLocation.o GrfInvertArray.o GrfJointPoint.o GrfJointPointCall.o GrfListAllGeneratedFiles.o GrfLoadProject.o GrfLocalReference.o GrfLocalVariable.o GrfMerge.o GrfNewProject.o GrfNop.o GrfOpenLogFile.o GrfOverwritePortion.o GrfParseAsBNF.o GrfParsedFile.o GrfParsedString.o GrfParseFree.o GrfParseStringAsBNF.o GrfPopulateProtectedArea.o GrfProduceHTML.o GrfPushItem.o GrfPutEnv.o GrfQuantifyExecution.o GrfQuiet.o GrfRandomSeed.o GrfReadonlyHook.o GrfReference.o GrfRemoveAllElements.o GrfRemoveElement.o GrfRemoveFirstElement.o GrfRemoveLastElement.o GrfRemoveRecursive.o GrfRemoveVariable.o GrfResizeOutputStream.o GrfReturn.o GrfSaveBinaryToFile.o GrfSaveProject.o GrfSaveProjectTypes.o GrfSaveToFile.o GrfSelect.o GrfSetAll.o GrfSetAssignment.o GrfSetCommentBegin.o GrfSetCommentEnd.o GrfSetFloatingLocation.o GrfSetGenerationHeader.o GrfSetIncludePath.o GrfSetInputLocation.o GrfSetNow.o GrfSetOutputLocation.o GrfSetProperty.o GrfSetProtectedArea.o GrfSetTextMode.o GrfSetVersion.o GrfSetWorkingPath.o GrfSetWriteMode.o GrfSleep.o GrfSlideNodeContent.o GrfSortArray.o GrfStringAsStandardInput.o GrfSwitch.o GrfText.o GrfTraceEngine.o GrfTraceLine.o GrfTraceObject.o GrfTraceStack.o GrfTraceText.o GrfTranslate.o GrfTryCatch.o GrfWhile.o GrfWriteBytes.o GrfWritefileHook.o GrfWriteText.o GrfWriteTextOnce.o HTTPRequest.o JNIExternalHandling.o md5.o NetSocket.o ScpStream.o UtlDate.o UtlDirectory.o UtlException.o UtlString.o UtlTimer.o UtlTrace.o UtlXMLStream.o Workspace.o generator.o BNFAndOrJunction.cpp(BNFAndOrJunction.o:(CodeWorker::BNFAndOrJunction::compileCpp(CodeWorker::CppCompilerEnvironment&) const)): warning: sprintf() is often misused, please use snprintf() UtlTrace.cpp(UtlTrace.o:(CodeWorker::UtlTrace::traceFormat(int, char const*, ...))): warning: strcpy() is almost always misused, please use strlcpy() CGRuntime.cpp(CGRuntime.o:(CodeWorker::CGRuntime::randomInteger())): warning: rand() may return deterministic values, is that what you want? ar -r libcodeworker.a ASTCommand.o BNFAndOrJunction.o BNFBreak.o BNFCharBoundaries.o BNFCharLitteral.o BNFCheck.o BNFClause.o BNFClauseCall.o BNFComplementary.o BNFConjunction.o BNFDisjunction.o BNFEndOfFile.o BNFEndOfLine.o BNFFindToken.o BNFForeach.o BNFIgnore.o BNFInsert.o BNFMoveAhead.o BNFMultiplicity.o BNFNextStep.o BNFNot.o BNFPushItem.o BNFRatchet.o BNFReadAdaString.o BNFReadByte.o BNFReadBytes.o BNFReadCChar.o BNFReadChar.o BNFReadChars.o BNFReadCompleteIdentifier.o BNFReadCString.o BNFReadIdentifier.o BNFReadInteger.o BNFReadNumeric.o BNFReadPythonString.o BNFReadText.o BNFReadToken.o BNFReadUptoIgnore.o BNFScanWindow.o BNFSkipIgnore.o BNFStepintoHook.o BNFStepoutHook.o BNFStepper.o BNFString.o BNFTransformationMode.o BNFTryCatch.o CGCompiler.o CGExternalHandling.o CGRuntime.o CppCompilerEnvironment.o CppParsingTree.o DtaArrayIterator.o DtaASTNavigator.o DtaAttributeType.o DtaBNFScript.o DtaClass.o DtaCommandScript.o DtaConsoleScript.o DtaDesignScript.o DtaPatternScript.o DtaProject.o DtaProtectedAreasBag.o DtaScript.o DtaScriptFactory.o DtaScriptVariable.o DtaSharpTagsHandler.o DtaTranslateScript.o DtaVisitor.o DynPackage.o ExprScriptBinaryExpression.o ExprScriptExpression.o ExprScriptFunction.o ExprScriptMotif.o ExprScriptVariable.o ExternalValueNode.o GrfAlienInstruction.o GrfAllFloatingLocations.o GrfAppendedFile.o GrfAppendFile.o GrfAspectAdvice.o GrfAttachInputToSocket.o GrfAttachOutputToSocket.o GrfAutoexpand.o GrfBlock.o GrfBreak.o GrfClearVariable.o GrfCloseSocket.o GrfCommand.o GrfCompileToCpp.o GrfContinue.o GrfCopyFile.o GrfCopyGenerableFile.o GrfCopySmartDirectory.o GrfCutString.o GrfDebugExecution.o GrfDelay.o GrfDetachInputFromSocket.o GrfDetachOutputFromSocket.o GrfDo.o GrfEnvironTable.o GrfError.o GrfExecuteString.o GrfExecutionContext.o GrfExit.o GrfExpand.o GrfExtendExecutedScript.o GrfFileAsStandardInput.o GrfForeach.o GrfFunction.o GrfGenerate.o GrfGeneratedFile.o GrfGeneratedString.o GrfGenerateString.o GrfGlobalVariable.o GrfGoBack.o GrfIfThenElse.o GrfIncrementIndentLevel.o GrfInsertAssignment.o GrfInsertElementAt.o GrfInsertText.o GrfInsertTextOnce.o GrfInsertTextOnceToFloatingLocation.o GrfInsertTextToFloatingLocation.o GrfInvertArray.o GrfJointPoint.o GrfJointPointCall.o GrfListAllGeneratedFiles.o GrfLoadProject.o GrfLocalReference.o GrfLocalVariable.o GrfMerge.o GrfNewProject.o GrfNop.o GrfOpenLogFile.o GrfOverwritePortion.o GrfParseAsBNF.o GrfParsedFile.o GrfParsedString.o GrfParseFree.o GrfParseStringAsBNF.o GrfPopulateProtectedArea.o GrfProduceHTML.o GrfPushItem.o GrfPutEnv.o GrfQuantifyExecution.o GrfQuiet.o GrfRandomSeed.o GrfReadonlyHook.o GrfReference.o GrfRemoveAllElements.o GrfRemoveElement.o GrfRemoveFirstElement.o GrfRemoveLastElement.o GrfRemoveRecursive.o GrfRemoveVariable.o GrfResizeOutputStream.o GrfReturn.o GrfSaveBinaryToFile.o GrfSaveProject.o GrfSaveProjectTypes.o GrfSaveToFile.o GrfSelect.o GrfSetAll.o GrfSetAssignment.o GrfSetCommentBegin.o GrfSetCommentEnd.o GrfSetFloatingLocation.o GrfSetGenerationHeader.o GrfSetIncludePath.o GrfSetInputLocation.o GrfSetNow.o GrfSetOutputLocation.o GrfSetProperty.o GrfSetProtectedArea.o GrfSetTextMode.o GrfSetVersion.o GrfSetWorkingPath.o GrfSetWriteMode.o GrfSleep.o GrfSlideNodeContent.o GrfSortArray.o GrfStringAsStandardInput.o GrfSwitch.o GrfText.o GrfTraceEngine.o GrfTraceLine.o GrfTraceObject.o GrfTraceStack.o GrfTraceText.o GrfTranslate.o GrfTryCatch.o GrfWhile.o GrfWriteBytes.o GrfWritefileHook.o GrfWriteText.o GrfWriteTextOnce.o HTTPRequest.o JNIExternalHandling.o md5.o NetSocket.o ScpStream.o UtlDate.o UtlDirectory.o UtlException.o UtlString.o UtlTimer.o UtlTrace.o UtlXMLStream.o Workspace.o ar: warning: creating libcodeworker.a >>> Running fake in devel/codeworker at 1713837566.57 ===> devel/codeworker ===> Faking installation for codeworker-4.5.4p7 /exopi-obj/pobj/codeworker-4.5.4/bin/install -c -s -m 755 /exopi-obj/pobj/codeworker-4.5.4/CodeWorker4_5_4/codeworker /exopi-obj/pobj/codeworker-4.5.4/fake-amd64/usr/local/bin /exopi-obj/pobj/codeworker-4.5.4/bin/install -c -m 644 /exopi-obj/pobj/codeworker-4.5.4/CodeWorker4_5_4/libcodeworker.a /exopi-obj/pobj/codeworker-4.5.4/fake-amd64/usr/local/lib /exopi-obj/pobj/codeworker-4.5.4/bin/install -d -m 755 /exopi-obj/pobj/codeworker-4.5.4/fake-amd64/usr/local/share/examples/codeworker /exopi-obj/pobj/codeworker-4.5.4/bin/install -c -m 644 /exopi-obj/pobj/codeworker-4.5.4/CodeWorker4_5_4/Documentation/* /exopi-obj/pobj/codeworker-4.5.4/fake-amd64/usr/local/share/examples/codeworker >>> Running package in devel/codeworker at 1713837567.70 ===> devel/codeworker `/exopi-obj/pobj/codeworker-4.5.4/fake-amd64/.fake_done' is up to date. ===> Building package for codeworker-4.5.4p7 Create /exopi-cvs/ports/packages/amd64/all/codeworker-4.5.4p7.tgz Creating package codeworker-4.5.4p7 reading plist| checking dependencies| checksumming| checksumming| | 0% checksumming|* | 2% checksumming|** | 4% checksumming|*** | 5% checksumming|**** | 7% checksumming|***** | 9% checksumming|****** | 11% checksumming|******* | 12% checksumming|********* | 14% checksumming|********** | 16% checksumming|*********** | 18% checksumming|************ | 19% checksumming|************* | 21% checksumming|************** | 23% checksumming|*************** | 25% checksumming|**************** | 26% checksumming|***************** | 28% checksumming|****************** | 30% checksumming|******************* | 32% checksumming|******************** | 33% checksumming|********************* | 35% checksumming|********************** | 37% checksumming|************************ | 39% checksumming|************************* | 40% checksumming|************************** | 42% checksumming|*************************** | 44% checksumming|**************************** | 46% checksumming|***************************** | 47% checksumming|****************************** | 49% checksumming|******************************* | 51% checksumming|******************************** | 53% checksumming|********************************* | 54% checksumming|********************************** | 56% checksumming|*********************************** | 58% checksumming|************************************ | 60% checksumming|************************************* | 61% checksumming|*************************************** | 63% checksumming|**************************************** | 65% checksumming|***************************************** | 67% checksumming|****************************************** | 68% checksumming|******************************************* | 70% checksumming|******************************************** | 72% checksumming|********************************************* | 74% checksumming|********************************************** | 75% checksumming|*********************************************** | 77% checksumming|************************************************ | 79% checksumming|************************************************* | 81% checksumming|************************************************** | 82% checksumming|*************************************************** | 84% checksumming|**************************************************** | 86% checksumming|****************************************************** | 88% checksumming|******************************************************* | 89% checksumming|******************************************************** | 91% checksumming|********************************************************* | 93% checksumming|********************************************************** | 95% checksumming|*********************************************************** | 96% checksumming|************************************************************ | 98% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving|********** | 16% archiving|************ | 20% archiving|*********************** | 36% archiving|********************************* | 52% archiving|******************************************** | 69% archiving|****************************************************** | 85% archiving|*********************************************************** | 92% archiving|*************************************************************** | 99% archiving|****************************************************************| 99% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/codeworker-4.5.4p7.tgz >>> Running clean in devel/codeworker at 1713837570.55 ===> devel/codeworker ===> Cleaning for codeworker-4.5.4p7 >>> Ended at 1713837571.37 max_stuck=2.44/patch=2.24/configure=0.34/build=611.00/fake=1.13/package=2.85/clean=0.85