Disable warning.

This commit is contained in:
Relintai 2022-07-06 22:34:07 +02:00
parent 8712507a20
commit 25e0c1097a

View File

@ -35583,12 +35583,13 @@ SQLITE_PRIVATE const char *sqlite3OpcodeName(int i){
&& (!defined(TARGET_OS_MACCATALYST) || (TARGET_OS_MACCATALYST==0)) && (!defined(TARGET_OS_MACCATALYST) || (TARGET_OS_MACCATALYST==0))
# undef HAVE_GETHOSTUUID # undef HAVE_GETHOSTUUID
# define HAVE_GETHOSTUUID 1 # define HAVE_GETHOSTUUID 1
# else
# warning "gethostuuid() is disabled."
# endif # endif
# endif # endif
#endif #endif
// else
// warning "gethostuuid() is disabled."
#if OS_VXWORKS #if OS_VXWORKS
/* # include <sys/ioctl.h> */ /* # include <sys/ioctl.h> */