Skip to content

Commit

Permalink
Clears any warnings generated by updated settings in Xcode 9
Browse files Browse the repository at this point in the history
Related merge request: spi!504 tiviengine!45

TODO: To also be tested by the SPA team
  • Loading branch information
stelabouras committed Oct 31, 2017
1 parent 58ee9ab commit bffa346
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion appRepository/AppRepository.h
Expand Up @@ -32,7 +32,7 @@ limitations under the License.
#include <time.h>
#endif

#include <sqlcipher/sqlite3.h>
#include "sqlcipher/sqlite3.h"

#define DB_CACHE_ERR_BUFF_SIZE 1000
#define OUR_KEY_LENGTH 32
Expand Down
2 changes: 1 addition & 1 deletion storage/sqlite/SQLiteStoreConv.h
Expand Up @@ -35,7 +35,7 @@ limitations under the License.
#ifdef ANDROID
#include "android/jni/sqlcipher/sqlite3.h"
#else
#include <sqlcipher/sqlite3.h>
#include "sqlcipher/sqlite3.h"
#endif

#define DB_CACHE_ERR_BUFF_SIZE 1000
Expand Down

0 comments on commit bffa346

Please sign in to comment.