diff options
author | George Hazan <george.hazan@gmail.com> | 2016-03-02 08:37:52 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2016-03-02 08:37:52 +0000 |
commit | 86afe40c9f5e7c97de33e6bda58038ca764e74e4 (patch) | |
tree | ab817e2dc074eccd85a514652153f719840d07c6 /plugins/Dbx_mdb/src/dbcrypt.cpp | |
parent | 557077718ec034e47e11556b99ce86424e6550a2 (diff) |
- 64-bit issues fixed;
- warning fixes;
git-svn-id: http://svn.miranda-ng.org/main/trunk@16386 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Dbx_mdb/src/dbcrypt.cpp')
-rw-r--r-- | plugins/Dbx_mdb/src/dbcrypt.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Dbx_mdb/src/dbcrypt.cpp b/plugins/Dbx_mdb/src/dbcrypt.cpp index 66d74ebf67..52c192cfc7 100644 --- a/plugins/Dbx_mdb/src/dbcrypt.cpp +++ b/plugins/Dbx_mdb/src/dbcrypt.cpp @@ -195,7 +195,7 @@ int CDbxMdb::EnableEncryption(bool bEncrypted) return 0;
}
-int CDbxMdb::EnableContactEncryption(MCONTACT hContact, bool bEncrypted)
+int CDbxMdb::EnableContactEncryption(MCONTACT /*hContact*/, bool /*bEncrypted*/)
{
//TODO: encrypt/decrypt all contact events and settings
return 0;
|