Skip to content

Commit

Permalink
mute unnecessary warning
Browse files Browse the repository at this point in the history
  • Loading branch information
RingoD committed May 25, 2017
1 parent 562ff1e commit 2343222
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions sqlcipher-preprocessed.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -879,6 +879,7 @@
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
MACH_O_TYPE = staticlib;
MODULEMAP_FILE = macosx/module.modulemap;
OTHER_CFLAGS = "-Wno-shorten-64-to-32";
PRODUCT_BUNDLE_IDENTIFIER = com.tencent.sqlcipher;
PRODUCT_NAME = sqlcipher;
SKIP_INSTALL = YES;
Expand All @@ -903,6 +904,7 @@
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
MACH_O_TYPE = staticlib;
MODULEMAP_FILE = macosx/module.modulemap;
OTHER_CFLAGS = "-Wno-shorten-64-to-32";
PRODUCT_BUNDLE_IDENTIFIER = com.tencent.sqlcipher;
PRODUCT_NAME = sqlcipher;
SKIP_INSTALL = YES;
Expand Down
2 changes: 1 addition & 1 deletion src/os_unix.c
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
&& (!defined(TARGET_IPHONE_SIMULATOR) || (TARGET_IPHONE_SIMULATOR==0))
# define HAVE_GETHOSTUUID 1
# else
# warning "gethostuuid() is disabled."
//# warning "gethostuuid() is disabled."
# endif
#endif

Expand Down

0 comments on commit 2343222

Please sign in to comment.