Created
September 24, 2017 12:18
-
-
Save killua99/50f973c31f29692a4db0c1b00b455ea1 to your computer and use it in GitHub Desktop.
KeePassXC build on mac 79a582a19f1db
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ 1%] Automatic MOC and UIC for target autotype | |
[ 2%] Automatic MOC and UIC for target qhttp | |
[ 10%] Built target translations | |
[ 11%] Automatic MOC and UIC for target zxcvbn | |
[ 11%] Automatic MOC and UIC for target cli | |
[ 12%] Automatic MOC and UIC for target testsupport | |
[ 12%] Built target autotype_autogen | |
[ 12%] Built target qhttp_autogen | |
[ 12%] Built target zxcvbn_autogen | |
[ 12%] Built target cli_autogen | |
[ 12%] Built target testsupport_autogen | |
[ 13%] Built target zxcvbn | |
[ 16%] Built target autotype | |
[ 19%] Built target qhttp | |
[ 22%] Built target cli | |
[ 23%] Built target testsupport | |
[ 24%] Automatic MOC and UIC for target keepasshttp | |
[ 24%] Built target keepasshttp_autogen | |
[ 24%] Building CXX object src/http/CMakeFiles/keepasshttp.dir/Protocol.cpp.o | |
[ 25%] Building CXX object src/http/CMakeFiles/keepasshttp.dir/EntryConfig.cpp.o | |
[ 25%] Building CXX object src/http/CMakeFiles/keepasshttp.dir/Server.cpp.o | |
[ 26%] Building CXX object src/http/CMakeFiles/keepasshttp.dir/Service.cpp.o | |
[ 26%] Building CXX object src/http/CMakeFiles/keepasshttp.dir/keepasshttp_autogen/mocs_compilation.cpp.o | |
In file included from /Users/killua/Projects/keepassxc/src/http/Protocol.cpp:19: | |
In file included from /Users/killua/Projects/keepassxc/src/http/Protocol.h:23: | |
In file included from /Users/killua/Projects/keepassxc/src/crypto/SymmetricCipherGcrypt.h:23: | |
In file included from /Users/killua/Projects/keepassxc/src/crypto/SymmetricCipher.h:25: | |
/Users/killua/Projects/keepassxc/src/crypto/SymmetricCipherBackend.h:32:51: error: 'nodiscard' attribute cannot be applied to types | |
virtual bool processInPlace(QByteArray& data) Q_REQUIRED_RESULT = 0; | |
^ | |
/usr/local/Cellar/qt/5.9.1/lib/QtCore.framework/Headers/qcompilerdetection.h:1177:31: note: expanded from macro 'Q_REQUIRED_RESULT' | |
# define Q_REQUIRED_RESULT [[nodiscard]] | |
^ | |
In file included from /Users/killua/Projects/keepassxc/src/http/Protocol.cpp:19: | |
In file included from /Users/killua/Projects/keepassxc/src/http/Protocol.h:23: | |
In file included from /Users/killua/Projects/keepassxc/src/crypto/SymmetricCipherGcrypt.h:23: | |
In file included from /Users/killua/Projects/keepassxc/src/crypto/SymmetricCipher.h:25: | |
/Users/killua/Projects/keepassxc/src/crypto/SymmetricCipherBackend.h:33:67: error: 'nodiscard' attribute cannot be applied to types | |
virtual bool processInPlace(QByteArray& data, quint64 rounds) Q_REQUIRED_RESULT = 0; | |
^ | |
/usr/local/Cellar/qt/5.9.1/lib/QtCore.framework/Headers/qcompilerdetection.h:1177:31: note: expanded from macro 'Q_REQUIRED_RESULT' | |
# define Q_REQUIRED_RESULT [[nodiscard]] | |
^ | |
In file included from /Users/killua/Projects/keepassxc/src/http/Protocol.cpp:19: | |
In file included from /Users/killua/Projects/keepassxc/src/http/Protocol.h:23: | |
In file included from /Users/killua/Projects/keepassxc/src/crypto/SymmetricCipherGcrypt.h:23: | |
/Users/killua/Projects/keepassxc/src/crypto/SymmetricCipher.h:62:50: error: 'nodiscard' attribute cannot be applied to types | |
inline bool processInPlace(QByteArray& data) Q_REQUIRED_RESULT { | |
^ | |
/usr/local/Cellar/qt/5.9.1/lib/QtCore.framework/Headers/qcompilerdetection.h:1177:31: note: expanded from macro 'Q_REQUIRED_RESULT' | |
# define Q_REQUIRED_RESULT [[nodiscard]] | |
^ | |
In file included from /Users/killua/Projects/keepassxc/src/http/Protocol.cpp:19: | |
In file included from /Users/killua/Projects/keepassxc/src/http/Protocol.h:23: | |
In file included from /Users/killua/Projects/keepassxc/src/crypto/SymmetricCipherGcrypt.h:23: | |
/Users/killua/Projects/keepassxc/src/crypto/SymmetricCipher.h:66:66: error: 'nodiscard' attribute cannot be applied to types | |
inline bool processInPlace(QByteArray& data, quint64 rounds) Q_REQUIRED_RESULT { | |
^ | |
/usr/local/Cellar/qt/5.9.1/lib/QtCore.framework/Headers/qcompilerdetection.h:1177:31: note: expanded from macro 'Q_REQUIRED_RESULT' | |
# define Q_REQUIRED_RESULT [[nodiscard]] | |
^ | |
In file included from /Users/killua/Projects/keepassxc/src/http/Protocol.cpp:19: | |
In file included from /Users/killua/Projects/keepassxc/src/http/Protocol.h:23: | |
/Users/killua/Projects/keepassxc/src/crypto/SymmetricCipherGcrypt.h:38:43: error: 'nodiscard' attribute cannot be applied to types | |
bool processInPlace(QByteArray& data) Q_REQUIRED_RESULT; | |
^ | |
/usr/local/Cellar/qt/5.9.1/lib/QtCore.framework/Headers/qcompilerdetection.h:1177:31: note: expanded from macro 'Q_REQUIRED_RESULT' | |
# define Q_REQUIRED_RESULT [[nodiscard]] | |
^ | |
In file included from /Users/killua/Projects/keepassxc/src/http/Protocol.cpp:19: | |
In file included from /Users/killua/Projects/keepassxc/src/http/Protocol.h:23: | |
/Users/killua/Projects/keepassxc/src/crypto/SymmetricCipherGcrypt.h:39:59: error: 'nodiscard' attribute cannot be applied to types | |
bool processInPlace(QByteArray& data, quint64 rounds) Q_REQUIRED_RESULT; | |
^ | |
/usr/local/Cellar/qt/5.9.1/lib/QtCore.framework/Headers/qcompilerdetection.h:1177:31: note: expanded from macro 'Q_REQUIRED_RESULT' | |
# define Q_REQUIRED_RESULT [[nodiscard]] | |
^ | |
In file included from /Users/killua/Projects/keepassxc/src/http/EntryConfig.cpp:23: | |
In file included from /Users/killua/Projects/keepassxc/src/http/Protocol.h:23: | |
In file included from /Users/killua/Projects/keepassxc/src/crypto/SymmetricCipherGcrypt.h:23: | |
In file included from /Users/killua/Projects/keepassxc/src/crypto/SymmetricCipher.h:25: | |
/Users/killua/Projects/keepassxc/src/crypto/SymmetricCipherBackend.h:32:51: error: 'nodiscard' attribute cannot be applied to types | |
virtual bool processInPlace(QByteArray& data) Q_REQUIRED_RESULT = 0; | |
^ | |
/usr/local/Cellar/qt/5.9.1/lib/QtCore.framework/Headers/qcompilerdetection.h:1177:31: note: expanded from macro 'Q_REQUIRED_RESULT' | |
# define Q_REQUIRED_RESULT [[nodiscard]] | |
^ | |
In file included from /Users/killua/Projects/keepassxc/src/http/EntryConfig.cpp:23: | |
In file included from /Users/killua/Projects/keepassxc/src/http/Protocol.h:23: | |
In file included from /Users/killua/Projects/keepassxc/src/crypto/SymmetricCipherGcrypt.h:23: | |
In file included from /Users/killua/Projects/keepassxc/src/crypto/SymmetricCipher.h:25: | |
/Users/killua/Projects/keepassxc/src/crypto/SymmetricCipherBackend.h:33:67: error: 'nodiscard' attribute cannot be applied to types | |
virtual bool processInPlace(QByteArray& data, quint64 rounds) Q_REQUIRED_RESULT = 0; | |
^ | |
/usr/local/Cellar/qt/5.9.1/lib/QtCore.framework/Headers/qcompilerdetection.h:1177:31: note: expanded from macro 'Q_REQUIRED_RESULT' | |
# define Q_REQUIRED_RESULT [[nodiscard]] | |
^ | |
In file included from /Users/killua/Projects/keepassxc/src/http/EntryConfig.cpp:23: | |
In file included from /Users/killua/Projects/keepassxc/src/http/Protocol.h:23: | |
In file included from /Users/killua/Projects/keepassxc/src/crypto/SymmetricCipherGcrypt.h:23: | |
/Users/killua/Projects/keepassxc/src/crypto/SymmetricCipher.h:62:50: error: 'nodiscard' attribute cannot be applied to types | |
inline bool processInPlace(QByteArray& data) Q_REQUIRED_RESULT { | |
^ | |
/usr/local/Cellar/qt/5.9.1/lib/QtCore.framework/Headers/qcompilerdetection.h:1177:31: note: expanded from macro 'Q_REQUIRED_RESULT' | |
# define Q_REQUIRED_RESULT [[nodiscard]] | |
^ | |
In file included from /Users/killua/Projects/keepassxc/src/http/EntryConfig.cpp:23: | |
In file included from /Users/killua/Projects/keepassxc/src/http/Protocol.h:23: | |
In file included from /Users/killua/Projects/keepassxc/src/crypto/SymmetricCipherGcrypt.h:23: | |
/Users/killua/Projects/keepassxc/src/crypto/SymmetricCipher.h:66:66: error: 'nodiscard' attribute cannot be applied to types | |
inline bool processInPlace(QByteArray& data, quint64 rounds) Q_REQUIRED_RESULT { | |
^ | |
/usr/local/Cellar/qt/5.9.1/lib/QtCore.framework/Headers/qcompilerdetection.h:1177:31: note: expanded from macro 'Q_REQUIRED_RESULT' | |
# define Q_REQUIRED_RESULT [[nodiscard]] | |
^ | |
In file included from /Users/killua/Projects/keepassxc/src/http/EntryConfig.cpp:23: | |
In file included from /Users/killua/Projects/keepassxc/src/http/Protocol.h:23: | |
/Users/killua/Projects/keepassxc/src/crypto/SymmetricCipherGcrypt.h:38:43: error: 'nodiscard' attribute cannot be applied to types | |
bool processInPlace(QByteArray& data) Q_REQUIRED_RESULT; | |
^ | |
/usr/local/Cellar/qt/5.9.1/lib/QtCore.framework/Headers/qcompilerdetection.h:1177:31: note: expanded from macro 'Q_REQUIRED_RESULT' | |
# define Q_REQUIRED_RESULT [[nodiscard]] | |
^ | |
In file included from /Users/killua/Projects/keepassxc/src/http/EntryConfig.cpp:23: | |
In file included from /Users/killua/Projects/keepassxc/src/http/Protocol.h:23: | |
/Users/killua/Projects/keepassxc/src/crypto/SymmetricCipherGcrypt.h:39:59: error: 'nodiscard' attribute cannot be applied to types | |
bool processInPlace(QByteArray& data, quint64 rounds) Q_REQUIRED_RESULT; | |
^ | |
/usr/local/Cellar/qt/5.9.1/lib/QtCore.framework/Headers/qcompilerdetection.h:1177:31: note: expanded from macro 'Q_REQUIRED_RESULT' | |
# define Q_REQUIRED_RESULT [[nodiscard]] | |
^ | |
6 errors generated. | |
In file included from /Users/killua/Projects/keepassxc/build/src/http/keepasshttp_autogen/mocs_compilation.cpp:6: | |
In file included from /Users/killua/Projects/keepassxc/build/src/http/keepasshttp_autogen/EWIEGA46WW/moc_Protocol.cpp:9: | |
In file included from /Users/killua/Projects/keepassxc/build/src/http/keepasshttp_autogen/EWIEGA46WW/../../../../../src/http/Protocol.h:23: | |
In file included from /Users/killua/Projects/keepassxc/src/crypto/SymmetricCipherGcrypt.h:23: | |
In file included from /Users/killua/Projects/keepassxc/src/crypto/SymmetricCipher.h:25: | |
/Users/killua/Projects/keepassxc/src/crypto/SymmetricCipherBackend.h:32:51: error: 'nodiscard' attribute cannot be applied to types | |
virtual bool processInPlace(QByteArray& data) Q_REQUIRED_RESULT = 0; | |
^ | |
/usr/local/Cellar/qt/5.9.1/lib/QtCore.framework/Headers/qcompilerdetection.h:1177:31: note: expanded from macro 'Q_REQUIRED_RESULT' | |
# define Q_REQUIRED_RESULT [[nodiscard]] | |
^ | |
In file included from /Users/killua/Projects/keepassxc/build/src/http/keepasshttp_autogen/mocs_compilation.cpp:6: | |
In file included from /Users/killua/Projects/keepassxc/build/src/http/keepasshttp_autogen/EWIEGA46WW/moc_Protocol.cpp:9: | |
In file included from /Users/killua/Projects/keepassxc/build/src/http/keepasshttp_autogen/EWIEGA46WW/../../../../../src/http/Protocol.h:23: | |
In file included from /Users/killua/Projects/keepassxc/src/crypto/SymmetricCipherGcrypt.h:23: | |
In file included from /Users/killua/Projects/keepassxc/src/crypto/SymmetricCipher.h:25: | |
/Users/killua/Projects/keepassxc/src/crypto/SymmetricCipherBackend.h:33:67: error: 'nodiscard' attribute cannot be applied to types | |
virtual bool processInPlace(QByteArray& data, quint64 rounds) Q_REQUIRED_RESULT = 0; | |
^ | |
/usr/local/Cellar/qt/5.9.1/lib/QtCore.framework/Headers/qcompilerdetection.h:1177:31: note: expanded from macro 'Q_REQUIRED_RESULT' | |
# define Q_REQUIRED_RESULT [[nodiscard]] | |
^ | |
In file included from /Users/killua/Projects/keepassxc/build/src/http/keepasshttp_autogen/mocs_compilation.cpp:6: | |
In file included from /Users/killua/Projects/keepassxc/build/src/http/keepasshttp_autogen/EWIEGA46WW/moc_Protocol.cpp:9: | |
In file included from /Users/killua/Projects/keepassxc/build/src/http/keepasshttp_autogen/EWIEGA46WW/../../../../../src/http/Protocol.h:23: | |
In file included from /Users/killua/Projects/keepassxc/src/crypto/SymmetricCipherGcrypt.h:23: | |
/Users/killua/Projects/keepassxc/src/crypto/SymmetricCipher.h:62:50: error: 'nodiscard' attribute cannot be applied to types | |
inline bool processInPlace(QByteArray& data) Q_REQUIRED_RESULT { | |
^ | |
/usr/local/Cellar/qt/5.9.1/lib/QtCore.framework/Headers/qcompilerdetection.h:1177:31: note: expanded from macro 'Q_REQUIRED_RESULT' | |
# define Q_REQUIRED_RESULT [[nodiscard]] | |
^ | |
In file included from /Users/killua/Projects/keepassxc/build/src/http/keepasshttp_autogen/mocs_compilation.cpp:6: | |
In file included from /Users/killua/Projects/keepassxc/build/src/http/keepasshttp_autogen/EWIEGA46WW/moc_Protocol.cpp:9: | |
In file included from /Users/killua/Projects/keepassxc/build/src/http/keepasshttp_autogen/EWIEGA46WW/../../../../../src/http/Protocol.h:23: | |
In file included from /Users/killua/Projects/keepassxc/src/crypto/SymmetricCipherGcrypt.h:23: | |
/Users/killua/Projects/keepassxc/src/crypto/SymmetricCipher.h:66:66: error: 'nodiscard' attribute cannot be applied to types | |
inline bool processInPlace(QByteArray& data, quint64 rounds) Q_REQUIRED_RESULT { | |
^ | |
/usr/local/Cellar/qt/5.9.1/lib/QtCore.framework/Headers/qcompilerdetection.h:1177:31: note: expanded from macro 'Q_REQUIRED_RESULT' | |
# define Q_REQUIRED_RESULT [[nodiscard]] | |
^ | |
In file included from /Users/killua/Projects/keepassxc/build/src/http/keepasshttp_autogen/mocs_compilation.cpp:6: | |
In file included from /Users/killua/Projects/keepassxc/build/src/http/keepasshttp_autogen/EWIEGA46WW/moc_Protocol.cpp:9: | |
In file included from /Users/killua/Projects/keepassxc/build/src/http/keepasshttp_autogen/EWIEGA46WW/../../../../../src/http/Protocol.h:23: | |
/Users/killua/Projects/keepassxc/src/crypto/SymmetricCipherGcrypt.h:38:43: error: 'nodiscard' attribute cannot be applied to types | |
bool processInPlace(QByteArray& data) Q_REQUIRED_RESULT; | |
^ | |
/usr/local/Cellar/qt/5.9.1/lib/QtCore.framework/Headers/qcompilerdetection.h:1177:31: note: expanded from macro 'Q_REQUIRED_RESULT' | |
# define Q_REQUIRED_RESULT [[nodiscard]] | |
^ | |
In file included from /Users/killua/Projects/keepassxc/build/src/http/keepasshttp_autogen/mocs_compilation.cpp:6: | |
In file included from /Users/killua/Projects/keepassxc/build/src/http/keepasshttp_autogen/EWIEGA46WW/moc_Protocol.cpp:9: | |
In file included from /Users/killua/Projects/keepassxc/build/src/http/keepasshttp_autogen/EWIEGA46WW/../../../../../src/http/Protocol.h:23: | |
/Users/killua/Projects/keepassxc/src/crypto/SymmetricCipherGcrypt.h:39:59: error: 'nodiscard' attribute cannot be applied to types | |
bool processInPlace(QByteArray& data, quint64 rounds) Q_REQUIRED_RESULT; | |
^ | |
/usr/local/Cellar/qt/5.9.1/lib/QtCore.framework/Headers/qcompilerdetection.h:1177:31: note: expanded from macro 'Q_REQUIRED_RESULT' | |
# define Q_REQUIRED_RESULT [[nodiscard]] | |
^ | |
make[2]: *** [src/http/CMakeFiles/keepasshttp.dir/Protocol.cpp.o] Error 1 | |
make[2]: *** Waiting for unfinished jobs.... | |
In file included from /Users/killua/Projects/keepassxc/src/http/Server.cpp:29: | |
In file included from /Users/killua/Projects/keepassxc/src/http/Protocol.h:23: | |
In file included from /Users/killua/Projects/keepassxc/src/crypto/SymmetricCipherGcrypt.h:23: | |
In file included from /Users/killua/Projects/keepassxc/src/crypto/SymmetricCipher.h:25: | |
/Users/killua/Projects/keepassxc/src/crypto/SymmetricCipherBackend.h:32:51: error: 'nodiscard' attribute cannot be applied to types | |
virtual bool processInPlace(QByteArray& data) Q_REQUIRED_RESULT = 0; | |
^ | |
/usr/local/Cellar/qt/5.9.1/lib/QtCore.framework/Headers/qcompilerdetection.h:1177:31: note: expanded from macro 'Q_REQUIRED_RESULT' | |
# define Q_REQUIRED_RESULT [[nodiscard]] | |
^ | |
In file included from /Users/killua/Projects/keepassxc/src/http/Server.cpp:29: | |
In file included from /Users/killua/Projects/keepassxc/src/http/Protocol.h:23: | |
In file included from /Users/killua/Projects/keepassxc/src/crypto/SymmetricCipherGcrypt.h:23: | |
In file included from /Users/killua/Projects/keepassxc/src/crypto/SymmetricCipher.h:25: | |
/Users/killua/Projects/keepassxc/src/crypto/SymmetricCipherBackend.h:33:67: error: 'nodiscard' attribute cannot be applied to types | |
virtual bool processInPlace(QByteArray& data, quint64 rounds) Q_REQUIRED_RESULT = 0; | |
^ | |
/usr/local/Cellar/qt/5.9.1/lib/QtCore.framework/Headers/qcompilerdetection.h:1177:31: note: expanded from macro 'Q_REQUIRED_RESULT' | |
# define Q_REQUIRED_RESULT [[nodiscard]] | |
^ | |
In file included from /Users/killua/Projects/keepassxc/src/http/Server.cpp:29: | |
In file included from /Users/killua/Projects/keepassxc/src/http/Protocol.h:23: | |
In file included from /Users/killua/Projects/keepassxc/src/crypto/SymmetricCipherGcrypt.h:23: | |
/Users/killua/Projects/keepassxc/src/crypto/SymmetricCipher.h:62:50: error: 'nodiscard' attribute cannot be applied to types | |
inline bool processInPlace(QByteArray& data) Q_REQUIRED_RESULT { | |
^ | |
/usr/local/Cellar/qt/5.9.1/lib/QtCore.framework/Headers/qcompilerdetection.h:1177:31: note: expanded from macro 'Q_REQUIRED_RESULT' | |
# define Q_REQUIRED_RESULT [[nodiscard]] | |
^ | |
In file included from /Users/killua/Projects/keepassxc/src/http/Server.cpp:29: | |
In file included from /Users/killua/Projects/keepassxc/src/http/Protocol.h:23: | |
In file included from /Users/killua/Projects/keepassxc/src/crypto/SymmetricCipherGcrypt.h:23: | |
/Users/killua/Projects/keepassxc/src/crypto/SymmetricCipher.h:66:66: error: 'nodiscard' attribute cannot be applied to types | |
inline bool processInPlace(QByteArray& data, quint64 rounds) Q_REQUIRED_RESULT { | |
^ | |
/usr/local/Cellar/qt/5.9.1/lib/QtCore.framework/Headers/qcompilerdetection.h:1177:31: note: expanded from macro 'Q_REQUIRED_RESULT' | |
# define Q_REQUIRED_RESULT [[nodiscard]] | |
^ | |
In file included from /Users/killua/Projects/keepassxc/src/http/Server.cpp:29: | |
In file included from /Users/killua/Projects/keepassxc/src/http/Protocol.h:23: | |
/Users/killua/Projects/keepassxc/src/crypto/SymmetricCipherGcrypt.h:38:43: error: 'nodiscard' attribute cannot be applied to types | |
bool processInPlace(QByteArray& data) Q_REQUIRED_RESULT; | |
^ | |
/usr/local/Cellar/qt/5.9.1/lib/QtCore.framework/Headers/qcompilerdetection.h:1177:31: note: expanded from macro 'Q_REQUIRED_RESULT' | |
# define Q_REQUIRED_RESULT [[nodiscard]] | |
^ | |
In file included from /Users/killua/Projects/keepassxc/src/http/Server.cpp:29: | |
In file included from /Users/killua/Projects/keepassxc/src/http/Protocol.h:23: | |
/Users/killua/Projects/keepassxc/src/crypto/SymmetricCipherGcrypt.h:39:59: error: 'nodiscard' attribute cannot be applied to types | |
bool processInPlace(QByteArray& data, quint64 rounds) Q_REQUIRED_RESULT; | |
^ | |
/usr/local/Cellar/qt/5.9.1/lib/QtCore.framework/Headers/qcompilerdetection.h:1177:31: note: expanded from macro 'Q_REQUIRED_RESULT' | |
# define Q_REQUIRED_RESULT [[nodiscard]] | |
^ | |
6 errors generated. | |
make[2]: *** [src/http/CMakeFiles/keepasshttp.dir/EntryConfig.cpp.o] Error 1 | |
6 errors generated. | |
In file included from /Users/killua/Projects/keepassxc/src/http/Service.cpp:24: | |
In file included from /Users/killua/Projects/keepassxc/src/http/Protocol.h:23: | |
In file included from /Users/killua/Projects/keepassxc/src/crypto/SymmetricCipherGcrypt.h:23: | |
In file included from /Users/killua/Projects/keepassxc/src/crypto/SymmetricCipher.h:25: | |
/Users/killua/Projects/keepassxc/src/crypto/SymmetricCipherBackend.h:32:51: error: 'nodiscard' attribute cannot be applied to types | |
virtual bool processInPlace(QByteArray& data) Q_REQUIRED_RESULT = 0; | |
^ | |
/usr/local/Cellar/qt/5.9.1/lib/QtCore.framework/Headers/qcompilerdetection.h:1177:31: note: expanded from macro 'Q_REQUIRED_RESULT' | |
# define Q_REQUIRED_RESULT [[nodiscard]] | |
^ | |
In file included from /Users/killua/Projects/keepassxc/src/http/Service.cpp:24: | |
In file included from /Users/killua/Projects/keepassxc/src/http/Protocol.h:23: | |
In file included from /Users/killua/Projects/keepassxc/src/crypto/SymmetricCipherGcrypt.h:23: | |
In file included from /Users/killua/Projects/keepassxc/src/crypto/SymmetricCipher.h:25: | |
/Users/killua/Projects/keepassxc/src/crypto/SymmetricCipherBackend.h:33:67: error: 'nodiscard' attribute cannot be applied to types | |
virtual bool processInPlace(QByteArray& data, quint64 rounds) Q_REQUIRED_RESULT = 0; | |
^ | |
/usr/local/Cellar/qt/5.9.1/lib/QtCore.framework/Headers/qcompilerdetection.h:1177:31: note: expanded from macro 'Q_REQUIRED_RESULT' | |
# define Q_REQUIRED_RESULT [[nodiscard]] | |
^ | |
In file included from /Users/killua/Projects/keepassxc/src/http/Service.cpp:24: | |
In file included from /Users/killua/Projects/keepassxc/src/http/Protocol.h:23: | |
In file included from /Users/killua/Projects/keepassxc/src/crypto/SymmetricCipherGcrypt.h:23: | |
/Users/killua/Projects/keepassxc/src/crypto/SymmetricCipher.h:62:50: error: 'nodiscard' attribute cannot be applied to types | |
inline bool processInPlace(QByteArray& data) Q_REQUIRED_RESULT { | |
^ | |
/usr/local/Cellar/qt/5.9.1/lib/QtCore.framework/Headers/qcompilerdetection.h:1177:31: note: expanded from macro 'Q_REQUIRED_RESULT' | |
# define Q_REQUIRED_RESULT [[nodiscard]] | |
^ | |
In file included from /Users/killua/Projects/keepassxc/src/http/Service.cpp:24: | |
In file included from /Users/killua/Projects/keepassxc/src/http/Protocol.h:23: | |
In file included from /Users/killua/Projects/keepassxc/src/crypto/SymmetricCipherGcrypt.h:23: | |
/Users/killua/Projects/keepassxc/src/crypto/SymmetricCipher.h:66:66: error: 'nodiscard' attribute cannot be applied to types | |
inline bool processInPlace(QByteArray& data, quint64 rounds) Q_REQUIRED_RESULT { | |
^ | |
/usr/local/Cellar/qt/5.9.1/lib/QtCore.framework/Headers/qcompilerdetection.h:1177:31: note: expanded from macro 'Q_REQUIRED_RESULT' | |
# define Q_REQUIRED_RESULT [[nodiscard]] | |
^ | |
In file included from /Users/killua/Projects/keepassxc/src/http/Service.cpp:24: | |
In file included from /Users/killua/Projects/keepassxc/src/http/Protocol.h:23: | |
/Users/killua/Projects/keepassxc/src/crypto/SymmetricCipherGcrypt.h:38:43: error: 'nodiscard' attribute cannot be applied to types | |
bool processInPlace(QByteArray& data) Q_REQUIRED_RESULT; | |
^ | |
/usr/local/Cellar/qt/5.9.1/lib/QtCore.framework/Headers/qcompilerdetection.h:1177:31: note: expanded from macro 'Q_REQUIRED_RESULT' | |
# define Q_REQUIRED_RESULT [[nodiscard]] | |
^ | |
In file included from /Users/killua/Projects/keepassxc/src/http/Service.cpp:24: | |
In file included from /Users/killua/Projects/keepassxc/src/http/Protocol.h:23: | |
/Users/killua/Projects/keepassxc/src/crypto/SymmetricCipherGcrypt.h:39:59: error: 'nodiscard' attribute cannot be applied to types | |
bool processInPlace(QByteArray& data, quint64 rounds) Q_REQUIRED_RESULT; | |
^ | |
/usr/local/Cellar/qt/5.9.1/lib/QtCore.framework/Headers/qcompilerdetection.h:1177:31: note: expanded from macro 'Q_REQUIRED_RESULT' | |
# define Q_REQUIRED_RESULT [[nodiscard]] | |
^ | |
make[2]: *** [src/http/CMakeFiles/keepasshttp.dir/Server.cpp.o] Error 1 | |
6 errors generated. | |
make[2]: *** [src/http/CMakeFiles/keepasshttp.dir/keepasshttp_autogen/mocs_compilation.cpp.o] Error 1 | |
6 errors generated. | |
make[2]: *** [src/http/CMakeFiles/keepasshttp.dir/Service.cpp.o] Error 1 | |
make[1]: *** [src/http/CMakeFiles/keepasshttp.dir/all] Error 2 | |
make: *** [all] Error 2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment