mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 01:05:34 +08:00
Misc clang warning fixes
This commit is contained in:
2
src/blackmisc/thirdparty/simplecrypt.h
vendored
2
src/blackmisc/thirdparty/simplecrypt.h
vendored
@@ -214,7 +214,7 @@ namespace BlackMisc
|
||||
CryptoFlagChecksum = 0x02, //!< Checksum
|
||||
CryptoFlagHash = 0x04 //!< Hash
|
||||
};
|
||||
Q_DECLARE_FLAGS(CryptoFlags, CryptoFlag); //!< For future usage
|
||||
Q_DECLARE_FLAGS(CryptoFlags, CryptoFlag) //!< For future usage
|
||||
|
||||
private:
|
||||
//! Split key
|
||||
|
||||
Reference in New Issue
Block a user