Skip to content

Instantly share code, notes, and snippets.

@kerskine
Created October 1, 2014 13:25
Show Gist options
  • Save kerskine/dc48eda805e8b0f71907 to your computer and use it in GitHub Desktop.
Save kerskine/dc48eda805e8b0f71907 to your computer and use it in GitHub Desktop.
Compiling twisterd on OSX 10.9.5
macatron:twister-core keith$ ./autotool.sh
Bootstrapping autotools for twister
Checking autotools requirements:
Checking for autoconf >= 2.63...
testing autoconf... found 2.69
Checking for automake >= 1.11...
testing automake... found 1.14.1
Checking for libtool >= 2.2.6...
testing libtoolize... not found.
testing glibtoolize... found 2.4.2
mkdir: build-aux: File exists
Copying m4/config.rpath to build-aux
Processing configure.ac
Running glibtoolize...
glibtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, `build-aux'.
glibtoolize: copying file `build-aux/ltmain.sh'
glibtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'.
glibtoolize: copying file `m4/libtool.m4'
glibtoolize: copying file `m4/ltoptions.m4'
glibtoolize: copying file `m4/ltsugar.m4'
glibtoolize: copying file `m4/ltversion.m4'
glibtoolize: copying file `m4/lt~obsolete.m4'
Running aclocal...
configure.ac:563: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
../../lib/autoconf/lang.m4:197: AC_LANG_CONFTEST is expanded from...
../../lib/autoconf/general.m4:2598: _AC_COMPILE_IFELSE is expanded from...
../../lib/autoconf/general.m4:2608: AC_COMPILE_IFELSE is expanded from...
configure.ac:150: CHECK_CXXFLAG is expanded from...
../../lib/m4sugar/m4sh.m4:553: AS_CASE is expanded from...
configure.ac:563: the top level
configure.ac:563: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
../../lib/autoconf/lang.m4:197: AC_LANG_CONFTEST is expanded from...
../../lib/autoconf/general.m4:2598: _AC_COMPILE_IFELSE is expanded from...
../../lib/autoconf/general.m4:2608: AC_COMPILE_IFELSE is expanded from...
configure.ac:150: CHECK_CXXFLAG is expanded from...
../../lib/m4sugar/m4sh.m4:553: AS_CASE is expanded from...
configure.ac:563: the top level
Running autoconf...
configure.ac:563: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
../../lib/autoconf/lang.m4:197: AC_LANG_CONFTEST is expanded from...
../../lib/autoconf/general.m4:2598: _AC_COMPILE_IFELSE is expanded from...
../../lib/autoconf/general.m4:2608: AC_COMPILE_IFELSE is expanded from...
configure.ac:150: CHECK_CXXFLAG is expanded from...
../../lib/m4sugar/m4sh.m4:553: AS_CASE is expanded from...
configure.ac:563: the top level
Running automake...
configure.ac:563: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
../../lib/autoconf/lang.m4:197: AC_LANG_CONFTEST is expanded from...
../../lib/autoconf/general.m4:2598: _AC_COMPILE_IFELSE is expanded from...
../../lib/autoconf/general.m4:2608: AC_COMPILE_IFELSE is expanded from...
configure.ac:150: CHECK_CXXFLAG is expanded from...
../../lib/m4sugar/m4sh.m4:553: AS_CASE is expanded from...
configure.ac:563: the top level
Bootstrap complete, now run `configure'.
macatron:twister-core keith$ ./configure --enable-logging --with-openssl=/usr/local/opt/openssl --with-libdb=/usr/local/opt/berkeley-db4
checking whether make supports nested variables... yes
Building twister 0.9.0
Checking for a C/C++ compiler to use:
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking how to run the C preprocessor... gcc -E
checking whether gcc and cc understand -c and -o together... yes
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking how to run the C++ preprocessor... g++ -E
checking whether g++ understands -c and -o together... yes
Checking system type:
checking build system type... x86_64-apple-darwin13.4.0
checking host system type... x86_64-apple-darwin13.4.0
checking target system type... x86_64-apple-darwin13.4.0
Initializing Automake:
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... build-aux/install-sh -c -d
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking dependency style of g++... gcc3
Initializing Libtool:
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm
checking the name lister (/usr/bin/nm) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 196608
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-apple-darwin13.4.0 file names to x86_64-apple-darwin13.4.0 format... func_convert_file_noop
checking how to convert x86_64-apple-darwin13.4.0 file names to toolchain format... func_convert_file_noop
checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files... -r
checking for objdump... no
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... no
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm output from gcc object... ok
checking for sysroot... no
checking for mt... no
checking if : is a manifest tool... no
checking for dsymutil... dsymutil
checking for nmedit... nmedit
checking for lipo... lipo
checking for otool... otool
checking for otool64... no
checking for -single_module linker flag... yes
checking for -exported_symbols_list linker flag... yes
checking for -force_load linker flag... yes
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... yes
checking for gcc option to produce PIC... -fno-common -DPIC
checking if gcc PIC flag -fno-common -DPIC works... yes
checking if gcc static flag -static works... no
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin13.4.0 dyld
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C++ preprocessor... g++ -E
checking for ld used by g++... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no
checking whether the g++ linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fno-common -DPIC
checking if g++ PIC flag -fno-common -DPIC works... yes
checking if g++ static flag -static works... no
checking if g++ supports -c -o file.o... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin13.4.0 dyld
checking how to hardcode library paths into programs... immediate
checking for port... port
checking for brew... brew
Checking for posix thread support:
checking for the pthreads library -lpthreads... no
checking whether pthreads work without any flags... yes
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
checking if more special flags are required for pthreads... -D_THREAD_SAFE
checking whether to check for GCC pthread/shared inconsistencies... no
checking whether -pthread is sufficient with -shared... no
checking whether -lpthread fixes that... no
checking whether -lc_r fixes that... no
configure: WARNING: Impossible to determine how to use pthreads with shared libraries
Checking for visibility support:
checking for __attribute__((visibility("hidden")))... found
yes
Checking for boost libraries:
checking for boostlib >= 1.44... yes
checking whether the Boost::System library is available... yes
checking for exit in -lboost_system... yes
checking whether the Boost::Filesystem library is available... yes
checking for exit in -lboost_filesystem... yes
checking whether the Boost::Program_Options library is available... yes
checking for exit in -lboost_program_options-mt... yes
checking whether the Boost::Thread library is available... yes
checking for exit in -lboost_thread-mt... yes
checking whether the Boost::Chrono library is available... yes
checking for exit in -lboost_chrono-mt... yes
checking whether the Boost::Locale library is available... yes
checking for exit in -lboost_locale-mt... yes
checking whether the Boost::Regex library is available... yes
checking for exit in -lboost_regex-mt... yes
checking for Berkeley DB (C++) >= 4.8... header db_cxx.h, library -ldb_cxx -ldb
Checking for pkg-config:
checking for pkg-config... no
Checking for functions and headers:
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking whether ln -s works... yes
checking whether make sets $(MAKE)... (cached) yes
checking for gethostbyname... yes
checking for gethostbyname_r... no
checking for clock_gettime... no
checking for clock_gettime in -lrt... no
checking for clock_gettime in -lposix4... no
configure: WARNING: clock_gettime function not found.
Checking build options:
checking whether deprecated functions should be enabled... yes
checking whether debug build should be enabled... yes
checking whether invariant check should be enabled... yes
checking whether logging to disk should be enabled... yes
checking whether statistics logging should be enabled... no
checking whether disk activity logging should be enabled... no
Checking features to be enabled:
checking whether encryption support should be enabled... yes
configure: encryption support: now checking for the OpenSSL library...
checking for openssl/ssl.h in /usr/local/opt/openssl... yes
checking whether compiling and linking against OpenSSL works... yes
checking whether SSE2 should be enabled... yes
checking whether geoip support should be enabled... yes
checking whether dht support should be enabled... yes
checking whether pool allocators should be enabled... yes
Checking for extra build files:
checking whether example files should be built... no
checking whether test files should be built... no
checking whether python bindings should be built... no
Checking for external libraries:
checking for FIEMAP support... checking linux/types.h usability... no
checking linux/types.h presence... no
checking for linux/types.h... no
checking for linux/fiemap.h... no
checking whether to link against system libgeoip... no
checking whether to link against system libiconv... checking for shared library run path origin... done
sed: include/libtorrent/version.hpp: No such file or directory
Generating Makefiles:
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
config.status: executing libtool commands
Configure script has finished system check.
Config results:
-=-=-=-=-=-=-=-=-
Package:
name: twister
version: 0.9.0
svn revision:
Build environment:
build system: x86_64-apple-darwin13.4.0
host system: x86_64-apple-darwin13.4.0
target system: x86_64-apple-darwin13.4.0
Compiler and linker flags:
CPPFlags: -isystem /opt/local/include -I/opt/local/include/db48 -I/usr/local/opt/berkeley-db4/include -DMAC_OSX
CFlags: -D_THREAD_SAFE -g -O2 -fvisibility=hidden
CXXFlags: -g -O2 -fvisibility-inlines-hidden -DUSE_SSE2 -msse2 -mstackrealign
LDFlags:
Libs: -L/opt/local/lib -L/opt/local/lib/db48 -L/usr/local/opt/berkeley-db4/lib
Defs: -DPACKAGE_NAME=\"twister\" -DPACKAGE_TARNAME=\"twister\" -DPACKAGE_VERSION=\"0.9.0\" -DPACKAGE_STRING=\"twister\ 0.9.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"twister\" -DVERSION=\"0.9.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DHAVE_BOOST=/\*\*/ -DHAVE_BOOST_SYSTEM=/\*\*/ -DHAVE_BOOST_FILESYSTEM=/\*\*/ -DHAVE_BOOST_PROGRAM_OPTIONS=/\*\*/ -DHAVE_BOOST_THREAD=/\*\*/ -DHAVE_BOOST_CHRONO=/\*\*/ -DHAVE_BOOST_LOCALE=/\*\*/ -DHAVE_BOOST_REGEX=/\*\*/ -DDB_CXX_HEADER=\"db_cxx.h\" -DHAVE_GETHOSTBYNAME=1 -DTORRENT_DEBUG=1 -DTORRENT_LOGGING=1 -DTORRENT_USE_OPENSSL=1 -DUSE_SSE2=1 -DWITH_SHIPPED_GEOIP_H=1 -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 -DBOOST_EXCEPTION_DISABLE=1 -DBOOST_ASIO_ENABLE_CANCELIO=1 -DBOOST_ASIO_DYN_LINK=1 -DTORRENT_BUILDING_SHARED=1
Build options:
deprecated functions: yes
debug build: yes
invariant checks: yes
logging support: yes
statistics: no
disk statistics: no
Features:
encryption support: yes
SSE2 Scrypt: yes
geoip support: yes
dht support: yes
pool allocators: yes
Extra builds:
examples: no
tests: no
python bindings: no
Pthread library:
CFlags: -D_THREAD_SAFE
Libs:
Boost libraries:
version:
CPPFlags: -pthread -I/usr/local/include
LDFlags: -L/usr/local/lib
boost.system: -lboost_system
boost.filesystem: -lboost_filesystem
boost.program_opts: -lboost_program_options-mt
boost.thread: -lboost_thread-mt
boost.locale: -lboost_locale-mt
boost.regex: -lboost_regex-mt
Berkeley DB C++ library:
header: db_cxx.h
libraries: -ldb_cxx -ldb
LDFlags: -L/usr/local/opt/berkeley-db4/lib
CPPFlags: -I/usr/local/opt/berkeley-db4/include
External libraries:
system libgeoip: no
system libiconv: no
OpenSSL library:
OpenSSL Libs: -lssl -lcrypto
OpenSSL LDFlags: -L/usr/local/opt/openssl/lib
OpenSSL Includes: -I/usr/local/opt/openssl/include
Type 'make' to compile twister 0.9.0
or type 'make V=1' for verbose compiling
and then 'make install' to install it into /usr/local
macatron:twister-core keith$ make
CXX libtorrent/src/web_connection_base.o
CXX libtorrent/src/alert.o
CXX libtorrent/src/alert_manager.o
CXX libtorrent/src/allocator.o
CXX libtorrent/src/asio.o
CXX libtorrent/src/assert.o
CXX libtorrent/src/bandwidth_limit.o
CXX libtorrent/src/bandwidth_manager.o
CXX libtorrent/src/bandwidth_queue_entry.o
CXX libtorrent/src/bloom_filter.o
CXX libtorrent/src/broadcast_socket.o
CXX libtorrent/src/bt_peer_connection.o
CXX libtorrent/src/chained_buffer.o
CXX libtorrent/src/connection_queue.o
CXX libtorrent/src/ConvertUTF.o
CXX libtorrent/src/create_torrent.o
CXX libtorrent/src/disk_buffer_holder.o
CXX libtorrent/src/disk_buffer_pool.o
CXX libtorrent/src/disk_io_thread.o
CXX libtorrent/src/entry.o
CXX libtorrent/src/enum_net.o
CXX libtorrent/src/error_code.o
CXX libtorrent/src/escape_string.o
CXX libtorrent/src/file.o
CXX libtorrent/src/file_pool.o
CXX libtorrent/src/file_storage.o
CXX libtorrent/src/gzip.o
CXX libtorrent/src/hasher.o
CXX libtorrent/src/http_connection.o
CXX libtorrent/src/http_parser.o
CXX libtorrent/src/http_seed_connection.o
CXX libtorrent/src/http_stream.o
CXX libtorrent/src/http_tracker_connection.o
CXX libtorrent/src/i2p_stream.o
CXX libtorrent/src/identify_client.o
CXX libtorrent/src/instantiate_connection.o
CXX libtorrent/src/ip_filter.o
CXX libtorrent/src/ip_voter.o
CXX libtorrent/src/lazy_bdecode.o
CXX libtorrent/src/logger.o
CXX libtorrent/src/lsd.o
CXX libtorrent/src/lt_trackers.o
CXX libtorrent/src/magnet_uri.o
CXX libtorrent/src/metadata_transfer.o
CC libtorrent/src/mpi.o
CXX libtorrent/src/natpmp.o
CXX libtorrent/src/parse_url.o
CXX libtorrent/src/pe_crypto.o
CXX libtorrent/src/peer_connection.o
CXX libtorrent/src/piece_picker.o
CXX libtorrent/src/packet_buffer.o
CXX libtorrent/src/policy.o
CXX libtorrent/src/puff.o
CXX libtorrent/src/random.o
CXX libtorrent/src/rsa.o
CXX libtorrent/src/rss.o
libtorrent/src/rss.cpp:404:3: warning: offset of on non-POD type 'libtorrent::feed_settings' [-Winvalid-offsetof]
TORRENT_SETTING(std_string, url)
^ ~~~
libtorrent/src/rss.cpp:401:36: note: expanded from macro 'TORRENT_SETTING'
#define TORRENT_SETTING(t, x) {#x, offsetof(feed_settings,x), t},
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/rss.cpp:405:3: warning: offset of on non-POD type 'libtorrent::feed_settings' [-Winvalid-offsetof]
TORRENT_SETTING(boolean, auto_download)
^ ~~~~~~~~~~~~~
libtorrent/src/rss.cpp:401:36: note: expanded from macro 'TORRENT_SETTING'
#define TORRENT_SETTING(t, x) {#x, offsetof(feed_settings,x), t},
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/rss.cpp:406:3: warning: offset of on non-POD type 'libtorrent::feed_settings' [-Winvalid-offsetof]
TORRENT_SETTING(boolean, auto_map_handles)
^ ~~~~~~~~~~~~~~~~
libtorrent/src/rss.cpp:401:36: note: expanded from macro 'TORRENT_SETTING'
#define TORRENT_SETTING(t, x) {#x, offsetof(feed_settings,x), t},
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/rss.cpp:407:3: warning: offset of on non-POD type 'libtorrent::feed_settings' [-Winvalid-offsetof]
TORRENT_SETTING(integer, default_ttl)
^ ~~~~~~~~~~~
libtorrent/src/rss.cpp:401:36: note: expanded from macro 'TORRENT_SETTING'
#define TORRENT_SETTING(t, x) {#x, offsetof(feed_settings,x), t},
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/rss.cpp:414:3: warning: offset of on non-POD type 'libtorrent::feed_item' [-Winvalid-offsetof]
TORRENT_SETTING(std_string, url)
^ ~~~
libtorrent/src/rss.cpp:411:36: note: expanded from macro 'TORRENT_SETTING'
#define TORRENT_SETTING(t, x) {#x, offsetof(feed_item,x), t},
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/rss.cpp:415:3: warning: offset of on non-POD type 'libtorrent::feed_item' [-Winvalid-offsetof]
TORRENT_SETTING(std_string, uuid)
^ ~~~~
libtorrent/src/rss.cpp:411:36: note: expanded from macro 'TORRENT_SETTING'
#define TORRENT_SETTING(t, x) {#x, offsetof(feed_item,x), t},
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/rss.cpp:416:3: warning: offset of on non-POD type 'libtorrent::feed_item' [-Winvalid-offsetof]
TORRENT_SETTING(std_string, title)
^ ~~~~~
libtorrent/src/rss.cpp:411:36: note: expanded from macro 'TORRENT_SETTING'
#define TORRENT_SETTING(t, x) {#x, offsetof(feed_item,x), t},
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/rss.cpp:417:3: warning: offset of on non-POD type 'libtorrent::feed_item' [-Winvalid-offsetof]
TORRENT_SETTING(std_string, description)
^ ~~~~~~~~~~~
libtorrent/src/rss.cpp:411:36: note: expanded from macro 'TORRENT_SETTING'
#define TORRENT_SETTING(t, x) {#x, offsetof(feed_item,x), t},
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/rss.cpp:418:3: warning: offset of on non-POD type 'libtorrent::feed_item' [-Winvalid-offsetof]
TORRENT_SETTING(std_string, comment)
^ ~~~~~~~
libtorrent/src/rss.cpp:411:36: note: expanded from macro 'TORRENT_SETTING'
#define TORRENT_SETTING(t, x) {#x, offsetof(feed_item,x), t},
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/rss.cpp:419:3: warning: offset of on non-POD type 'libtorrent::feed_item' [-Winvalid-offsetof]
TORRENT_SETTING(std_string, category)
^ ~~~~~~~~
libtorrent/src/rss.cpp:411:36: note: expanded from macro 'TORRENT_SETTING'
#define TORRENT_SETTING(t, x) {#x, offsetof(feed_item,x), t},
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/rss.cpp:420:3: warning: offset of on non-POD type 'libtorrent::feed_item' [-Winvalid-offsetof]
TORRENT_SETTING(size_integer, size)
^ ~~~~
libtorrent/src/rss.cpp:411:36: note: expanded from macro 'TORRENT_SETTING'
#define TORRENT_SETTING(t, x) {#x, offsetof(feed_item,x), t},
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/rss.cpp:427:3: warning: offset of on non-POD type 'libtorrent::feed' [-Winvalid-offsetof]
TORRENT_SETTING(std_string, m_title)
^ ~~~~~~~
libtorrent/src/rss.cpp:424:36: note: expanded from macro 'TORRENT_SETTING'
#define TORRENT_SETTING(t, x) {#x, offsetof(feed,x), t},
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/rss.cpp:428:3: warning: offset of on non-POD type 'libtorrent::feed' [-Winvalid-offsetof]
TORRENT_SETTING(std_string, m_description)
^ ~~~~~~~~~~~~~
libtorrent/src/rss.cpp:424:36: note: expanded from macro 'TORRENT_SETTING'
#define TORRENT_SETTING(t, x) {#x, offsetof(feed,x), t},
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/rss.cpp:429:3: warning: offset of on non-POD type 'libtorrent::feed' [-Winvalid-offsetof]
TORRENT_SETTING(time_integer, m_last_attempt)
^ ~~~~~~~~~~~~~~
libtorrent/src/rss.cpp:424:36: note: expanded from macro 'TORRENT_SETTING'
#define TORRENT_SETTING(t, x) {#x, offsetof(feed,x), t},
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/rss.cpp:430:3: warning: offset of on non-POD type 'libtorrent::feed' [-Winvalid-offsetof]
TORRENT_SETTING(time_integer, m_last_update)
^ ~~~~~~~~~~~~~
libtorrent/src/rss.cpp:424:36: note: expanded from macro 'TORRENT_SETTING'
#define TORRENT_SETTING(t, x) {#x, offsetof(feed,x), t},
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/rss.cpp:437:3: warning: offset of on non-POD type 'libtorrent::add_torrent_params' [-Winvalid-offsetof]
TORRENT_SETTING(std_string, save_path)
^ ~~~~~~~~~
libtorrent/src/rss.cpp:434:36: note: expanded from macro 'TORRENT_SETTING'
#define TORRENT_SETTING(t, x) {#x, offsetof(add_torrent_params,x), t},
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/rss.cpp:438:3: warning: offset of on non-POD type 'libtorrent::add_torrent_params' [-Winvalid-offsetof]
TORRENT_SETTING(size_integer, flags)
^ ~~~~~
libtorrent/src/rss.cpp:434:36: note: expanded from macro 'TORRENT_SETTING'
#define TORRENT_SETTING(t, x) {#x, offsetof(add_torrent_params,x), t},
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
17 warnings generated.
CXX libtorrent/src/session.o
CXX libtorrent/src/session_impl.o
libtorrent/src/session_impl.cpp:288:3: warning: offset of on non-POD type 'libtorrent::session_settings' [-Winvalid-offsetof]
TORRENT_SETTING(std_string, user_agent)
^ ~~~~~~~~~~
libtorrent/src/session_impl.cpp:284:36: note: expanded from macro 'TORRENT_SETTING'
#define TORRENT_SETTING(t, x) {#x, offsetof(session_settings,x), t},
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:289:3: warning: offset of on non-POD type 'libtorrent::session_settings' [-Winvalid-offsetof]
TORRENT_SETTING(integer, tracker_completion_timeout)
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~
libtorrent/src/session_impl.cpp:284:36: note: expanded from macro 'TORRENT_SETTING'
#define TORRENT_SETTING(t, x) {#x, offsetof(session_settings,x), t},
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:290:3: warning: offset of on non-POD type 'libtorrent::session_settings' [-Winvalid-offsetof]
TORRENT_SETTING(integer, tracker_receive_timeout)
^ ~~~~~~~~~~~~~~~~~~~~~~~
libtorrent/src/session_impl.cpp:284:36: note: expanded from macro 'TORRENT_SETTING'
#define TORRENT_SETTING(t, x) {#x, offsetof(session_settings,x), t},
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:291:3: warning: offset of on non-POD type 'libtorrent::session_settings' [-Winvalid-offsetof]
TORRENT_SETTING(integer, stop_tracker_timeout)
^ ~~~~~~~~~~~~~~~~~~~~
libtorrent/src/session_impl.cpp:284:36: note: expanded from macro 'TORRENT_SETTING'
#define TORRENT_SETTING(t, x) {#x, offsetof(session_settings,x), t},
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:292:3: warning: offset of on non-POD type 'libtorrent::session_settings' [-Winvalid-offsetof]
TORRENT_SETTING(integer, tracker_maximum_response_length)
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
libtorrent/src/session_impl.cpp:284:36: note: expanded from macro 'TORRENT_SETTING'
#define TORRENT_SETTING(t, x) {#x, offsetof(session_settings,x), t},
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:293:3: warning: offset of on non-POD type 'libtorrent::session_settings' [-Winvalid-offsetof]
TORRENT_SETTING(integer, piece_timeout)
^ ~~~~~~~~~~~~~
libtorrent/src/session_impl.cpp:284:36: note: expanded from macro 'TORRENT_SETTING'
#define TORRENT_SETTING(t, x) {#x, offsetof(session_settings,x), t},
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:294:3: warning: offset of on non-POD type 'libtorrent::session_settings' [-Winvalid-offsetof]
TORRENT_SETTING(integer, request_timeout)
^ ~~~~~~~~~~~~~~~
libtorrent/src/session_impl.cpp:284:36: note: expanded from macro 'TORRENT_SETTING'
#define TORRENT_SETTING(t, x) {#x, offsetof(session_settings,x), t},
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:295:3: warning: offset of on non-POD type 'libtorrent::session_settings' [-Winvalid-offsetof]
TORRENT_SETTING(integer, request_queue_time)
^ ~~~~~~~~~~~~~~~~~~
libtorrent/src/session_impl.cpp:284:36: note: expanded from macro 'TORRENT_SETTING'
#define TORRENT_SETTING(t, x) {#x, offsetof(session_settings,x), t},
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:296:3: warning: offset of on non-POD type 'libtorrent::session_settings' [-Winvalid-offsetof]
TORRENT_SETTING(integer, max_allowed_in_request_queue)
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
libtorrent/src/session_impl.cpp:284:36: note: expanded from macro 'TORRENT_SETTING'
#define TORRENT_SETTING(t, x) {#x, offsetof(session_settings,x), t},
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:297:3: warning: offset of on non-POD type 'libtorrent::session_settings' [-Winvalid-offsetof]
TORRENT_SETTING(integer, max_out_request_queue)
^ ~~~~~~~~~~~~~~~~~~~~~
libtorrent/src/session_impl.cpp:284:36: note: expanded from macro 'TORRENT_SETTING'
#define TORRENT_SETTING(t, x) {#x, offsetof(session_settings,x), t},
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:298:3: warning: offset of on non-POD type 'libtorrent::session_settings' [-Winvalid-offsetof]
TORRENT_SETTING(integer, whole_pieces_threshold)
^ ~~~~~~~~~~~~~~~~~~~~~~
libtorrent/src/session_impl.cpp:284:36: note: expanded from macro 'TORRENT_SETTING'
#define TORRENT_SETTING(t, x) {#x, offsetof(session_settings,x), t},
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:299:3: warning: offset of on non-POD type 'libtorrent::session_settings' [-Winvalid-offsetof]
TORRENT_SETTING(integer, peer_timeout)
^ ~~~~~~~~~~~~
libtorrent/src/session_impl.cpp:284:36: note: expanded from macro 'TORRENT_SETTING'
#define TORRENT_SETTING(t, x) {#x, offsetof(session_settings,x), t},
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:300:3: warning: offset of on non-POD type 'libtorrent::session_settings' [-Winvalid-offsetof]
TORRENT_SETTING(integer, urlseed_timeout)
^ ~~~~~~~~~~~~~~~
libtorrent/src/session_impl.cpp:284:36: note: expanded from macro 'TORRENT_SETTING'
#define TORRENT_SETTING(t, x) {#x, offsetof(session_settings,x), t},
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:301:3: warning: offset of on non-POD type 'libtorrent::session_settings' [-Winvalid-offsetof]
TORRENT_SETTING(integer, urlseed_pipeline_size)
^ ~~~~~~~~~~~~~~~~~~~~~
libtorrent/src/session_impl.cpp:284:36: note: expanded from macro 'TORRENT_SETTING'
#define TORRENT_SETTING(t, x) {#x, offsetof(session_settings,x), t},
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:302:3: warning: offset of on non-POD type 'libtorrent::session_settings' [-Winvalid-offsetof]
TORRENT_SETTING(integer, urlseed_wait_retry)
^ ~~~~~~~~~~~~~~~~~~
libtorrent/src/session_impl.cpp:284:36: note: expanded from macro 'TORRENT_SETTING'
#define TORRENT_SETTING(t, x) {#x, offsetof(session_settings,x), t},
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:303:3: warning: offset of on non-POD type 'libtorrent::session_settings' [-Winvalid-offsetof]
TORRENT_SETTING(integer, file_pool_size)
^ ~~~~~~~~~~~~~~
libtorrent/src/session_impl.cpp:284:36: note: expanded from macro 'TORRENT_SETTING'
#define TORRENT_SETTING(t, x) {#x, offsetof(session_settings,x), t},
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:304:3: warning: offset of on non-POD type 'libtorrent::session_settings' [-Winvalid-offsetof]
TORRENT_SETTING(boolean, allow_multiple_connections_per_ip)
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
libtorrent/src/session_impl.cpp:284:36: note: expanded from macro 'TORRENT_SETTING'
#define TORRENT_SETTING(t, x) {#x, offsetof(session_settings,x), t},
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:305:3: warning: offset of on non-POD type 'libtorrent::session_settings' [-Winvalid-offsetof]
TORRENT_SETTING(integer, max_failcount)
^ ~~~~~~~~~~~~~
libtorrent/src/session_impl.cpp:284:36: note: expanded from macro 'TORRENT_SETTING'
#define TORRENT_SETTING(t, x) {#x, offsetof(session_settings,x), t},
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:306:3: warning: offset of on non-POD type 'libtorrent::session_settings' [-Winvalid-offsetof]
TORRENT_SETTING(integer, min_reconnect_time)
^ ~~~~~~~~~~~~~~~~~~
libtorrent/src/session_impl.cpp:284:36: note: expanded from macro 'TORRENT_SETTING'
#define TORRENT_SETTING(t, x) {#x, offsetof(session_settings,x), t},
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:307:3: warning: offset of on non-POD type 'libtorrent::session_settings' [-Winvalid-offsetof]
TORRENT_SETTING(integer, peer_connect_timeout)
^ ~~~~~~~~~~~~~~~~~~~~
libtorrent/src/session_impl.cpp:284:36: note: expanded from macro 'TORRENT_SETTING'
#define TORRENT_SETTING(t, x) {#x, offsetof(session_settings,x), t},
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:308:3: warning: offset of on non-POD type 'libtorrent::session_settings' [-Winvalid-offsetof]
TORRENT_SETTING(boolean, ignore_limits_on_local_network)
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
libtorrent/src/session_impl.cpp:284:36: note: expanded from macro 'TORRENT_SETTING'
#define TORRENT_SETTING(t, x) {#x, offsetof(session_settings,x), t},
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:309:3: warning: offset of on non-POD type 'libtorrent::session_settings' [-Winvalid-offsetof]
TORRENT_SETTING(integer, connection_speed)
^ ~~~~~~~~~~~~~~~~
libtorrent/src/session_impl.cpp:284:36: note: expanded from macro 'TORRENT_SETTING'
#define TORRENT_SETTING(t, x) {#x, offsetof(session_settings,x), t},
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:310:3: warning: offset of on non-POD type 'libtorrent::session_settings' [-Winvalid-offsetof]
TORRENT_SETTING(boolean, send_redundant_have)
^ ~~~~~~~~~~~~~~~~~~~
libtorrent/src/session_impl.cpp:284:36: note: expanded from macro 'TORRENT_SETTING'
#define TORRENT_SETTING(t, x) {#x, offsetof(session_settings,x), t},
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:311:3: warning: offset of on non-POD type 'libtorrent::session_settings' [-Winvalid-offsetof]
TORRENT_SETTING(boolean, lazy_bitfields)
^ ~~~~~~~~~~~~~~
libtorrent/src/session_impl.cpp:284:36: note: expanded from macro 'TORRENT_SETTING'
#define TORRENT_SETTING(t, x) {#x, offsetof(session_settings,x), t},
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:312:3: warning: offset of on non-POD type 'libtorrent::session_settings' [-Winvalid-offsetof]
TORRENT_SETTING(integer, inactivity_timeout)
^ ~~~~~~~~~~~~~~~~~~
libtorrent/src/session_impl.cpp:284:36: note: expanded from macro 'TORRENT_SETTING'
#define TORRENT_SETTING(t, x) {#x, offsetof(session_settings,x), t},
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:313:3: warning: offset of on non-POD type 'libtorrent::session_settings' [-Winvalid-offsetof]
TORRENT_SETTING(integer, unchoke_interval)
^ ~~~~~~~~~~~~~~~~
libtorrent/src/session_impl.cpp:284:36: note: expanded from macro 'TORRENT_SETTING'
#define TORRENT_SETTING(t, x) {#x, offsetof(session_settings,x), t},
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:314:3: warning: offset of on non-POD type 'libtorrent::session_settings' [-Winvalid-offsetof]
TORRENT_SETTING(integer, optimistic_unchoke_interval)
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~
libtorrent/src/session_impl.cpp:284:36: note: expanded from macro 'TORRENT_SETTING'
#define TORRENT_SETTING(t, x) {#x, offsetof(session_settings,x), t},
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:315:3: warning: offset of on non-POD type 'libtorrent::session_settings' [-Winvalid-offsetof]
TORRENT_SETTING(std_string, announce_ip)
^ ~~~~~~~~~~~
libtorrent/src/session_impl.cpp:284:36: note: expanded from macro 'TORRENT_SETTING'
#define TORRENT_SETTING(t, x) {#x, offsetof(session_settings,x), t},
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:316:3: warning: offset of on non-POD type 'libtorrent::session_settings' [-Winvalid-offsetof]
TORRENT_SETTING(integer, num_want)
^ ~~~~~~~~
libtorrent/src/session_impl.cpp:284:36: note: expanded from macro 'TORRENT_SETTING'
#define TORRENT_SETTING(t, x) {#x, offsetof(session_settings,x), t},
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:317:3: warning: offset of on non-POD type 'libtorrent::session_settings' [-Winvalid-offsetof]
TORRENT_SETTING(integer, initial_picker_threshold)
^ ~~~~~~~~~~~~~~~~~~~~~~~~
libtorrent/src/session_impl.cpp:284:36: note: expanded from macro 'TORRENT_SETTING'
#define TORRENT_SETTING(t, x) {#x, offsetof(session_settings,x), t},
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:318:3: warning: offset of on non-POD type 'libtorrent::session_settings' [-Winvalid-offsetof]
TORRENT_SETTING(integer, allowed_fast_set_size)
^ ~~~~~~~~~~~~~~~~~~~~~
libtorrent/src/session_impl.cpp:284:36: note: expanded from macro 'TORRENT_SETTING'
#define TORRENT_SETTING(t, x) {#x, offsetof(session_settings,x), t},
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:319:3: warning: offset of on non-POD type 'libtorrent::session_settings' [-Winvalid-offsetof]
TORRENT_SETTING(integer, suggest_mode)
^ ~~~~~~~~~~~~
libtorrent/src/session_impl.cpp:284:36: note: expanded from macro 'TORRENT_SETTING'
#define TORRENT_SETTING(t, x) {#x, offsetof(session_settings,x), t},
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:320:3: warning: offset of on non-POD type 'libtorrent::session_settings' [-Winvalid-offsetof]
TORRENT_SETTING(integer, max_queued_disk_bytes)
^ ~~~~~~~~~~~~~~~~~~~~~
libtorrent/src/session_impl.cpp:284:36: note: expanded from macro 'TORRENT_SETTING'
#define TORRENT_SETTING(t, x) {#x, offsetof(session_settings,x), t},
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:321:3: warning: offset of on non-POD type 'libtorrent::session_settings' [-Winvalid-offsetof]
TORRENT_SETTING(integer, max_queued_disk_bytes_low_watermark)
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
libtorrent/src/session_impl.cpp:284:36: note: expanded from macro 'TORRENT_SETTING'
#define TORRENT_SETTING(t, x) {#x, offsetof(session_settings,x), t},
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:322:3: warning: offset of on non-POD type 'libtorrent::session_settings' [-Winvalid-offsetof]
TORRENT_SETTING(integer, handshake_timeout)
^ ~~~~~~~~~~~~~~~~~
libtorrent/src/session_impl.cpp:284:36: note: expanded from macro 'TORRENT_SETTING'
#define TORRENT_SETTING(t, x) {#x, offsetof(session_settings,x), t},
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:324:3: warning: offset of on non-POD type 'libtorrent::session_settings' [-Winvalid-offsetof]
TORRENT_SETTING(boolean, use_dht_as_fallback)
^ ~~~~~~~~~~~~~~~~~~~
libtorrent/src/session_impl.cpp:284:36: note: expanded from macro 'TORRENT_SETTING'
#define TORRENT_SETTING(t, x) {#x, offsetof(session_settings,x), t},
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:326:3: warning: offset of on non-POD type 'libtorrent::session_settings' [-Winvalid-offsetof]
TORRENT_SETTING(boolean, free_torrent_hashes)
^ ~~~~~~~~~~~~~~~~~~~
libtorrent/src/session_impl.cpp:284:36: note: expanded from macro 'TORRENT_SETTING'
#define TORRENT_SETTING(t, x) {#x, offsetof(session_settings,x), t},
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:327:3: warning: offset of on non-POD type 'libtorrent::session_settings' [-Winvalid-offsetof]
TORRENT_SETTING(boolean, upnp_ignore_nonrouters)
^ ~~~~~~~~~~~~~~~~~~~~~~
libtorrent/src/session_impl.cpp:284:36: note: expanded from macro 'TORRENT_SETTING'
#define TORRENT_SETTING(t, x) {#x, offsetof(session_settings,x), t},
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:328:4: warning: offset of on non-POD type 'libtorrent::session_settings' [-Winvalid-offsetof]
TORRENT_SETTING(integer, send_buffer_low_watermark)
^ ~~~~~~~~~~~~~~~~~~~~~~~~~
libtorrent/src/session_impl.cpp:284:36: note: expanded from macro 'TORRENT_SETTING'
#define TORRENT_SETTING(t, x) {#x, offsetof(session_settings,x), t},
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:329:4: warning: offset of on non-POD type 'libtorrent::session_settings' [-Winvalid-offsetof]
TORRENT_SETTING(integer, send_buffer_watermark)
^ ~~~~~~~~~~~~~~~~~~~~~
libtorrent/src/session_impl.cpp:284:36: note: expanded from macro 'TORRENT_SETTING'
#define TORRENT_SETTING(t, x) {#x, offsetof(session_settings,x), t},
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:331:3: warning: offset of on non-POD type 'libtorrent::session_settings' [-Winvalid-offsetof]
TORRENT_SETTING(boolean, auto_upload_slots)
^ ~~~~~~~~~~~~~~~~~
libtorrent/src/session_impl.cpp:284:36: note: expanded from macro 'TORRENT_SETTING'
#define TORRENT_SETTING(t, x) {#x, offsetof(session_settings,x), t},
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:332:3: warning: offset of on non-POD type 'libtorrent::session_settings' [-Winvalid-offsetof]
TORRENT_SETTING(boolean, auto_upload_slots_rate_based)
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
libtorrent/src/session_impl.cpp:284:36: note: expanded from macro 'TORRENT_SETTING'
#define TORRENT_SETTING(t, x) {#x, offsetof(session_settings,x), t},
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:334:3: warning: offset of on non-POD type 'libtorrent::session_settings' [-Winvalid-offsetof]
TORRENT_SETTING(integer, choking_algorithm)
^ ~~~~~~~~~~~~~~~~~
libtorrent/src/session_impl.cpp:284:36: note: expanded from macro 'TORRENT_SETTING'
#define TORRENT_SETTING(t, x) {#x, offsetof(session_settings,x), t},
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:335:3: warning: offset of on non-POD type 'libtorrent::session_settings' [-Winvalid-offsetof]
TORRENT_SETTING(integer, seed_choking_algorithm)
^ ~~~~~~~~~~~~~~~~~~~~~~
libtorrent/src/session_impl.cpp:284:36: note: expanded from macro 'TORRENT_SETTING'
#define TORRENT_SETTING(t, x) {#x, offsetof(session_settings,x), t},
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:336:3: warning: offset of on non-POD type 'libtorrent::session_settings' [-Winvalid-offsetof]
TORRENT_SETTING(boolean, use_parole_mode)
^ ~~~~~~~~~~~~~~~
libtorrent/src/session_impl.cpp:284:36: note: expanded from macro 'TORRENT_SETTING'
#define TORRENT_SETTING(t, x) {#x, offsetof(session_settings,x), t},
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:337:3: warning: offset of on non-POD type 'libtorrent::session_settings' [-Winvalid-offsetof]
TORRENT_SETTING(integer, cache_size)
^ ~~~~~~~~~~
libtorrent/src/session_impl.cpp:284:36: note: expanded from macro 'TORRENT_SETTING'
#define TORRENT_SETTING(t, x) {#x, offsetof(session_settings,x), t},
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:338:3: warning: offset of on non-POD type 'libtorrent::session_settings' [-Winvalid-offsetof]
TORRENT_SETTING(integer, cache_buffer_chunk_size)
^ ~~~~~~~~~~~~~~~~~~~~~~~
libtorrent/src/session_impl.cpp:284:36: note: expanded from macro 'TORRENT_SETTING'
#define TORRENT_SETTING(t, x) {#x, offsetof(session_settings,x), t},
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:339:3: warning: offset of on non-POD type 'libtorrent::session_settings' [-Winvalid-offsetof]
TORRENT_SETTING(integer, cache_expiry)
^ ~~~~~~~~~~~~
libtorrent/src/session_impl.cpp:284:36: note: expanded from macro 'TORRENT_SETTING'
#define TORRENT_SETTING(t, x) {#x, offsetof(session_settings,x), t},
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:340:3: warning: offset of on non-POD type 'libtorrent::session_settings' [-Winvalid-offsetof]
TORRENT_SETTING(boolean, use_read_cache)
^ ~~~~~~~~~~~~~~
libtorrent/src/session_impl.cpp:284:36: note: expanded from macro 'TORRENT_SETTING'
#define TORRENT_SETTING(t, x) {#x, offsetof(session_settings,x), t},
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:341:3: warning: offset of on non-POD type 'libtorrent::session_settings' [-Winvalid-offsetof]
TORRENT_SETTING(boolean, explicit_read_cache)
^ ~~~~~~~~~~~~~~~~~~~
libtorrent/src/session_impl.cpp:284:36: note: expanded from macro 'TORRENT_SETTING'
#define TORRENT_SETTING(t, x) {#x, offsetof(session_settings,x), t},
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:342:3: warning: offset of on non-POD type 'libtorrent::session_settings' [-Winvalid-offsetof]
TORRENT_SETTING(integer, disk_io_write_mode)
^ ~~~~~~~~~~~~~~~~~~
libtorrent/src/session_impl.cpp:284:36: note: expanded from macro 'TORRENT_SETTING'
#define TORRENT_SETTING(t, x) {#x, offsetof(session_settings,x), t},
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:343:3: warning: offset of on non-POD type 'libtorrent::session_settings' [-Winvalid-offsetof]
TORRENT_SETTING(integer, disk_io_read_mode)
^ ~~~~~~~~~~~~~~~~~
libtorrent/src/session_impl.cpp:284:36: note: expanded from macro 'TORRENT_SETTING'
#define TORRENT_SETTING(t, x) {#x, offsetof(session_settings,x), t},
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:344:3: warning: offset of on non-POD type 'libtorrent::session_settings' [-Winvalid-offsetof]
TORRENT_SETTING(boolean, coalesce_reads)
^ ~~~~~~~~~~~~~~
libtorrent/src/session_impl.cpp:284:36: note: expanded from macro 'TORRENT_SETTING'
#define TORRENT_SETTING(t, x) {#x, offsetof(session_settings,x), t},
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:345:3: warning: offset of on non-POD type 'libtorrent::session_settings' [-Winvalid-offsetof]
TORRENT_SETTING(boolean, coalesce_writes)
^ ~~~~~~~~~~~~~~~
libtorrent/src/session_impl.cpp:284:36: note: expanded from macro 'TORRENT_SETTING'
#define TORRENT_SETTING(t, x) {#x, offsetof(session_settings,x), t},
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:346:3: warning: offset of on non-POD type 'libtorrent::session_settings' [-Winvalid-offsetof]
TORRENT_SETTING(character, peer_tos)
^ ~~~~~~~~
libtorrent/src/session_impl.cpp:284:36: note: expanded from macro 'TORRENT_SETTING'
#define TORRENT_SETTING(t, x) {#x, offsetof(session_settings,x), t},
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:347:3: warning: offset of on non-POD type 'libtorrent::session_settings' [-Winvalid-offsetof]
TORRENT_SETTING(integer, active_downloads)
^ ~~~~~~~~~~~~~~~~
libtorrent/src/session_impl.cpp:284:36: note: expanded from macro 'TORRENT_SETTING'
#define TORRENT_SETTING(t, x) {#x, offsetof(session_settings,x), t},
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:348:3: warning: offset of on non-POD type 'libtorrent::session_settings' [-Winvalid-offsetof]
TORRENT_SETTING(integer, active_seeds)
^ ~~~~~~~~~~~~
libtorrent/src/session_impl.cpp:284:36: note: expanded from macro 'TORRENT_SETTING'
#define TORRENT_SETTING(t, x) {#x, offsetof(session_settings,x), t},
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:349:3: warning: offset of on non-POD type 'libtorrent::session_settings' [-Winvalid-offsetof]
TORRENT_SETTING(integer, active_dht_limit)
^ ~~~~~~~~~~~~~~~~
libtorrent/src/session_impl.cpp:284:36: note: expanded from macro 'TORRENT_SETTING'
#define TORRENT_SETTING(t, x) {#x, offsetof(session_settings,x), t},
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:350:3: warning: offset of on non-POD type 'libtorrent::session_settings' [-Winvalid-offsetof]
TORRENT_SETTING(integer, active_tracker_limit)
^ ~~~~~~~~~~~~~~~~~~~~
libtorrent/src/session_impl.cpp:284:36: note: expanded from macro 'TORRENT_SETTING'
#define TORRENT_SETTING(t, x) {#x, offsetof(session_settings,x), t},
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:351:3: warning: offset of on non-POD type 'libtorrent::session_settings' [-Winvalid-offsetof]
TORRENT_SETTING(integer, active_lsd_limit)
^ ~~~~~~~~~~~~~~~~
libtorrent/src/session_impl.cpp:284:36: note: expanded from macro 'TORRENT_SETTING'
#define TORRENT_SETTING(t, x) {#x, offsetof(session_settings,x), t},
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:352:3: warning: offset of on non-POD type 'libtorrent::session_settings' [-Winvalid-offsetof]
TORRENT_SETTING(integer, active_limit)
^ ~~~~~~~~~~~~
libtorrent/src/session_impl.cpp:284:36: note: expanded from macro 'TORRENT_SETTING'
#define TORRENT_SETTING(t, x) {#x, offsetof(session_settings,x), t},
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:353:3: warning: offset of on non-POD type 'libtorrent::session_settings' [-Winvalid-offsetof]
TORRENT_SETTING(boolean, auto_manage_prefer_seeds)
^ ~~~~~~~~~~~~~~~~~~~~~~~~
libtorrent/src/session_impl.cpp:284:36: note: expanded from macro 'TORRENT_SETTING'
#define TORRENT_SETTING(t, x) {#x, offsetof(session_settings,x), t},
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:354:3: warning: offset of on non-POD type 'libtorrent::session_settings' [-Winvalid-offsetof]
TORRENT_SETTING(boolean, dont_count_slow_torrents)
^ ~~~~~~~~~~~~~~~~~~~~~~~~
libtorrent/src/session_impl.cpp:284:36: note: expanded from macro 'TORRENT_SETTING'
#define TORRENT_SETTING(t, x) {#x, offsetof(session_settings,x), t},
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:355:3: warning: offset of on non-POD type 'libtorrent::session_settings' [-Winvalid-offsetof]
TORRENT_SETTING(integer, auto_manage_interval)
^ ~~~~~~~~~~~~~~~~~~~~
libtorrent/src/session_impl.cpp:284:36: note: expanded from macro 'TORRENT_SETTING'
#define TORRENT_SETTING(t, x) {#x, offsetof(session_settings,x), t},
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:356:3: warning: offset of on non-POD type 'libtorrent::session_settings' [-Winvalid-offsetof]
TORRENT_SETTING(floating_point, share_ratio_limit)
^ ~~~~~~~~~~~~~~~~~
libtorrent/src/session_impl.cpp:284:36: note: expanded from macro 'TORRENT_SETTING'
#define TORRENT_SETTING(t, x) {#x, offsetof(session_settings,x), t},
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:357:3: warning: offset of on non-POD type 'libtorrent::session_settings' [-Winvalid-offsetof]
TORRENT_SETTING(floating_point, seed_time_ratio_limit)
^ ~~~~~~~~~~~~~~~~~~~~~
libtorrent/src/session_impl.cpp:284:36: note: expanded from macro 'TORRENT_SETTING'
#define TORRENT_SETTING(t, x) {#x, offsetof(session_settings,x), t},
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:358:3: warning: offset of on non-POD type 'libtorrent::session_settings' [-Winvalid-offsetof]
TORRENT_SETTING(integer, seed_time_limit)
^ ~~~~~~~~~~~~~~~
libtorrent/src/session_impl.cpp:284:36: note: expanded from macro 'TORRENT_SETTING'
#define TORRENT_SETTING(t, x) {#x, offsetof(session_settings,x), t},
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:359:3: warning: offset of on non-POD type 'libtorrent::session_settings' [-Winvalid-offsetof]
TORRENT_SETTING(floating_point, peer_turnover)
^ ~~~~~~~~~~~~~
libtorrent/src/session_impl.cpp:284:36: note: expanded from macro 'TORRENT_SETTING'
#define TORRENT_SETTING(t, x) {#x, offsetof(session_settings,x), t},
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:360:3: warning: offset of on non-POD type 'libtorrent::session_settings' [-Winvalid-offsetof]
TORRENT_SETTING(floating_point, peer_turnover_cutoff)
^ ~~~~~~~~~~~~~~~~~~~~
libtorrent/src/session_impl.cpp:284:36: note: expanded from macro 'TORRENT_SETTING'
#define TORRENT_SETTING(t, x) {#x, offsetof(session_settings,x), t},
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:361:3: warning: offset of on non-POD type 'libtorrent::session_settings' [-Winvalid-offsetof]
TORRENT_SETTING(boolean, close_redundant_connections)
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~
libtorrent/src/session_impl.cpp:284:36: note: expanded from macro 'TORRENT_SETTING'
#define TORRENT_SETTING(t, x) {#x, offsetof(session_settings,x), t},
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:362:3: warning: offset of on non-POD type 'libtorrent::session_settings' [-Winvalid-offsetof]
TORRENT_SETTING(integer, auto_scrape_interval)
^ ~~~~~~~~~~~~~~~~~~~~
libtorrent/src/session_impl.cpp:284:36: note: expanded from macro 'TORRENT_SETTING'
#define TORRENT_SETTING(t, x) {#x, offsetof(session_settings,x), t},
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:363:3: warning: offset of on non-POD type 'libtorrent::session_settings' [-Winvalid-offsetof]
TORRENT_SETTING(integer, auto_scrape_min_interval)
^ ~~~~~~~~~~~~~~~~~~~~~~~~
libtorrent/src/session_impl.cpp:284:36: note: expanded from macro 'TORRENT_SETTING'
#define TORRENT_SETTING(t, x) {#x, offsetof(session_settings,x), t},
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:364:3: warning: offset of on non-POD type 'libtorrent::session_settings' [-Winvalid-offsetof]
TORRENT_SETTING(integer, max_peerlist_size)
^ ~~~~~~~~~~~~~~~~~
libtorrent/src/session_impl.cpp:284:36: note: expanded from macro 'TORRENT_SETTING'
#define TORRENT_SETTING(t, x) {#x, offsetof(session_settings,x), t},
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:365:3: warning: offset of on non-POD type 'libtorrent::session_settings' [-Winvalid-offsetof]
TORRENT_SETTING(integer, max_paused_peerlist_size)
^ ~~~~~~~~~~~~~~~~~~~~~~~~
libtorrent/src/session_impl.cpp:284:36: note: expanded from macro 'TORRENT_SETTING'
#define TORRENT_SETTING(t, x) {#x, offsetof(session_settings,x), t},
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:366:3: warning: offset of on non-POD type 'libtorrent::session_settings' [-Winvalid-offsetof]
TORRENT_SETTING(integer, min_announce_interval)
^ ~~~~~~~~~~~~~~~~~~~~~
libtorrent/src/session_impl.cpp:284:36: note: expanded from macro 'TORRENT_SETTING'
#define TORRENT_SETTING(t, x) {#x, offsetof(session_settings,x), t},
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:367:3: warning: offset of on non-POD type 'libtorrent::session_settings' [-Winvalid-offsetof]
TORRENT_SETTING(boolean, prioritize_partial_pieces)
^ ~~~~~~~~~~~~~~~~~~~~~~~~~
libtorrent/src/session_impl.cpp:284:36: note: expanded from macro 'TORRENT_SETTING'
#define TORRENT_SETTING(t, x) {#x, offsetof(session_settings,x), t},
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:368:3: warning: offset of on non-POD type 'libtorrent::session_settings' [-Winvalid-offsetof]
TORRENT_SETTING(integer, auto_manage_startup)
^ ~~~~~~~~~~~~~~~~~~~
libtorrent/src/session_impl.cpp:284:36: note: expanded from macro 'TORRENT_SETTING'
#define TORRENT_SETTING(t, x) {#x, offsetof(session_settings,x), t},
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:369:3: warning: offset of on non-POD type 'libtorrent::session_settings' [-Winvalid-offsetof]
TORRENT_SETTING(boolean, rate_limit_ip_overhead)
^ ~~~~~~~~~~~~~~~~~~~~~~
libtorrent/src/session_impl.cpp:284:36: note: expanded from macro 'TORRENT_SETTING'
#define TORRENT_SETTING(t, x) {#x, offsetof(session_settings,x), t},
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:370:3: warning: offset of on non-POD type 'libtorrent::session_settings' [-Winvalid-offsetof]
TORRENT_SETTING(boolean, announce_to_all_trackers)
^ ~~~~~~~~~~~~~~~~~~~~~~~~
libtorrent/src/session_impl.cpp:284:36: note: expanded from macro 'TORRENT_SETTING'
#define TORRENT_SETTING(t, x) {#x, offsetof(session_settings,x), t},
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:371:3: warning: offset of on non-POD type 'libtorrent::session_settings' [-Winvalid-offsetof]
TORRENT_SETTING(boolean, announce_to_all_tiers)
^ ~~~~~~~~~~~~~~~~~~~~~
libtorrent/src/session_impl.cpp:284:36: note: expanded from macro 'TORRENT_SETTING'
#define TORRENT_SETTING(t, x) {#x, offsetof(session_settings,x), t},
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:372:3: warning: offset of on non-POD type 'libtorrent::session_settings' [-Winvalid-offsetof]
TORRENT_SETTING(boolean, prefer_udp_trackers)
^ ~~~~~~~~~~~~~~~~~~~
libtorrent/src/session_impl.cpp:284:36: note: expanded from macro 'TORRENT_SETTING'
#define TORRENT_SETTING(t, x) {#x, offsetof(session_settings,x), t},
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:373:3: warning: offset of on non-POD type 'libtorrent::session_settings' [-Winvalid-offsetof]
TORRENT_SETTING(boolean, strict_super_seeding)
^ ~~~~~~~~~~~~~~~~~~~~
libtorrent/src/session_impl.cpp:284:36: note: expanded from macro 'TORRENT_SETTING'
#define TORRENT_SETTING(t, x) {#x, offsetof(session_settings,x), t},
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:374:3: warning: offset of on non-POD type 'libtorrent::session_settings' [-Winvalid-offsetof]
TORRENT_SETTING(integer, seeding_piece_quota)
^ ~~~~~~~~~~~~~~~~~~~
libtorrent/src/session_impl.cpp:284:36: note: expanded from macro 'TORRENT_SETTING'
#define TORRENT_SETTING(t, x) {#x, offsetof(session_settings,x), t},
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:375:3: warning: offset of on non-POD type 'libtorrent::session_settings' [-Winvalid-offsetof]
TORRENT_SETTING(integer, max_sparse_regions)
^ ~~~~~~~~~~~~~~~~~~
libtorrent/src/session_impl.cpp:284:36: note: expanded from macro 'TORRENT_SETTING'
#define TORRENT_SETTING(t, x) {#x, offsetof(session_settings,x), t},
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:377:3: warning: offset of on non-POD type 'libtorrent::session_settings' [-Winvalid-offsetof]
TORRENT_SETTING(boolean, lock_disk_cache)
^ ~~~~~~~~~~~~~~~
libtorrent/src/session_impl.cpp:284:36: note: expanded from macro 'TORRENT_SETTING'
#define TORRENT_SETTING(t, x) {#x, offsetof(session_settings,x), t},
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:379:3: warning: offset of on non-POD type 'libtorrent::session_settings' [-Winvalid-offsetof]
TORRENT_SETTING(integer, max_rejects)
^ ~~~~~~~~~~~
libtorrent/src/session_impl.cpp:284:36: note: expanded from macro 'TORRENT_SETTING'
#define TORRENT_SETTING(t, x) {#x, offsetof(session_settings,x), t},
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:380:3: warning: offset of on non-POD type 'libtorrent::session_settings' [-Winvalid-offsetof]
TORRENT_SETTING(integer, recv_socket_buffer_size)
^ ~~~~~~~~~~~~~~~~~~~~~~~
libtorrent/src/session_impl.cpp:284:36: note: expanded from macro 'TORRENT_SETTING'
#define TORRENT_SETTING(t, x) {#x, offsetof(session_settings,x), t},
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:381:3: warning: offset of on non-POD type 'libtorrent::session_settings' [-Winvalid-offsetof]
TORRENT_SETTING(integer, send_socket_buffer_size)
^ ~~~~~~~~~~~~~~~~~~~~~~~
libtorrent/src/session_impl.cpp:284:36: note: expanded from macro 'TORRENT_SETTING'
#define TORRENT_SETTING(t, x) {#x, offsetof(session_settings,x), t},
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:382:3: warning: offset of on non-POD type 'libtorrent::session_settings' [-Winvalid-offsetof]
TORRENT_SETTING(boolean, optimize_hashing_for_speed)
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~
libtorrent/src/session_impl.cpp:284:36: note: expanded from macro 'TORRENT_SETTING'
#define TORRENT_SETTING(t, x) {#x, offsetof(session_settings,x), t},
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:383:3: warning: offset of on non-POD type 'libtorrent::session_settings' [-Winvalid-offsetof]
TORRENT_SETTING(integer, file_checks_delay_per_block)
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~
libtorrent/src/session_impl.cpp:284:36: note: expanded from macro 'TORRENT_SETTING'
#define TORRENT_SETTING(t, x) {#x, offsetof(session_settings,x), t},
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:384:3: warning: offset of on non-POD type 'libtorrent::session_settings' [-Winvalid-offsetof]
TORRENT_SETTING(integer, disk_cache_algorithm)
^ ~~~~~~~~~~~~~~~~~~~~
libtorrent/src/session_impl.cpp:284:36: note: expanded from macro 'TORRENT_SETTING'
#define TORRENT_SETTING(t, x) {#x, offsetof(session_settings,x), t},
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:385:3: warning: offset of on non-POD type 'libtorrent::session_settings' [-Winvalid-offsetof]
TORRENT_SETTING(integer, read_cache_line_size)
^ ~~~~~~~~~~~~~~~~~~~~
libtorrent/src/session_impl.cpp:284:36: note: expanded from macro 'TORRENT_SETTING'
#define TORRENT_SETTING(t, x) {#x, offsetof(session_settings,x), t},
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:386:3: warning: offset of on non-POD type 'libtorrent::session_settings' [-Winvalid-offsetof]
TORRENT_SETTING(integer, write_cache_line_size)
^ ~~~~~~~~~~~~~~~~~~~~~
libtorrent/src/session_impl.cpp:284:36: note: expanded from macro 'TORRENT_SETTING'
#define TORRENT_SETTING(t, x) {#x, offsetof(session_settings,x), t},
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:387:3: warning: offset of on non-POD type 'libtorrent::session_settings' [-Winvalid-offsetof]
TORRENT_SETTING(integer, optimistic_disk_retry)
^ ~~~~~~~~~~~~~~~~~~~~~
libtorrent/src/session_impl.cpp:284:36: note: expanded from macro 'TORRENT_SETTING'
#define TORRENT_SETTING(t, x) {#x, offsetof(session_settings,x), t},
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:388:3: warning: offset of on non-POD type 'libtorrent::session_settings' [-Winvalid-offsetof]
TORRENT_SETTING(boolean, disable_hash_checks)
^ ~~~~~~~~~~~~~~~~~~~
libtorrent/src/session_impl.cpp:284:36: note: expanded from macro 'TORRENT_SETTING'
#define TORRENT_SETTING(t, x) {#x, offsetof(session_settings,x), t},
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:389:3: warning: offset of on non-POD type 'libtorrent::session_settings' [-Winvalid-offsetof]
TORRENT_SETTING(boolean, allow_reordered_disk_operations)
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
libtorrent/src/session_impl.cpp:284:36: note: expanded from macro 'TORRENT_SETTING'
#define TORRENT_SETTING(t, x) {#x, offsetof(session_settings,x), t},
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:390:3: warning: offset of on non-POD type 'libtorrent::session_settings' [-Winvalid-offsetof]
TORRENT_SETTING(boolean, allow_i2p_mixed)
^ ~~~~~~~~~~~~~~~
libtorrent/src/session_impl.cpp:284:36: note: expanded from macro 'TORRENT_SETTING'
#define TORRENT_SETTING(t, x) {#x, offsetof(session_settings,x), t},
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:391:3: warning: offset of on non-POD type 'libtorrent::session_settings' [-Winvalid-offsetof]
TORRENT_SETTING(integer, max_suggest_pieces)
^ ~~~~~~~~~~~~~~~~~~
libtorrent/src/session_impl.cpp:284:36: note: expanded from macro 'TORRENT_SETTING'
#define TORRENT_SETTING(t, x) {#x, offsetof(session_settings,x), t},
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:392:3: warning: offset of on non-POD type 'libtorrent::session_settings' [-Winvalid-offsetof]
TORRENT_SETTING(boolean, drop_skipped_requests)
^ ~~~~~~~~~~~~~~~~~~~~~
libtorrent/src/session_impl.cpp:284:36: note: expanded from macro 'TORRENT_SETTING'
#define TORRENT_SETTING(t, x) {#x, offsetof(session_settings,x), t},
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:393:3: warning: offset of on non-POD type 'libtorrent::session_settings' [-Winvalid-offsetof]
TORRENT_SETTING(boolean, low_prio_disk)
^ ~~~~~~~~~~~~~
libtorrent/src/session_impl.cpp:284:36: note: expanded from macro 'TORRENT_SETTING'
#define TORRENT_SETTING(t, x) {#x, offsetof(session_settings,x), t},
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:394:3: warning: offset of on non-POD type 'libtorrent::session_settings' [-Winvalid-offsetof]
TORRENT_SETTING(integer, local_service_announce_interval)
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
libtorrent/src/session_impl.cpp:284:36: note: expanded from macro 'TORRENT_SETTING'
#define TORRENT_SETTING(t, x) {#x, offsetof(session_settings,x), t},
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:395:3: warning: offset of on non-POD type 'libtorrent::session_settings' [-Winvalid-offsetof]
TORRENT_SETTING(integer, dht_announce_interval)
^ ~~~~~~~~~~~~~~~~~~~~~
libtorrent/src/session_impl.cpp:284:36: note: expanded from macro 'TORRENT_SETTING'
#define TORRENT_SETTING(t, x) {#x, offsetof(session_settings,x), t},
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:396:3: warning: offset of on non-POD type 'libtorrent::session_settings' [-Winvalid-offsetof]
TORRENT_SETTING(integer, udp_tracker_token_expiry)
^ ~~~~~~~~~~~~~~~~~~~~~~~~
libtorrent/src/session_impl.cpp:284:36: note: expanded from macro 'TORRENT_SETTING'
#define TORRENT_SETTING(t, x) {#x, offsetof(session_settings,x), t},
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:397:3: warning: offset of on non-POD type 'libtorrent::session_settings' [-Winvalid-offsetof]
TORRENT_SETTING(boolean, volatile_read_cache)
^ ~~~~~~~~~~~~~~~~~~~
libtorrent/src/session_impl.cpp:284:36: note: expanded from macro 'TORRENT_SETTING'
#define TORRENT_SETTING(t, x) {#x, offsetof(session_settings,x), t},
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:398:3: warning: offset of on non-POD type 'libtorrent::session_settings' [-Winvalid-offsetof]
TORRENT_SETTING(boolean, guided_read_cache)
^ ~~~~~~~~~~~~~~~~~
libtorrent/src/session_impl.cpp:284:36: note: expanded from macro 'TORRENT_SETTING'
#define TORRENT_SETTING(t, x) {#x, offsetof(session_settings,x), t},
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:399:3: warning: offset of on non-POD type 'libtorrent::session_settings' [-Winvalid-offsetof]
TORRENT_SETTING(integer, default_cache_min_age)
^ ~~~~~~~~~~~~~~~~~~~~~
libtorrent/src/session_impl.cpp:284:36: note: expanded from macro 'TORRENT_SETTING'
#define TORRENT_SETTING(t, x) {#x, offsetof(session_settings,x), t},
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:400:3: warning: offset of on non-POD type 'libtorrent::session_settings' [-Winvalid-offsetof]
TORRENT_SETTING(integer, num_optimistic_unchoke_slots)
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
libtorrent/src/session_impl.cpp:284:36: note: expanded from macro 'TORRENT_SETTING'
#define TORRENT_SETTING(t, x) {#x, offsetof(session_settings,x), t},
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:401:3: warning: offset of on non-POD type 'libtorrent::session_settings' [-Winvalid-offsetof]
TORRENT_SETTING(boolean, no_atime_storage)
^ ~~~~~~~~~~~~~~~~
libtorrent/src/session_impl.cpp:284:36: note: expanded from macro 'TORRENT_SETTING'
#define TORRENT_SETTING(t, x) {#x, offsetof(session_settings,x), t},
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:402:3: warning: offset of on non-POD type 'libtorrent::session_settings' [-Winvalid-offsetof]
TORRENT_SETTING(integer, default_est_reciprocation_rate)
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
libtorrent/src/session_impl.cpp:284:36: note: expanded from macro 'TORRENT_SETTING'
#define TORRENT_SETTING(t, x) {#x, offsetof(session_settings,x), t},
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:403:3: warning: offset of on non-POD type 'libtorrent::session_settings' [-Winvalid-offsetof]
TORRENT_SETTING(integer, increase_est_reciprocation_rate)
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
libtorrent/src/session_impl.cpp:284:36: note: expanded from macro 'TORRENT_SETTING'
#define TORRENT_SETTING(t, x) {#x, offsetof(session_settings,x), t},
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:404:3: warning: offset of on non-POD type 'libtorrent::session_settings' [-Winvalid-offsetof]
TORRENT_SETTING(integer, decrease_est_reciprocation_rate)
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
libtorrent/src/session_impl.cpp:284:36: note: expanded from macro 'TORRENT_SETTING'
#define TORRENT_SETTING(t, x) {#x, offsetof(session_settings,x), t},
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:405:3: warning: offset of on non-POD type 'libtorrent::session_settings' [-Winvalid-offsetof]
TORRENT_SETTING(boolean, incoming_starts_queued_torrents)
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
libtorrent/src/session_impl.cpp:284:36: note: expanded from macro 'TORRENT_SETTING'
#define TORRENT_SETTING(t, x) {#x, offsetof(session_settings,x), t},
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:406:3: warning: offset of on non-POD type 'libtorrent::session_settings' [-Winvalid-offsetof]
TORRENT_SETTING(boolean, report_true_downloaded)
^ ~~~~~~~~~~~~~~~~~~~~~~
libtorrent/src/session_impl.cpp:284:36: note: expanded from macro 'TORRENT_SETTING'
#define TORRENT_SETTING(t, x) {#x, offsetof(session_settings,x), t},
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:407:3: warning: offset of on non-POD type 'libtorrent::session_settings' [-Winvalid-offsetof]
TORRENT_SETTING(boolean, strict_end_game_mode)
^ ~~~~~~~~~~~~~~~~~~~~
libtorrent/src/session_impl.cpp:284:36: note: expanded from macro 'TORRENT_SETTING'
#define TORRENT_SETTING(t, x) {#x, offsetof(session_settings,x), t},
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:408:3: warning: offset of on non-POD type 'libtorrent::session_settings' [-Winvalid-offsetof]
TORRENT_SETTING(boolean, broadcast_lsd)
^ ~~~~~~~~~~~~~
libtorrent/src/session_impl.cpp:284:36: note: expanded from macro 'TORRENT_SETTING'
#define TORRENT_SETTING(t, x) {#x, offsetof(session_settings,x), t},
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:409:3: warning: offset of on non-POD type 'libtorrent::session_settings' [-Winvalid-offsetof]
TORRENT_SETTING(boolean, enable_outgoing_utp)
^ ~~~~~~~~~~~~~~~~~~~
libtorrent/src/session_impl.cpp:284:36: note: expanded from macro 'TORRENT_SETTING'
#define TORRENT_SETTING(t, x) {#x, offsetof(session_settings,x), t},
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:410:3: warning: offset of on non-POD type 'libtorrent::session_settings' [-Winvalid-offsetof]
TORRENT_SETTING(boolean, enable_incoming_utp)
^ ~~~~~~~~~~~~~~~~~~~
libtorrent/src/session_impl.cpp:284:36: note: expanded from macro 'TORRENT_SETTING'
#define TORRENT_SETTING(t, x) {#x, offsetof(session_settings,x), t},
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:411:3: warning: offset of on non-POD type 'libtorrent::session_settings' [-Winvalid-offsetof]
TORRENT_SETTING(boolean, enable_outgoing_tcp)
^ ~~~~~~~~~~~~~~~~~~~
libtorrent/src/session_impl.cpp:284:36: note: expanded from macro 'TORRENT_SETTING'
#define TORRENT_SETTING(t, x) {#x, offsetof(session_settings,x), t},
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:412:3: warning: offset of on non-POD type 'libtorrent::session_settings' [-Winvalid-offsetof]
TORRENT_SETTING(boolean, enable_incoming_tcp)
^ ~~~~~~~~~~~~~~~~~~~
libtorrent/src/session_impl.cpp:284:36: note: expanded from macro 'TORRENT_SETTING'
#define TORRENT_SETTING(t, x) {#x, offsetof(session_settings,x), t},
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:413:3: warning: offset of on non-POD type 'libtorrent::session_settings' [-Winvalid-offsetof]
TORRENT_SETTING(integer, max_pex_peers)
^ ~~~~~~~~~~~~~
libtorrent/src/session_impl.cpp:284:36: note: expanded from macro 'TORRENT_SETTING'
#define TORRENT_SETTING(t, x) {#x, offsetof(session_settings,x), t},
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:414:3: warning: offset of on non-POD type 'libtorrent::session_settings' [-Winvalid-offsetof]
TORRENT_SETTING(boolean, ignore_resume_timestamps)
^ ~~~~~~~~~~~~~~~~~~~~~~~~
libtorrent/src/session_impl.cpp:284:36: note: expanded from macro 'TORRENT_SETTING'
#define TORRENT_SETTING(t, x) {#x, offsetof(session_settings,x), t},
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:415:3: warning: offset of on non-POD type 'libtorrent::session_settings' [-Winvalid-offsetof]
TORRENT_SETTING(boolean, no_recheck_incomplete_resume)
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
libtorrent/src/session_impl.cpp:284:36: note: expanded from macro 'TORRENT_SETTING'
#define TORRENT_SETTING(t, x) {#x, offsetof(session_settings,x), t},
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:416:3: warning: offset of on non-POD type 'libtorrent::session_settings' [-Winvalid-offsetof]
TORRENT_SETTING(boolean, anonymous_mode)
^ ~~~~~~~~~~~~~~
libtorrent/src/session_impl.cpp:284:36: note: expanded from macro 'TORRENT_SETTING'
#define TORRENT_SETTING(t, x) {#x, offsetof(session_settings,x), t},
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:417:3: warning: offset of on non-POD type 'libtorrent::session_settings' [-Winvalid-offsetof]
TORRENT_SETTING(boolean, force_proxy)
^ ~~~~~~~~~~~
libtorrent/src/session_impl.cpp:284:36: note: expanded from macro 'TORRENT_SETTING'
#define TORRENT_SETTING(t, x) {#x, offsetof(session_settings,x), t},
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:418:3: warning: offset of on non-POD type 'libtorrent::session_settings' [-Winvalid-offsetof]
TORRENT_SETTING(integer, tick_interval)
^ ~~~~~~~~~~~~~
libtorrent/src/session_impl.cpp:284:36: note: expanded from macro 'TORRENT_SETTING'
#define TORRENT_SETTING(t, x) {#x, offsetof(session_settings,x), t},
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:419:3: warning: offset of on non-POD type 'libtorrent::session_settings' [-Winvalid-offsetof]
TORRENT_SETTING(boolean, report_web_seed_downloads)
^ ~~~~~~~~~~~~~~~~~~~~~~~~~
libtorrent/src/session_impl.cpp:284:36: note: expanded from macro 'TORRENT_SETTING'
#define TORRENT_SETTING(t, x) {#x, offsetof(session_settings,x), t},
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:420:3: warning: offset of on non-POD type 'libtorrent::session_settings' [-Winvalid-offsetof]
TORRENT_SETTING(integer, share_mode_target)
^ ~~~~~~~~~~~~~~~~~
libtorrent/src/session_impl.cpp:284:36: note: expanded from macro 'TORRENT_SETTING'
#define TORRENT_SETTING(t, x) {#x, offsetof(session_settings,x), t},
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:421:3: warning: offset of on non-POD type 'libtorrent::session_settings' [-Winvalid-offsetof]
TORRENT_SETTING(integer, upload_rate_limit)
^ ~~~~~~~~~~~~~~~~~
libtorrent/src/session_impl.cpp:284:36: note: expanded from macro 'TORRENT_SETTING'
#define TORRENT_SETTING(t, x) {#x, offsetof(session_settings,x), t},
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:422:3: warning: offset of on non-POD type 'libtorrent::session_settings' [-Winvalid-offsetof]
TORRENT_SETTING(integer, download_rate_limit)
^ ~~~~~~~~~~~~~~~~~~~
libtorrent/src/session_impl.cpp:284:36: note: expanded from macro 'TORRENT_SETTING'
#define TORRENT_SETTING(t, x) {#x, offsetof(session_settings,x), t},
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:423:3: warning: offset of on non-POD type 'libtorrent::session_settings' [-Winvalid-offsetof]
TORRENT_SETTING(integer, local_upload_rate_limit)
^ ~~~~~~~~~~~~~~~~~~~~~~~
libtorrent/src/session_impl.cpp:284:36: note: expanded from macro 'TORRENT_SETTING'
#define TORRENT_SETTING(t, x) {#x, offsetof(session_settings,x), t},
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:424:3: warning: offset of on non-POD type 'libtorrent::session_settings' [-Winvalid-offsetof]
TORRENT_SETTING(integer, local_download_rate_limit)
^ ~~~~~~~~~~~~~~~~~~~~~~~~~
libtorrent/src/session_impl.cpp:284:36: note: expanded from macro 'TORRENT_SETTING'
#define TORRENT_SETTING(t, x) {#x, offsetof(session_settings,x), t},
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:425:3: warning: offset of on non-POD type 'libtorrent::session_settings' [-Winvalid-offsetof]
TORRENT_SETTING(integer, dht_upload_rate_limit)
^ ~~~~~~~~~~~~~~~~~~~~~
libtorrent/src/session_impl.cpp:284:36: note: expanded from macro 'TORRENT_SETTING'
#define TORRENT_SETTING(t, x) {#x, offsetof(session_settings,x), t},
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:426:3: warning: offset of on non-POD type 'libtorrent::session_settings' [-Winvalid-offsetof]
TORRENT_SETTING(integer, unchoke_slots_limit)
^ ~~~~~~~~~~~~~~~~~~~
libtorrent/src/session_impl.cpp:284:36: note: expanded from macro 'TORRENT_SETTING'
#define TORRENT_SETTING(t, x) {#x, offsetof(session_settings,x), t},
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:427:3: warning: offset of on non-POD type 'libtorrent::session_settings' [-Winvalid-offsetof]
TORRENT_SETTING(integer, half_open_limit)
^ ~~~~~~~~~~~~~~~
libtorrent/src/session_impl.cpp:284:36: note: expanded from macro 'TORRENT_SETTING'
#define TORRENT_SETTING(t, x) {#x, offsetof(session_settings,x), t},
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:428:3: warning: offset of on non-POD type 'libtorrent::session_settings' [-Winvalid-offsetof]
TORRENT_SETTING(integer, connections_limit)
^ ~~~~~~~~~~~~~~~~~
libtorrent/src/session_impl.cpp:284:36: note: expanded from macro 'TORRENT_SETTING'
#define TORRENT_SETTING(t, x) {#x, offsetof(session_settings,x), t},
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:429:3: warning: offset of on non-POD type 'libtorrent::session_settings' [-Winvalid-offsetof]
TORRENT_SETTING(integer, utp_target_delay)
^ ~~~~~~~~~~~~~~~~
libtorrent/src/session_impl.cpp:284:36: note: expanded from macro 'TORRENT_SETTING'
#define TORRENT_SETTING(t, x) {#x, offsetof(session_settings,x), t},
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:430:3: warning: offset of on non-POD type 'libtorrent::session_settings' [-Winvalid-offsetof]
TORRENT_SETTING(integer, utp_gain_factor)
^ ~~~~~~~~~~~~~~~
libtorrent/src/session_impl.cpp:284:36: note: expanded from macro 'TORRENT_SETTING'
#define TORRENT_SETTING(t, x) {#x, offsetof(session_settings,x), t},
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:431:3: warning: offset of on non-POD type 'libtorrent::session_settings' [-Winvalid-offsetof]
TORRENT_SETTING(integer, utp_syn_resends)
^ ~~~~~~~~~~~~~~~
libtorrent/src/session_impl.cpp:284:36: note: expanded from macro 'TORRENT_SETTING'
#define TORRENT_SETTING(t, x) {#x, offsetof(session_settings,x), t},
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:432:3: warning: offset of on non-POD type 'libtorrent::session_settings' [-Winvalid-offsetof]
TORRENT_SETTING(integer, utp_fin_resends)
^ ~~~~~~~~~~~~~~~
libtorrent/src/session_impl.cpp:284:36: note: expanded from macro 'TORRENT_SETTING'
#define TORRENT_SETTING(t, x) {#x, offsetof(session_settings,x), t},
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:433:3: warning: offset of on non-POD type 'libtorrent::session_settings' [-Winvalid-offsetof]
TORRENT_SETTING(integer, utp_num_resends)
^ ~~~~~~~~~~~~~~~
libtorrent/src/session_impl.cpp:284:36: note: expanded from macro 'TORRENT_SETTING'
#define TORRENT_SETTING(t, x) {#x, offsetof(session_settings,x), t},
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:434:3: warning: offset of on non-POD type 'libtorrent::session_settings' [-Winvalid-offsetof]
TORRENT_SETTING(integer, utp_connect_timeout)
^ ~~~~~~~~~~~~~~~~~~~
libtorrent/src/session_impl.cpp:284:36: note: expanded from macro 'TORRENT_SETTING'
#define TORRENT_SETTING(t, x) {#x, offsetof(session_settings,x), t},
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:436:3: warning: offset of on non-POD type 'libtorrent::session_settings' [-Winvalid-offsetof]
TORRENT_SETTING(integer, utp_delayed_ack)
^ ~~~~~~~~~~~~~~~
libtorrent/src/session_impl.cpp:284:36: note: expanded from macro 'TORRENT_SETTING'
#define TORRENT_SETTING(t, x) {#x, offsetof(session_settings,x), t},
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:438:3: warning: offset of on non-POD type 'libtorrent::session_settings' [-Winvalid-offsetof]
TORRENT_SETTING(boolean, utp_dynamic_sock_buf)
^ ~~~~~~~~~~~~~~~~~~~~
libtorrent/src/session_impl.cpp:284:36: note: expanded from macro 'TORRENT_SETTING'
#define TORRENT_SETTING(t, x) {#x, offsetof(session_settings,x), t},
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:439:3: warning: offset of on non-POD type 'libtorrent::session_settings' [-Winvalid-offsetof]
TORRENT_SETTING(integer, mixed_mode_algorithm)
^ ~~~~~~~~~~~~~~~~~~~~
libtorrent/src/session_impl.cpp:284:36: note: expanded from macro 'TORRENT_SETTING'
#define TORRENT_SETTING(t, x) {#x, offsetof(session_settings,x), t},
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:440:3: warning: offset of on non-POD type 'libtorrent::session_settings' [-Winvalid-offsetof]
TORRENT_SETTING(boolean, rate_limit_utp)
^ ~~~~~~~~~~~~~~
libtorrent/src/session_impl.cpp:284:36: note: expanded from macro 'TORRENT_SETTING'
#define TORRENT_SETTING(t, x) {#x, offsetof(session_settings,x), t},
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:441:3: warning: offset of on non-POD type 'libtorrent::session_settings' [-Winvalid-offsetof]
TORRENT_SETTING(integer, listen_queue_size)
^ ~~~~~~~~~~~~~~~~~
libtorrent/src/session_impl.cpp:284:36: note: expanded from macro 'TORRENT_SETTING'
#define TORRENT_SETTING(t, x) {#x, offsetof(session_settings,x), t},
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:442:3: warning: offset of on non-POD type 'libtorrent::session_settings' [-Winvalid-offsetof]
TORRENT_SETTING(boolean, announce_double_nat)
^ ~~~~~~~~~~~~~~~~~~~
libtorrent/src/session_impl.cpp:284:36: note: expanded from macro 'TORRENT_SETTING'
#define TORRENT_SETTING(t, x) {#x, offsetof(session_settings,x), t},
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:443:3: warning: offset of on non-POD type 'libtorrent::session_settings' [-Winvalid-offsetof]
TORRENT_SETTING(integer, torrent_connect_boost)
^ ~~~~~~~~~~~~~~~~~~~~~
libtorrent/src/session_impl.cpp:284:36: note: expanded from macro 'TORRENT_SETTING'
#define TORRENT_SETTING(t, x) {#x, offsetof(session_settings,x), t},
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:444:3: warning: offset of on non-POD type 'libtorrent::session_settings' [-Winvalid-offsetof]
TORRENT_SETTING(boolean, seeding_outgoing_connections)
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
libtorrent/src/session_impl.cpp:284:36: note: expanded from macro 'TORRENT_SETTING'
#define TORRENT_SETTING(t, x) {#x, offsetof(session_settings,x), t},
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:445:3: warning: offset of on non-POD type 'libtorrent::session_settings' [-Winvalid-offsetof]
TORRENT_SETTING(boolean, no_connect_privileged_ports)
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~
libtorrent/src/session_impl.cpp:284:36: note: expanded from macro 'TORRENT_SETTING'
#define TORRENT_SETTING(t, x) {#x, offsetof(session_settings,x), t},
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:446:3: warning: offset of on non-POD type 'libtorrent::session_settings' [-Winvalid-offsetof]
TORRENT_SETTING(integer, alert_queue_size)
^ ~~~~~~~~~~~~~~~~
libtorrent/src/session_impl.cpp:284:36: note: expanded from macro 'TORRENT_SETTING'
#define TORRENT_SETTING(t, x) {#x, offsetof(session_settings,x), t},
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:447:3: warning: offset of on non-POD type 'libtorrent::session_settings' [-Winvalid-offsetof]
TORRENT_SETTING(integer, max_metadata_size)
^ ~~~~~~~~~~~~~~~~~
libtorrent/src/session_impl.cpp:284:36: note: expanded from macro 'TORRENT_SETTING'
#define TORRENT_SETTING(t, x) {#x, offsetof(session_settings,x), t},
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:448:3: warning: offset of on non-POD type 'libtorrent::session_settings' [-Winvalid-offsetof]
TORRENT_SETTING(boolean, smooth_connects)
^ ~~~~~~~~~~~~~~~
libtorrent/src/session_impl.cpp:284:36: note: expanded from macro 'TORRENT_SETTING'
#define TORRENT_SETTING(t, x) {#x, offsetof(session_settings,x), t},
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:449:3: warning: offset of on non-POD type 'libtorrent::session_settings' [-Winvalid-offsetof]
TORRENT_SETTING(boolean, always_send_user_agent)
^ ~~~~~~~~~~~~~~~~~~~~~~
libtorrent/src/session_impl.cpp:284:36: note: expanded from macro 'TORRENT_SETTING'
#define TORRENT_SETTING(t, x) {#x, offsetof(session_settings,x), t},
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:450:3: warning: offset of on non-POD type 'libtorrent::session_settings' [-Winvalid-offsetof]
TORRENT_SETTING(boolean, apply_ip_filter_to_trackers)
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~
libtorrent/src/session_impl.cpp:284:36: note: expanded from macro 'TORRENT_SETTING'
#define TORRENT_SETTING(t, x) {#x, offsetof(session_settings,x), t},
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:451:3: warning: offset of on non-POD type 'libtorrent::session_settings' [-Winvalid-offsetof]
TORRENT_SETTING(integer, read_job_every)
^ ~~~~~~~~~~~~~~
libtorrent/src/session_impl.cpp:284:36: note: expanded from macro 'TORRENT_SETTING'
#define TORRENT_SETTING(t, x) {#x, offsetof(session_settings,x), t},
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:452:3: warning: offset of on non-POD type 'libtorrent::session_settings' [-Winvalid-offsetof]
TORRENT_SETTING(boolean, use_disk_read_ahead)
^ ~~~~~~~~~~~~~~~~~~~
libtorrent/src/session_impl.cpp:284:36: note: expanded from macro 'TORRENT_SETTING'
#define TORRENT_SETTING(t, x) {#x, offsetof(session_settings,x), t},
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:453:3: warning: offset of on non-POD type 'libtorrent::session_settings' [-Winvalid-offsetof]
TORRENT_SETTING(boolean, lock_files)
^ ~~~~~~~~~~
libtorrent/src/session_impl.cpp:284:36: note: expanded from macro 'TORRENT_SETTING'
#define TORRENT_SETTING(t, x) {#x, offsetof(session_settings,x), t},
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:454:3: warning: offset of on non-POD type 'libtorrent::session_settings' [-Winvalid-offsetof]
TORRENT_SETTING(integer, ssl_listen)
^ ~~~~~~~~~~
libtorrent/src/session_impl.cpp:284:36: note: expanded from macro 'TORRENT_SETTING'
#define TORRENT_SETTING(t, x) {#x, offsetof(session_settings,x), t},
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:455:3: warning: offset of on non-POD type 'libtorrent::session_settings' [-Winvalid-offsetof]
TORRENT_SETTING(integer, tracker_backoff)
^ ~~~~~~~~~~~~~~~
libtorrent/src/session_impl.cpp:284:36: note: expanded from macro 'TORRENT_SETTING'
#define TORRENT_SETTING(t, x) {#x, offsetof(session_settings,x), t},
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:456:3: warning: offset of on non-POD type 'libtorrent::session_settings' [-Winvalid-offsetof]
TORRENT_SETTING(boolean, ban_web_seeds)
^ ~~~~~~~~~~~~~
libtorrent/src/session_impl.cpp:284:36: note: expanded from macro 'TORRENT_SETTING'
#define TORRENT_SETTING(t, x) {#x, offsetof(session_settings,x), t},
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:457:3: warning: offset of on non-POD type 'libtorrent::session_settings' [-Winvalid-offsetof]
TORRENT_SETTING(integer, max_http_recv_buffer_size)
^ ~~~~~~~~~~~~~~~~~~~~~~~~~
libtorrent/src/session_impl.cpp:284:36: note: expanded from macro 'TORRENT_SETTING'
#define TORRENT_SETTING(t, x) {#x, offsetof(session_settings,x), t},
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:465:3: warning: offset of on non-POD type 'libtorrent::proxy_settings' [-Winvalid-offsetof]
TORRENT_SETTING(std_string, hostname)
^ ~~~~~~~~
libtorrent/src/session_impl.cpp:461:36: note: expanded from macro 'TORRENT_SETTING'
#define TORRENT_SETTING(t, x) {#x, offsetof(proxy_settings,x), t},
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:466:3: warning: offset of on non-POD type 'libtorrent::proxy_settings' [-Winvalid-offsetof]
TORRENT_SETTING(integer, port)
^ ~~~~
libtorrent/src/session_impl.cpp:461:36: note: expanded from macro 'TORRENT_SETTING'
#define TORRENT_SETTING(t, x) {#x, offsetof(proxy_settings,x), t},
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:467:3: warning: offset of on non-POD type 'libtorrent::proxy_settings' [-Winvalid-offsetof]
TORRENT_SETTING(std_string, username)
^ ~~~~~~~~
libtorrent/src/session_impl.cpp:461:36: note: expanded from macro 'TORRENT_SETTING'
#define TORRENT_SETTING(t, x) {#x, offsetof(proxy_settings,x), t},
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:468:3: warning: offset of on non-POD type 'libtorrent::proxy_settings' [-Winvalid-offsetof]
TORRENT_SETTING(std_string, password)
^ ~~~~~~~~
libtorrent/src/session_impl.cpp:461:36: note: expanded from macro 'TORRENT_SETTING'
#define TORRENT_SETTING(t, x) {#x, offsetof(proxy_settings,x), t},
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:469:3: warning: offset of on non-POD type 'libtorrent::proxy_settings' [-Winvalid-offsetof]
TORRENT_SETTING(integer, type)
^ ~~~~
libtorrent/src/session_impl.cpp:461:36: note: expanded from macro 'TORRENT_SETTING'
#define TORRENT_SETTING(t, x) {#x, offsetof(proxy_settings,x), t},
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:470:3: warning: offset of on non-POD type 'libtorrent::proxy_settings' [-Winvalid-offsetof]
TORRENT_SETTING(boolean, proxy_hostnames)
^ ~~~~~~~~~~~~~~~
libtorrent/src/session_impl.cpp:461:36: note: expanded from macro 'TORRENT_SETTING'
#define TORRENT_SETTING(t, x) {#x, offsetof(proxy_settings,x), t},
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:471:3: warning: offset of on non-POD type 'libtorrent::proxy_settings' [-Winvalid-offsetof]
TORRENT_SETTING(boolean, proxy_peer_connections)
^ ~~~~~~~~~~~~~~~~~~~~~~
libtorrent/src/session_impl.cpp:461:36: note: expanded from macro 'TORRENT_SETTING'
#define TORRENT_SETTING(t, x) {#x, offsetof(proxy_settings,x), t},
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:479:3: warning: offset of on non-POD type 'libtorrent::dht_settings' [-Winvalid-offsetof]
TORRENT_SETTING(integer, max_peers_reply)
^ ~~~~~~~~~~~~~~~
libtorrent/src/session_impl.cpp:476:36: note: expanded from macro 'TORRENT_SETTING'
#define TORRENT_SETTING(t, x) {#x, offsetof(dht_settings,x), t},
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:480:3: warning: offset of on non-POD type 'libtorrent::dht_settings' [-Winvalid-offsetof]
TORRENT_SETTING(integer, search_branching)
^ ~~~~~~~~~~~~~~~~
libtorrent/src/session_impl.cpp:476:36: note: expanded from macro 'TORRENT_SETTING'
#define TORRENT_SETTING(t, x) {#x, offsetof(dht_settings,x), t},
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:482:3: warning: offset of on non-POD type 'libtorrent::dht_settings' [-Winvalid-offsetof]
TORRENT_SETTING(integer, service_port)
^ ~~~~~~~~~~~~
libtorrent/src/session_impl.cpp:476:36: note: expanded from macro 'TORRENT_SETTING'
#define TORRENT_SETTING(t, x) {#x, offsetof(dht_settings,x), t},
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:484:3: warning: offset of on non-POD type 'libtorrent::dht_settings' [-Winvalid-offsetof]
TORRENT_SETTING(integer, max_fail_count)
^ ~~~~~~~~~~~~~~
libtorrent/src/session_impl.cpp:476:36: note: expanded from macro 'TORRENT_SETTING'
#define TORRENT_SETTING(t, x) {#x, offsetof(dht_settings,x), t},
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:485:3: warning: offset of on non-POD type 'libtorrent::dht_settings' [-Winvalid-offsetof]
TORRENT_SETTING(integer, max_torrents)
^ ~~~~~~~~~~~~
libtorrent/src/session_impl.cpp:476:36: note: expanded from macro 'TORRENT_SETTING'
#define TORRENT_SETTING(t, x) {#x, offsetof(dht_settings,x), t},
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:486:3: warning: offset of on non-POD type 'libtorrent::dht_settings' [-Winvalid-offsetof]
TORRENT_SETTING(integer, max_dht_items)
^ ~~~~~~~~~~~~~
libtorrent/src/session_impl.cpp:476:36: note: expanded from macro 'TORRENT_SETTING'
#define TORRENT_SETTING(t, x) {#x, offsetof(dht_settings,x), t},
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:487:3: warning: offset of on non-POD type 'libtorrent::dht_settings' [-Winvalid-offsetof]
TORRENT_SETTING(integer, max_torrent_search_reply)
^ ~~~~~~~~~~~~~~~~~~~~~~~~
libtorrent/src/session_impl.cpp:476:36: note: expanded from macro 'TORRENT_SETTING'
#define TORRENT_SETTING(t, x) {#x, offsetof(dht_settings,x), t},
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:488:3: warning: offset of on non-POD type 'libtorrent::dht_settings' [-Winvalid-offsetof]
TORRENT_SETTING(boolean, restrict_routing_ips)
^ ~~~~~~~~~~~~~~~~~~~~
libtorrent/src/session_impl.cpp:476:36: note: expanded from macro 'TORRENT_SETTING'
#define TORRENT_SETTING(t, x) {#x, offsetof(dht_settings,x), t},
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:489:3: warning: offset of on non-POD type 'libtorrent::dht_settings' [-Winvalid-offsetof]
TORRENT_SETTING(boolean, restrict_search_ips)
^ ~~~~~~~~~~~~~~~~~~~
libtorrent/src/session_impl.cpp:476:36: note: expanded from macro 'TORRENT_SETTING'
#define TORRENT_SETTING(t, x) {#x, offsetof(dht_settings,x), t},
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:490:3: warning: offset of on non-POD type 'libtorrent::dht_settings' [-Winvalid-offsetof]
TORRENT_SETTING(boolean, extended_routing_table)
^ ~~~~~~~~~~~~~~~~~~~~~~
libtorrent/src/session_impl.cpp:476:36: note: expanded from macro 'TORRENT_SETTING'
#define TORRENT_SETTING(t, x) {#x, offsetof(dht_settings,x), t},
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:499:3: warning: offset of on non-POD type 'libtorrent::pe_settings' [-Winvalid-offsetof]
TORRENT_SETTING(integer, out_enc_policy)
^ ~~~~~~~~~~~~~~
libtorrent/src/session_impl.cpp:496:36: note: expanded from macro 'TORRENT_SETTING'
#define TORRENT_SETTING(t, x) {#x, offsetof(pe_settings,x), t},
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:500:3: warning: offset of on non-POD type 'libtorrent::pe_settings' [-Winvalid-offsetof]
TORRENT_SETTING(integer, in_enc_policy)
^ ~~~~~~~~~~~~~
libtorrent/src/session_impl.cpp:496:36: note: expanded from macro 'TORRENT_SETTING'
#define TORRENT_SETTING(t, x) {#x, offsetof(pe_settings,x), t},
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:501:3: warning: offset of on non-POD type 'libtorrent::pe_settings' [-Winvalid-offsetof]
TORRENT_SETTING(integer, allowed_enc_level)
^ ~~~~~~~~~~~~~~~~~
libtorrent/src/session_impl.cpp:496:36: note: expanded from macro 'TORRENT_SETTING'
#define TORRENT_SETTING(t, x) {#x, offsetof(pe_settings,x), t},
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:502:3: warning: offset of on non-POD type 'libtorrent::pe_settings' [-Winvalid-offsetof]
TORRENT_SETTING(boolean, prefer_rc4)
^ ~~~~~~~~~~
libtorrent/src/session_impl.cpp:496:36: note: expanded from macro 'TORRENT_SETTING'
#define TORRENT_SETTING(t, x) {#x, offsetof(pe_settings,x), t},
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:537:3: warning: offset of on non-POD type 'libtorrent::aux::session_impl' [-Winvalid-offsetof]
TORRENT_CATEGORY("settings", save_settings, m_settings, session_settings_map)
^ ~~~~~~~~~~
libtorrent/src/session_impl.cpp:533:44: note: expanded from macro 'TORRENT_CATEGORY'
{ name, map, lenof(map), session:: flag , offsetof(session_impl, member), offsetof(all_default_values, member) },
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:537:3: warning: offset of on non-POD type 'libtorrent::aux::all_default_values' [-Winvalid-offsetof]
TORRENT_CATEGORY("settings", save_settings, m_settings, session_settings_map)
^ ~~~~~~~~~~
libtorrent/src/session_impl.cpp:533:76: note: expanded from macro 'TORRENT_CATEGORY'
{ name, map, lenof(map), session:: flag , offsetof(session_impl, member), offsetof(all_default_values, member) },
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:539:3: warning: offset of on non-POD type 'libtorrent::aux::session_impl' [-Winvalid-offsetof]
TORRENT_CATEGORY("dht", save_dht_settings, m_dht_settings, dht_settings_map)
^ ~~~~~~~~~~~~~~
libtorrent/src/session_impl.cpp:533:44: note: expanded from macro 'TORRENT_CATEGORY'
{ name, map, lenof(map), session:: flag , offsetof(session_impl, member), offsetof(all_default_values, member) },
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:539:3: warning: offset of on non-POD type 'libtorrent::aux::all_default_values' [-Winvalid-offsetof]
TORRENT_CATEGORY("dht", save_dht_settings, m_dht_settings, dht_settings_map)
^ ~~~~~~~~~~~~~~
libtorrent/src/session_impl.cpp:533:76: note: expanded from macro 'TORRENT_CATEGORY'
{ name, map, lenof(map), session:: flag , offsetof(session_impl, member), offsetof(all_default_values, member) },
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:541:3: warning: offset of on non-POD type 'libtorrent::aux::session_impl' [-Winvalid-offsetof]
TORRENT_CATEGORY("proxy", save_proxy, m_proxy, proxy_settings_map)
^ ~~~~~~~
libtorrent/src/session_impl.cpp:533:44: note: expanded from macro 'TORRENT_CATEGORY'
{ name, map, lenof(map), session:: flag , offsetof(session_impl, member), offsetof(all_default_values, member) },
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:541:3: warning: offset of on non-POD type 'libtorrent::aux::all_default_values' [-Winvalid-offsetof]
TORRENT_CATEGORY("proxy", save_proxy, m_proxy, proxy_settings_map)
^ ~~~~~~~
libtorrent/src/session_impl.cpp:533:76: note: expanded from macro 'TORRENT_CATEGORY'
{ name, map, lenof(map), session:: flag , offsetof(session_impl, member), offsetof(all_default_values, member) },
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:546:3: warning: offset of on non-POD type 'libtorrent::aux::session_impl' [-Winvalid-offsetof]
TORRENT_CATEGORY("encryption", save_encryption_settings, m_pe_settings, pe_settings_map)
^ ~~~~~~~~~~~~~
libtorrent/src/session_impl.cpp:533:44: note: expanded from macro 'TORRENT_CATEGORY'
{ name, map, lenof(map), session:: flag , offsetof(session_impl, member), offsetof(all_default_values, member) },
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:546:3: warning: offset of on non-POD type 'libtorrent::aux::all_default_values' [-Winvalid-offsetof]
TORRENT_CATEGORY("encryption", save_encryption_settings, m_pe_settings, pe_settings_map)
^ ~~~~~~~~~~~~~
libtorrent/src/session_impl.cpp:533:76: note: expanded from macro 'TORRENT_CATEGORY'
{ name, map, lenof(map), session:: flag , offsetof(session_impl, member), offsetof(all_default_values, member) },
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:877:3: warning: offset of on non-POD type 'libtorrent::announce_entry' [-Winvalid-offsetof]
PRINT_OFFSETOF(announce_entry, url)
^ ~~~
./libtorrent/include/libtorrent/struct_debug.hpp:41:34: note: expanded from macro 'PRINT_OFFSETOF'
#define PRINT_OFFSETOF(x, y) if (offsetof(x, y) > 0) { \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:877:3: warning: offset of on non-POD type 'libtorrent::announce_entry' [-Winvalid-offsetof]
PRINT_OFFSETOF(announce_entry, url)
^ ~~~
./libtorrent/include/libtorrent/struct_debug.hpp:44:10: note: expanded from macro 'PRINT_OFFSETOF'
, int((offsetof(x, y) - temp)) - prev_size); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:877:3: warning: offset of on non-POD type 'libtorrent::announce_entry' [-Winvalid-offsetof]
PRINT_OFFSETOF(announce_entry, url)
^ ~~~
./libtorrent/include/libtorrent/struct_debug.hpp:49:9: note: expanded from macro 'PRINT_OFFSETOF'
, int(offsetof(x, y))); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:877:3: warning: offset of on non-POD type 'libtorrent::announce_entry' [-Winvalid-offsetof]
PRINT_OFFSETOF(announce_entry, url)
^ ~~~
./libtorrent/include/libtorrent/struct_debug.hpp:50:9: note: expanded from macro 'PRINT_OFFSETOF'
temp = offsetof(x, y); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:878:3: warning: offset of on non-POD type 'libtorrent::announce_entry' [-Winvalid-offsetof]
PRINT_OFFSETOF(announce_entry, trackerid)
^ ~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:41:34: note: expanded from macro 'PRINT_OFFSETOF'
#define PRINT_OFFSETOF(x, y) if (offsetof(x, y) > 0) { \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:878:3: warning: offset of on non-POD type 'libtorrent::announce_entry' [-Winvalid-offsetof]
PRINT_OFFSETOF(announce_entry, trackerid)
^ ~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:44:10: note: expanded from macro 'PRINT_OFFSETOF'
, int((offsetof(x, y) - temp)) - prev_size); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:878:3: warning: offset of on non-POD type 'libtorrent::announce_entry' [-Winvalid-offsetof]
PRINT_OFFSETOF(announce_entry, trackerid)
^ ~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:49:9: note: expanded from macro 'PRINT_OFFSETOF'
, int(offsetof(x, y))); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:878:3: warning: offset of on non-POD type 'libtorrent::announce_entry' [-Winvalid-offsetof]
PRINT_OFFSETOF(announce_entry, trackerid)
^ ~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:50:9: note: expanded from macro 'PRINT_OFFSETOF'
temp = offsetof(x, y); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:879:3: warning: offset of on non-POD type 'libtorrent::announce_entry' [-Winvalid-offsetof]
PRINT_OFFSETOF(announce_entry, message)
^ ~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:41:34: note: expanded from macro 'PRINT_OFFSETOF'
#define PRINT_OFFSETOF(x, y) if (offsetof(x, y) > 0) { \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:879:3: warning: offset of on non-POD type 'libtorrent::announce_entry' [-Winvalid-offsetof]
PRINT_OFFSETOF(announce_entry, message)
^ ~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:44:10: note: expanded from macro 'PRINT_OFFSETOF'
, int((offsetof(x, y) - temp)) - prev_size); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:879:3: warning: offset of on non-POD type 'libtorrent::announce_entry' [-Winvalid-offsetof]
PRINT_OFFSETOF(announce_entry, message)
^ ~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:49:9: note: expanded from macro 'PRINT_OFFSETOF'
, int(offsetof(x, y))); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:879:3: warning: offset of on non-POD type 'libtorrent::announce_entry' [-Winvalid-offsetof]
PRINT_OFFSETOF(announce_entry, message)
^ ~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:50:9: note: expanded from macro 'PRINT_OFFSETOF'
temp = offsetof(x, y); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:880:3: warning: offset of on non-POD type 'libtorrent::announce_entry' [-Winvalid-offsetof]
PRINT_OFFSETOF(announce_entry, last_error)
^ ~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:41:34: note: expanded from macro 'PRINT_OFFSETOF'
#define PRINT_OFFSETOF(x, y) if (offsetof(x, y) > 0) { \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:880:3: warning: offset of on non-POD type 'libtorrent::announce_entry' [-Winvalid-offsetof]
PRINT_OFFSETOF(announce_entry, last_error)
^ ~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:44:10: note: expanded from macro 'PRINT_OFFSETOF'
, int((offsetof(x, y) - temp)) - prev_size); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:880:3: warning: offset of on non-POD type 'libtorrent::announce_entry' [-Winvalid-offsetof]
PRINT_OFFSETOF(announce_entry, last_error)
^ ~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:49:9: note: expanded from macro 'PRINT_OFFSETOF'
, int(offsetof(x, y))); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:880:3: warning: offset of on non-POD type 'libtorrent::announce_entry' [-Winvalid-offsetof]
PRINT_OFFSETOF(announce_entry, last_error)
^ ~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:50:9: note: expanded from macro 'PRINT_OFFSETOF'
temp = offsetof(x, y); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:881:3: warning: offset of on non-POD type 'libtorrent::announce_entry' [-Winvalid-offsetof]
PRINT_OFFSETOF(announce_entry, next_announce)
^ ~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:41:34: note: expanded from macro 'PRINT_OFFSETOF'
#define PRINT_OFFSETOF(x, y) if (offsetof(x, y) > 0) { \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:881:3: warning: offset of on non-POD type 'libtorrent::announce_entry' [-Winvalid-offsetof]
PRINT_OFFSETOF(announce_entry, next_announce)
^ ~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:44:10: note: expanded from macro 'PRINT_OFFSETOF'
, int((offsetof(x, y) - temp)) - prev_size); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:881:3: warning: offset of on non-POD type 'libtorrent::announce_entry' [-Winvalid-offsetof]
PRINT_OFFSETOF(announce_entry, next_announce)
^ ~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:49:9: note: expanded from macro 'PRINT_OFFSETOF'
, int(offsetof(x, y))); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:881:3: warning: offset of on non-POD type 'libtorrent::announce_entry' [-Winvalid-offsetof]
PRINT_OFFSETOF(announce_entry, next_announce)
^ ~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:50:9: note: expanded from macro 'PRINT_OFFSETOF'
temp = offsetof(x, y); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:882:3: warning: offset of on non-POD type 'libtorrent::announce_entry' [-Winvalid-offsetof]
PRINT_OFFSETOF(announce_entry, min_announce)
^ ~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:41:34: note: expanded from macro 'PRINT_OFFSETOF'
#define PRINT_OFFSETOF(x, y) if (offsetof(x, y) > 0) { \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:882:3: warning: offset of on non-POD type 'libtorrent::announce_entry' [-Winvalid-offsetof]
PRINT_OFFSETOF(announce_entry, min_announce)
^ ~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:44:10: note: expanded from macro 'PRINT_OFFSETOF'
, int((offsetof(x, y) - temp)) - prev_size); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:882:3: warning: offset of on non-POD type 'libtorrent::announce_entry' [-Winvalid-offsetof]
PRINT_OFFSETOF(announce_entry, min_announce)
^ ~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:49:9: note: expanded from macro 'PRINT_OFFSETOF'
, int(offsetof(x, y))); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:882:3: warning: offset of on non-POD type 'libtorrent::announce_entry' [-Winvalid-offsetof]
PRINT_OFFSETOF(announce_entry, min_announce)
^ ~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:50:9: note: expanded from macro 'PRINT_OFFSETOF'
temp = offsetof(x, y); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:883:3: warning: offset of on non-POD type 'libtorrent::announce_entry' [-Winvalid-offsetof]
PRINT_OFFSETOF(announce_entry, tier)
^ ~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:41:34: note: expanded from macro 'PRINT_OFFSETOF'
#define PRINT_OFFSETOF(x, y) if (offsetof(x, y) > 0) { \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:883:3: warning: offset of on non-POD type 'libtorrent::announce_entry' [-Winvalid-offsetof]
PRINT_OFFSETOF(announce_entry, tier)
^ ~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:44:10: note: expanded from macro 'PRINT_OFFSETOF'
, int((offsetof(x, y) - temp)) - prev_size); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:883:3: warning: offset of on non-POD type 'libtorrent::announce_entry' [-Winvalid-offsetof]
PRINT_OFFSETOF(announce_entry, tier)
^ ~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:49:9: note: expanded from macro 'PRINT_OFFSETOF'
, int(offsetof(x, y))); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:883:3: warning: offset of on non-POD type 'libtorrent::announce_entry' [-Winvalid-offsetof]
PRINT_OFFSETOF(announce_entry, tier)
^ ~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:50:9: note: expanded from macro 'PRINT_OFFSETOF'
temp = offsetof(x, y); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:884:3: warning: offset of on non-POD type 'libtorrent::announce_entry' [-Winvalid-offsetof]
PRINT_OFFSETOF(announce_entry, fail_limit)
^ ~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:41:34: note: expanded from macro 'PRINT_OFFSETOF'
#define PRINT_OFFSETOF(x, y) if (offsetof(x, y) > 0) { \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:884:3: warning: offset of on non-POD type 'libtorrent::announce_entry' [-Winvalid-offsetof]
PRINT_OFFSETOF(announce_entry, fail_limit)
^ ~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:44:10: note: expanded from macro 'PRINT_OFFSETOF'
, int((offsetof(x, y) - temp)) - prev_size); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:884:3: warning: offset of on non-POD type 'libtorrent::announce_entry' [-Winvalid-offsetof]
PRINT_OFFSETOF(announce_entry, fail_limit)
^ ~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:49:9: note: expanded from macro 'PRINT_OFFSETOF'
, int(offsetof(x, y))); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:884:3: warning: offset of on non-POD type 'libtorrent::announce_entry' [-Winvalid-offsetof]
PRINT_OFFSETOF(announce_entry, fail_limit)
^ ~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:50:9: note: expanded from macro 'PRINT_OFFSETOF'
temp = offsetof(x, y); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:888:3: warning: offset of on non-POD type 'libtorrent::torrent_info' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent_info, m_refs)
^ ~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:41:34: note: expanded from macro 'PRINT_OFFSETOF'
#define PRINT_OFFSETOF(x, y) if (offsetof(x, y) > 0) { \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:888:3: warning: offset of on non-POD type 'libtorrent::torrent_info' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent_info, m_refs)
^ ~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:44:10: note: expanded from macro 'PRINT_OFFSETOF'
, int((offsetof(x, y) - temp)) - prev_size); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:888:3: warning: offset of on non-POD type 'libtorrent::torrent_info' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent_info, m_refs)
^ ~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:49:9: note: expanded from macro 'PRINT_OFFSETOF'
, int(offsetof(x, y))); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:888:3: warning: offset of on non-POD type 'libtorrent::torrent_info' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent_info, m_refs)
^ ~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:50:9: note: expanded from macro 'PRINT_OFFSETOF'
temp = offsetof(x, y); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:889:3: warning: offset of on non-POD type 'libtorrent::torrent_info' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent_info, m_merkle_first_leaf)
^ ~~~~~~~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:41:34: note: expanded from macro 'PRINT_OFFSETOF'
#define PRINT_OFFSETOF(x, y) if (offsetof(x, y) > 0) { \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:889:3: warning: offset of on non-POD type 'libtorrent::torrent_info' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent_info, m_merkle_first_leaf)
^ ~~~~~~~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:44:10: note: expanded from macro 'PRINT_OFFSETOF'
, int((offsetof(x, y) - temp)) - prev_size); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:889:3: warning: offset of on non-POD type 'libtorrent::torrent_info' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent_info, m_merkle_first_leaf)
^ ~~~~~~~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:49:9: note: expanded from macro 'PRINT_OFFSETOF'
, int(offsetof(x, y))); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:889:3: warning: offset of on non-POD type 'libtorrent::torrent_info' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent_info, m_merkle_first_leaf)
^ ~~~~~~~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:50:9: note: expanded from macro 'PRINT_OFFSETOF'
temp = offsetof(x, y); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:890:3: warning: offset of on non-POD type 'libtorrent::torrent_info' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent_info, m_files)
^ ~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:41:34: note: expanded from macro 'PRINT_OFFSETOF'
#define PRINT_OFFSETOF(x, y) if (offsetof(x, y) > 0) { \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:890:3: warning: offset of on non-POD type 'libtorrent::torrent_info' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent_info, m_files)
^ ~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:44:10: note: expanded from macro 'PRINT_OFFSETOF'
, int((offsetof(x, y) - temp)) - prev_size); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:890:3: warning: offset of on non-POD type 'libtorrent::torrent_info' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent_info, m_files)
^ ~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:49:9: note: expanded from macro 'PRINT_OFFSETOF'
, int(offsetof(x, y))); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:890:3: warning: offset of on non-POD type 'libtorrent::torrent_info' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent_info, m_files)
^ ~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:50:9: note: expanded from macro 'PRINT_OFFSETOF'
temp = offsetof(x, y); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:891:3: warning: offset of on non-POD type 'libtorrent::torrent_info' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent_info, m_orig_files)
^ ~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:41:34: note: expanded from macro 'PRINT_OFFSETOF'
#define PRINT_OFFSETOF(x, y) if (offsetof(x, y) > 0) { \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:891:3: warning: offset of on non-POD type 'libtorrent::torrent_info' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent_info, m_orig_files)
^ ~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:44:10: note: expanded from macro 'PRINT_OFFSETOF'
, int((offsetof(x, y) - temp)) - prev_size); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:891:3: warning: offset of on non-POD type 'libtorrent::torrent_info' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent_info, m_orig_files)
^ ~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:49:9: note: expanded from macro 'PRINT_OFFSETOF'
, int(offsetof(x, y))); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:891:3: warning: offset of on non-POD type 'libtorrent::torrent_info' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent_info, m_orig_files)
^ ~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:50:9: note: expanded from macro 'PRINT_OFFSETOF'
temp = offsetof(x, y); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:892:3: warning: offset of on non-POD type 'libtorrent::torrent_info' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent_info, m_urls)
^ ~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:41:34: note: expanded from macro 'PRINT_OFFSETOF'
#define PRINT_OFFSETOF(x, y) if (offsetof(x, y) > 0) { \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:892:3: warning: offset of on non-POD type 'libtorrent::torrent_info' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent_info, m_urls)
^ ~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:44:10: note: expanded from macro 'PRINT_OFFSETOF'
, int((offsetof(x, y) - temp)) - prev_size); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:892:3: warning: offset of on non-POD type 'libtorrent::torrent_info' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent_info, m_urls)
^ ~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:49:9: note: expanded from macro 'PRINT_OFFSETOF'
, int(offsetof(x, y))); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:892:3: warning: offset of on non-POD type 'libtorrent::torrent_info' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent_info, m_urls)
^ ~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:50:9: note: expanded from macro 'PRINT_OFFSETOF'
temp = offsetof(x, y); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:893:3: warning: offset of on non-POD type 'libtorrent::torrent_info' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent_info, m_web_seeds)
^ ~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:41:34: note: expanded from macro 'PRINT_OFFSETOF'
#define PRINT_OFFSETOF(x, y) if (offsetof(x, y) > 0) { \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:893:3: warning: offset of on non-POD type 'libtorrent::torrent_info' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent_info, m_web_seeds)
^ ~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:44:10: note: expanded from macro 'PRINT_OFFSETOF'
, int((offsetof(x, y) - temp)) - prev_size); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:893:3: warning: offset of on non-POD type 'libtorrent::torrent_info' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent_info, m_web_seeds)
^ ~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:49:9: note: expanded from macro 'PRINT_OFFSETOF'
, int(offsetof(x, y))); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:893:3: warning: offset of on non-POD type 'libtorrent::torrent_info' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent_info, m_web_seeds)
^ ~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:50:9: note: expanded from macro 'PRINT_OFFSETOF'
temp = offsetof(x, y); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:894:3: warning: offset of on non-POD type 'libtorrent::torrent_info' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent_info, m_nodes)
^ ~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:41:34: note: expanded from macro 'PRINT_OFFSETOF'
#define PRINT_OFFSETOF(x, y) if (offsetof(x, y) > 0) { \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:894:3: warning: offset of on non-POD type 'libtorrent::torrent_info' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent_info, m_nodes)
^ ~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:44:10: note: expanded from macro 'PRINT_OFFSETOF'
, int((offsetof(x, y) - temp)) - prev_size); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:894:3: warning: offset of on non-POD type 'libtorrent::torrent_info' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent_info, m_nodes)
^ ~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:49:9: note: expanded from macro 'PRINT_OFFSETOF'
, int(offsetof(x, y))); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:894:3: warning: offset of on non-POD type 'libtorrent::torrent_info' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent_info, m_nodes)
^ ~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:50:9: note: expanded from macro 'PRINT_OFFSETOF'
temp = offsetof(x, y); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:895:3: warning: offset of on non-POD type 'libtorrent::torrent_info' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent_info, m_merkle_tree)
^ ~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:41:34: note: expanded from macro 'PRINT_OFFSETOF'
#define PRINT_OFFSETOF(x, y) if (offsetof(x, y) > 0) { \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:895:3: warning: offset of on non-POD type 'libtorrent::torrent_info' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent_info, m_merkle_tree)
^ ~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:44:10: note: expanded from macro 'PRINT_OFFSETOF'
, int((offsetof(x, y) - temp)) - prev_size); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:895:3: warning: offset of on non-POD type 'libtorrent::torrent_info' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent_info, m_merkle_tree)
^ ~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:49:9: note: expanded from macro 'PRINT_OFFSETOF'
, int(offsetof(x, y))); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:895:3: warning: offset of on non-POD type 'libtorrent::torrent_info' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent_info, m_merkle_tree)
^ ~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:50:9: note: expanded from macro 'PRINT_OFFSETOF'
temp = offsetof(x, y); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:896:3: warning: offset of on non-POD type 'libtorrent::torrent_info' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent_info, m_info_section)
^ ~~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:41:34: note: expanded from macro 'PRINT_OFFSETOF'
#define PRINT_OFFSETOF(x, y) if (offsetof(x, y) > 0) { \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:896:3: warning: offset of on non-POD type 'libtorrent::torrent_info' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent_info, m_info_section)
^ ~~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:44:10: note: expanded from macro 'PRINT_OFFSETOF'
, int((offsetof(x, y) - temp)) - prev_size); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:896:3: warning: offset of on non-POD type 'libtorrent::torrent_info' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent_info, m_info_section)
^ ~~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:49:9: note: expanded from macro 'PRINT_OFFSETOF'
, int(offsetof(x, y))); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:896:3: warning: offset of on non-POD type 'libtorrent::torrent_info' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent_info, m_info_section)
^ ~~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:50:9: note: expanded from macro 'PRINT_OFFSETOF'
temp = offsetof(x, y); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:897:3: warning: offset of on non-POD type 'libtorrent::torrent_info' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent_info, m_piece_hashes)
^ ~~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:41:34: note: expanded from macro 'PRINT_OFFSETOF'
#define PRINT_OFFSETOF(x, y) if (offsetof(x, y) > 0) { \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:897:3: warning: offset of on non-POD type 'libtorrent::torrent_info' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent_info, m_piece_hashes)
^ ~~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:44:10: note: expanded from macro 'PRINT_OFFSETOF'
, int((offsetof(x, y) - temp)) - prev_size); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:897:3: warning: offset of on non-POD type 'libtorrent::torrent_info' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent_info, m_piece_hashes)
^ ~~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:49:9: note: expanded from macro 'PRINT_OFFSETOF'
, int(offsetof(x, y))); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:897:3: warning: offset of on non-POD type 'libtorrent::torrent_info' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent_info, m_piece_hashes)
^ ~~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:50:9: note: expanded from macro 'PRINT_OFFSETOF'
temp = offsetof(x, y); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:898:3: warning: offset of on non-POD type 'libtorrent::torrent_info' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent_info, m_comment)
^ ~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:41:34: note: expanded from macro 'PRINT_OFFSETOF'
#define PRINT_OFFSETOF(x, y) if (offsetof(x, y) > 0) { \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:898:3: warning: offset of on non-POD type 'libtorrent::torrent_info' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent_info, m_comment)
^ ~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:44:10: note: expanded from macro 'PRINT_OFFSETOF'
, int((offsetof(x, y) - temp)) - prev_size); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:898:3: warning: offset of on non-POD type 'libtorrent::torrent_info' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent_info, m_comment)
^ ~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:49:9: note: expanded from macro 'PRINT_OFFSETOF'
, int(offsetof(x, y))); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:898:3: warning: offset of on non-POD type 'libtorrent::torrent_info' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent_info, m_comment)
^ ~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:50:9: note: expanded from macro 'PRINT_OFFSETOF'
temp = offsetof(x, y); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:899:3: warning: offset of on non-POD type 'libtorrent::torrent_info' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent_info, m_created_by)
^ ~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:41:34: note: expanded from macro 'PRINT_OFFSETOF'
#define PRINT_OFFSETOF(x, y) if (offsetof(x, y) > 0) { \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:899:3: warning: offset of on non-POD type 'libtorrent::torrent_info' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent_info, m_created_by)
^ ~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:44:10: note: expanded from macro 'PRINT_OFFSETOF'
, int((offsetof(x, y) - temp)) - prev_size); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:899:3: warning: offset of on non-POD type 'libtorrent::torrent_info' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent_info, m_created_by)
^ ~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:49:9: note: expanded from macro 'PRINT_OFFSETOF'
, int(offsetof(x, y))); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:899:3: warning: offset of on non-POD type 'libtorrent::torrent_info' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent_info, m_created_by)
^ ~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:50:9: note: expanded from macro 'PRINT_OFFSETOF'
temp = offsetof(x, y); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:901:3: warning: offset of on non-POD type 'libtorrent::torrent_info' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent_info, m_ssl_root_cert)
^ ~~~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:41:34: note: expanded from macro 'PRINT_OFFSETOF'
#define PRINT_OFFSETOF(x, y) if (offsetof(x, y) > 0) { \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:901:3: warning: offset of on non-POD type 'libtorrent::torrent_info' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent_info, m_ssl_root_cert)
^ ~~~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:44:10: note: expanded from macro 'PRINT_OFFSETOF'
, int((offsetof(x, y) - temp)) - prev_size); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:901:3: warning: offset of on non-POD type 'libtorrent::torrent_info' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent_info, m_ssl_root_cert)
^ ~~~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:49:9: note: expanded from macro 'PRINT_OFFSETOF'
, int(offsetof(x, y))); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:901:3: warning: offset of on non-POD type 'libtorrent::torrent_info' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent_info, m_ssl_root_cert)
^ ~~~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:50:9: note: expanded from macro 'PRINT_OFFSETOF'
temp = offsetof(x, y); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:903:3: warning: offset of on non-POD type 'libtorrent::torrent_info' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent_info, m_info_dict)
^ ~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:41:34: note: expanded from macro 'PRINT_OFFSETOF'
#define PRINT_OFFSETOF(x, y) if (offsetof(x, y) > 0) { \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:903:3: warning: offset of on non-POD type 'libtorrent::torrent_info' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent_info, m_info_dict)
^ ~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:44:10: note: expanded from macro 'PRINT_OFFSETOF'
, int((offsetof(x, y) - temp)) - prev_size); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:903:3: warning: offset of on non-POD type 'libtorrent::torrent_info' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent_info, m_info_dict)
^ ~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:49:9: note: expanded from macro 'PRINT_OFFSETOF'
, int(offsetof(x, y))); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:903:3: warning: offset of on non-POD type 'libtorrent::torrent_info' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent_info, m_info_dict)
^ ~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:50:9: note: expanded from macro 'PRINT_OFFSETOF'
temp = offsetof(x, y); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:904:3: warning: offset of on non-POD type 'libtorrent::torrent_info' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent_info, m_creation_date)
^ ~~~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:41:34: note: expanded from macro 'PRINT_OFFSETOF'
#define PRINT_OFFSETOF(x, y) if (offsetof(x, y) > 0) { \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:904:3: warning: offset of on non-POD type 'libtorrent::torrent_info' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent_info, m_creation_date)
^ ~~~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:44:10: note: expanded from macro 'PRINT_OFFSETOF'
, int((offsetof(x, y) - temp)) - prev_size); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:904:3: warning: offset of on non-POD type 'libtorrent::torrent_info' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent_info, m_creation_date)
^ ~~~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:49:9: note: expanded from macro 'PRINT_OFFSETOF'
, int(offsetof(x, y))); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:904:3: warning: offset of on non-POD type 'libtorrent::torrent_info' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent_info, m_creation_date)
^ ~~~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:50:9: note: expanded from macro 'PRINT_OFFSETOF'
temp = offsetof(x, y); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:905:3: warning: offset of on non-POD type 'libtorrent::torrent_info' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent_info, m_info_hash)
^ ~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:41:34: note: expanded from macro 'PRINT_OFFSETOF'
#define PRINT_OFFSETOF(x, y) if (offsetof(x, y) > 0) { \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:905:3: warning: offset of on non-POD type 'libtorrent::torrent_info' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent_info, m_info_hash)
^ ~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:44:10: note: expanded from macro 'PRINT_OFFSETOF'
, int((offsetof(x, y) - temp)) - prev_size); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:905:3: warning: offset of on non-POD type 'libtorrent::torrent_info' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent_info, m_info_hash)
^ ~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:49:9: note: expanded from macro 'PRINT_OFFSETOF'
, int(offsetof(x, y))); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:905:3: warning: offset of on non-POD type 'libtorrent::torrent_info' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent_info, m_info_hash)
^ ~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:50:9: note: expanded from macro 'PRINT_OFFSETOF'
temp = offsetof(x, y); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:917:3: warning: offset of on non-POD type 'libtorrent::internal_file_entry' [-Winvalid-offsetof]
PRINT_OFFSETOF(internal_file_entry, name)
^ ~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:41:34: note: expanded from macro 'PRINT_OFFSETOF'
#define PRINT_OFFSETOF(x, y) if (offsetof(x, y) > 0) { \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:917:3: warning: offset of on non-POD type 'libtorrent::internal_file_entry' [-Winvalid-offsetof]
PRINT_OFFSETOF(internal_file_entry, name)
^ ~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:44:10: note: expanded from macro 'PRINT_OFFSETOF'
, int((offsetof(x, y) - temp)) - prev_size); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:917:3: warning: offset of on non-POD type 'libtorrent::internal_file_entry' [-Winvalid-offsetof]
PRINT_OFFSETOF(internal_file_entry, name)
^ ~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:49:9: note: expanded from macro 'PRINT_OFFSETOF'
, int(offsetof(x, y))); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:917:3: warning: offset of on non-POD type 'libtorrent::internal_file_entry' [-Winvalid-offsetof]
PRINT_OFFSETOF(internal_file_entry, name)
^ ~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:50:9: note: expanded from macro 'PRINT_OFFSETOF'
temp = offsetof(x, y); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:918:3: warning: offset of on non-POD type 'libtorrent::internal_file_entry' [-Winvalid-offsetof]
PRINT_OFFSETOF(internal_file_entry, path_index)
^ ~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:41:34: note: expanded from macro 'PRINT_OFFSETOF'
#define PRINT_OFFSETOF(x, y) if (offsetof(x, y) > 0) { \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:918:3: warning: offset of on non-POD type 'libtorrent::internal_file_entry' [-Winvalid-offsetof]
PRINT_OFFSETOF(internal_file_entry, path_index)
^ ~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:44:10: note: expanded from macro 'PRINT_OFFSETOF'
, int((offsetof(x, y) - temp)) - prev_size); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:918:3: warning: offset of on non-POD type 'libtorrent::internal_file_entry' [-Winvalid-offsetof]
PRINT_OFFSETOF(internal_file_entry, path_index)
^ ~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:49:9: note: expanded from macro 'PRINT_OFFSETOF'
, int(offsetof(x, y))); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:918:3: warning: offset of on non-POD type 'libtorrent::internal_file_entry' [-Winvalid-offsetof]
PRINT_OFFSETOF(internal_file_entry, path_index)
^ ~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:50:9: note: expanded from macro 'PRINT_OFFSETOF'
temp = offsetof(x, y); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:922:3: warning: offset of on non-POD type 'libtorrent::file_storage' [-Winvalid-offsetof]
PRINT_OFFSETOF(file_storage, m_files)
^ ~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:41:34: note: expanded from macro 'PRINT_OFFSETOF'
#define PRINT_OFFSETOF(x, y) if (offsetof(x, y) > 0) { \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:922:3: warning: offset of on non-POD type 'libtorrent::file_storage' [-Winvalid-offsetof]
PRINT_OFFSETOF(file_storage, m_files)
^ ~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:44:10: note: expanded from macro 'PRINT_OFFSETOF'
, int((offsetof(x, y) - temp)) - prev_size); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:922:3: warning: offset of on non-POD type 'libtorrent::file_storage' [-Winvalid-offsetof]
PRINT_OFFSETOF(file_storage, m_files)
^ ~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:49:9: note: expanded from macro 'PRINT_OFFSETOF'
, int(offsetof(x, y))); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:922:3: warning: offset of on non-POD type 'libtorrent::file_storage' [-Winvalid-offsetof]
PRINT_OFFSETOF(file_storage, m_files)
^ ~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:50:9: note: expanded from macro 'PRINT_OFFSETOF'
temp = offsetof(x, y); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:923:3: warning: offset of on non-POD type 'libtorrent::file_storage' [-Winvalid-offsetof]
PRINT_OFFSETOF(file_storage, m_file_hashes)
^ ~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:41:34: note: expanded from macro 'PRINT_OFFSETOF'
#define PRINT_OFFSETOF(x, y) if (offsetof(x, y) > 0) { \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:923:3: warning: offset of on non-POD type 'libtorrent::file_storage' [-Winvalid-offsetof]
PRINT_OFFSETOF(file_storage, m_file_hashes)
^ ~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:44:10: note: expanded from macro 'PRINT_OFFSETOF'
, int((offsetof(x, y) - temp)) - prev_size); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:923:3: warning: offset of on non-POD type 'libtorrent::file_storage' [-Winvalid-offsetof]
PRINT_OFFSETOF(file_storage, m_file_hashes)
^ ~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:49:9: note: expanded from macro 'PRINT_OFFSETOF'
, int(offsetof(x, y))); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:923:3: warning: offset of on non-POD type 'libtorrent::file_storage' [-Winvalid-offsetof]
PRINT_OFFSETOF(file_storage, m_file_hashes)
^ ~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:50:9: note: expanded from macro 'PRINT_OFFSETOF'
temp = offsetof(x, y); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:924:3: warning: offset of on non-POD type 'libtorrent::file_storage' [-Winvalid-offsetof]
PRINT_OFFSETOF(file_storage, m_symlinks)
^ ~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:41:34: note: expanded from macro 'PRINT_OFFSETOF'
#define PRINT_OFFSETOF(x, y) if (offsetof(x, y) > 0) { \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:924:3: warning: offset of on non-POD type 'libtorrent::file_storage' [-Winvalid-offsetof]
PRINT_OFFSETOF(file_storage, m_symlinks)
^ ~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:44:10: note: expanded from macro 'PRINT_OFFSETOF'
, int((offsetof(x, y) - temp)) - prev_size); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:924:3: warning: offset of on non-POD type 'libtorrent::file_storage' [-Winvalid-offsetof]
PRINT_OFFSETOF(file_storage, m_symlinks)
^ ~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:49:9: note: expanded from macro 'PRINT_OFFSETOF'
, int(offsetof(x, y))); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:924:3: warning: offset of on non-POD type 'libtorrent::file_storage' [-Winvalid-offsetof]
PRINT_OFFSETOF(file_storage, m_symlinks)
^ ~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:50:9: note: expanded from macro 'PRINT_OFFSETOF'
temp = offsetof(x, y); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:925:3: warning: offset of on non-POD type 'libtorrent::file_storage' [-Winvalid-offsetof]
PRINT_OFFSETOF(file_storage, m_mtime)
^ ~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:41:34: note: expanded from macro 'PRINT_OFFSETOF'
#define PRINT_OFFSETOF(x, y) if (offsetof(x, y) > 0) { \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:925:3: warning: offset of on non-POD type 'libtorrent::file_storage' [-Winvalid-offsetof]
PRINT_OFFSETOF(file_storage, m_mtime)
^ ~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:44:10: note: expanded from macro 'PRINT_OFFSETOF'
, int((offsetof(x, y) - temp)) - prev_size); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:925:3: warning: offset of on non-POD type 'libtorrent::file_storage' [-Winvalid-offsetof]
PRINT_OFFSETOF(file_storage, m_mtime)
^ ~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:49:9: note: expanded from macro 'PRINT_OFFSETOF'
, int(offsetof(x, y))); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:925:3: warning: offset of on non-POD type 'libtorrent::file_storage' [-Winvalid-offsetof]
PRINT_OFFSETOF(file_storage, m_mtime)
^ ~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:50:9: note: expanded from macro 'PRINT_OFFSETOF'
temp = offsetof(x, y); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:926:3: warning: offset of on non-POD type 'libtorrent::file_storage' [-Winvalid-offsetof]
PRINT_OFFSETOF(file_storage, m_file_base)
^ ~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:41:34: note: expanded from macro 'PRINT_OFFSETOF'
#define PRINT_OFFSETOF(x, y) if (offsetof(x, y) > 0) { \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:926:3: warning: offset of on non-POD type 'libtorrent::file_storage' [-Winvalid-offsetof]
PRINT_OFFSETOF(file_storage, m_file_base)
^ ~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:44:10: note: expanded from macro 'PRINT_OFFSETOF'
, int((offsetof(x, y) - temp)) - prev_size); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:926:3: warning: offset of on non-POD type 'libtorrent::file_storage' [-Winvalid-offsetof]
PRINT_OFFSETOF(file_storage, m_file_base)
^ ~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:49:9: note: expanded from macro 'PRINT_OFFSETOF'
, int(offsetof(x, y))); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:926:3: warning: offset of on non-POD type 'libtorrent::file_storage' [-Winvalid-offsetof]
PRINT_OFFSETOF(file_storage, m_file_base)
^ ~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:50:9: note: expanded from macro 'PRINT_OFFSETOF'
temp = offsetof(x, y); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:927:3: warning: offset of on non-POD type 'libtorrent::file_storage' [-Winvalid-offsetof]
PRINT_OFFSETOF(file_storage, m_paths)
^ ~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:41:34: note: expanded from macro 'PRINT_OFFSETOF'
#define PRINT_OFFSETOF(x, y) if (offsetof(x, y) > 0) { \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:927:3: warning: offset of on non-POD type 'libtorrent::file_storage' [-Winvalid-offsetof]
PRINT_OFFSETOF(file_storage, m_paths)
^ ~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:44:10: note: expanded from macro 'PRINT_OFFSETOF'
, int((offsetof(x, y) - temp)) - prev_size); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:927:3: warning: offset of on non-POD type 'libtorrent::file_storage' [-Winvalid-offsetof]
PRINT_OFFSETOF(file_storage, m_paths)
^ ~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:49:9: note: expanded from macro 'PRINT_OFFSETOF'
, int(offsetof(x, y))); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:927:3: warning: offset of on non-POD type 'libtorrent::file_storage' [-Winvalid-offsetof]
PRINT_OFFSETOF(file_storage, m_paths)
^ ~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:50:9: note: expanded from macro 'PRINT_OFFSETOF'
temp = offsetof(x, y); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:928:3: warning: offset of on non-POD type 'libtorrent::file_storage' [-Winvalid-offsetof]
PRINT_OFFSETOF(file_storage, m_name)
^ ~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:41:34: note: expanded from macro 'PRINT_OFFSETOF'
#define PRINT_OFFSETOF(x, y) if (offsetof(x, y) > 0) { \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:928:3: warning: offset of on non-POD type 'libtorrent::file_storage' [-Winvalid-offsetof]
PRINT_OFFSETOF(file_storage, m_name)
^ ~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:44:10: note: expanded from macro 'PRINT_OFFSETOF'
, int((offsetof(x, y) - temp)) - prev_size); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:928:3: warning: offset of on non-POD type 'libtorrent::file_storage' [-Winvalid-offsetof]
PRINT_OFFSETOF(file_storage, m_name)
^ ~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:49:9: note: expanded from macro 'PRINT_OFFSETOF'
, int(offsetof(x, y))); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:928:3: warning: offset of on non-POD type 'libtorrent::file_storage' [-Winvalid-offsetof]
PRINT_OFFSETOF(file_storage, m_name)
^ ~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:50:9: note: expanded from macro 'PRINT_OFFSETOF'
temp = offsetof(x, y); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:929:3: warning: offset of on non-POD type 'libtorrent::file_storage' [-Winvalid-offsetof]
PRINT_OFFSETOF(file_storage, m_total_size)
^ ~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:41:34: note: expanded from macro 'PRINT_OFFSETOF'
#define PRINT_OFFSETOF(x, y) if (offsetof(x, y) > 0) { \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:929:3: warning: offset of on non-POD type 'libtorrent::file_storage' [-Winvalid-offsetof]
PRINT_OFFSETOF(file_storage, m_total_size)
^ ~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:44:10: note: expanded from macro 'PRINT_OFFSETOF'
, int((offsetof(x, y) - temp)) - prev_size); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:929:3: warning: offset of on non-POD type 'libtorrent::file_storage' [-Winvalid-offsetof]
PRINT_OFFSETOF(file_storage, m_total_size)
^ ~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:49:9: note: expanded from macro 'PRINT_OFFSETOF'
, int(offsetof(x, y))); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:929:3: warning: offset of on non-POD type 'libtorrent::file_storage' [-Winvalid-offsetof]
PRINT_OFFSETOF(file_storage, m_total_size)
^ ~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:50:9: note: expanded from macro 'PRINT_OFFSETOF'
temp = offsetof(x, y); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:930:3: warning: offset of on non-POD type 'libtorrent::file_storage' [-Winvalid-offsetof]
PRINT_OFFSETOF(file_storage, m_num_pieces)
^ ~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:41:34: note: expanded from macro 'PRINT_OFFSETOF'
#define PRINT_OFFSETOF(x, y) if (offsetof(x, y) > 0) { \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:930:3: warning: offset of on non-POD type 'libtorrent::file_storage' [-Winvalid-offsetof]
PRINT_OFFSETOF(file_storage, m_num_pieces)
^ ~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:44:10: note: expanded from macro 'PRINT_OFFSETOF'
, int((offsetof(x, y) - temp)) - prev_size); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:930:3: warning: offset of on non-POD type 'libtorrent::file_storage' [-Winvalid-offsetof]
PRINT_OFFSETOF(file_storage, m_num_pieces)
^ ~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:49:9: note: expanded from macro 'PRINT_OFFSETOF'
, int(offsetof(x, y))); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:930:3: warning: offset of on non-POD type 'libtorrent::file_storage' [-Winvalid-offsetof]
PRINT_OFFSETOF(file_storage, m_num_pieces)
^ ~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:50:9: note: expanded from macro 'PRINT_OFFSETOF'
temp = offsetof(x, y); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:931:3: warning: offset of on non-POD type 'libtorrent::file_storage' [-Winvalid-offsetof]
PRINT_OFFSETOF(file_storage, m_piece_length)
^ ~~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:41:34: note: expanded from macro 'PRINT_OFFSETOF'
#define PRINT_OFFSETOF(x, y) if (offsetof(x, y) > 0) { \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:931:3: warning: offset of on non-POD type 'libtorrent::file_storage' [-Winvalid-offsetof]
PRINT_OFFSETOF(file_storage, m_piece_length)
^ ~~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:44:10: note: expanded from macro 'PRINT_OFFSETOF'
, int((offsetof(x, y) - temp)) - prev_size); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:931:3: warning: offset of on non-POD type 'libtorrent::file_storage' [-Winvalid-offsetof]
PRINT_OFFSETOF(file_storage, m_piece_length)
^ ~~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:49:9: note: expanded from macro 'PRINT_OFFSETOF'
, int(offsetof(x, y))); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:931:3: warning: offset of on non-POD type 'libtorrent::file_storage' [-Winvalid-offsetof]
PRINT_OFFSETOF(file_storage, m_piece_length)
^ ~~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:50:9: note: expanded from macro 'PRINT_OFFSETOF'
temp = offsetof(x, y); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:956:3: warning: offset of on non-POD type 'policy::peer' [-Winvalid-offsetof]
PRINT_OFFSETOF(policy::peer, prev_amount_upload)
^ ~~~~~~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:41:34: note: expanded from macro 'PRINT_OFFSETOF'
#define PRINT_OFFSETOF(x, y) if (offsetof(x, y) > 0) { \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:956:3: warning: offset of on non-POD type 'policy::peer' [-Winvalid-offsetof]
PRINT_OFFSETOF(policy::peer, prev_amount_upload)
^ ~~~~~~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:44:10: note: expanded from macro 'PRINT_OFFSETOF'
, int((offsetof(x, y) - temp)) - prev_size); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:956:3: warning: offset of on non-POD type 'policy::peer' [-Winvalid-offsetof]
PRINT_OFFSETOF(policy::peer, prev_amount_upload)
^ ~~~~~~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:49:9: note: expanded from macro 'PRINT_OFFSETOF'
, int(offsetof(x, y))); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:956:3: warning: offset of on non-POD type 'policy::peer' [-Winvalid-offsetof]
PRINT_OFFSETOF(policy::peer, prev_amount_upload)
^ ~~~~~~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:50:9: note: expanded from macro 'PRINT_OFFSETOF'
temp = offsetof(x, y); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:957:3: warning: offset of on non-POD type 'policy::peer' [-Winvalid-offsetof]
PRINT_OFFSETOF(policy::peer, prev_amount_download)
^ ~~~~~~~~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:41:34: note: expanded from macro 'PRINT_OFFSETOF'
#define PRINT_OFFSETOF(x, y) if (offsetof(x, y) > 0) { \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:957:3: warning: offset of on non-POD type 'policy::peer' [-Winvalid-offsetof]
PRINT_OFFSETOF(policy::peer, prev_amount_download)
^ ~~~~~~~~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:44:10: note: expanded from macro 'PRINT_OFFSETOF'
, int((offsetof(x, y) - temp)) - prev_size); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:957:3: warning: offset of on non-POD type 'policy::peer' [-Winvalid-offsetof]
PRINT_OFFSETOF(policy::peer, prev_amount_download)
^ ~~~~~~~~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:49:9: note: expanded from macro 'PRINT_OFFSETOF'
, int(offsetof(x, y))); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:957:3: warning: offset of on non-POD type 'policy::peer' [-Winvalid-offsetof]
PRINT_OFFSETOF(policy::peer, prev_amount_download)
^ ~~~~~~~~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:50:9: note: expanded from macro 'PRINT_OFFSETOF'
temp = offsetof(x, y); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:958:3: warning: offset of on non-POD type 'policy::peer' [-Winvalid-offsetof]
PRINT_OFFSETOF(policy::peer, connection)
^ ~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:41:34: note: expanded from macro 'PRINT_OFFSETOF'
#define PRINT_OFFSETOF(x, y) if (offsetof(x, y) > 0) { \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:958:3: warning: offset of on non-POD type 'policy::peer' [-Winvalid-offsetof]
PRINT_OFFSETOF(policy::peer, connection)
^ ~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:44:10: note: expanded from macro 'PRINT_OFFSETOF'
, int((offsetof(x, y) - temp)) - prev_size); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:958:3: warning: offset of on non-POD type 'policy::peer' [-Winvalid-offsetof]
PRINT_OFFSETOF(policy::peer, connection)
^ ~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:49:9: note: expanded from macro 'PRINT_OFFSETOF'
, int(offsetof(x, y))); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:958:3: warning: offset of on non-POD type 'policy::peer' [-Winvalid-offsetof]
PRINT_OFFSETOF(policy::peer, connection)
^ ~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:50:9: note: expanded from macro 'PRINT_OFFSETOF'
temp = offsetof(x, y); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:961:3: warning: offset of on non-POD type 'policy::peer' [-Winvalid-offsetof]
PRINT_OFFSETOF(policy::peer, inet_as_num)
^ ~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:41:34: note: expanded from macro 'PRINT_OFFSETOF'
#define PRINT_OFFSETOF(x, y) if (offsetof(x, y) > 0) { \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:961:3: warning: offset of on non-POD type 'policy::peer' [-Winvalid-offsetof]
PRINT_OFFSETOF(policy::peer, inet_as_num)
^ ~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:44:10: note: expanded from macro 'PRINT_OFFSETOF'
, int((offsetof(x, y) - temp)) - prev_size); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:961:3: warning: offset of on non-POD type 'policy::peer' [-Winvalid-offsetof]
PRINT_OFFSETOF(policy::peer, inet_as_num)
^ ~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:49:9: note: expanded from macro 'PRINT_OFFSETOF'
, int(offsetof(x, y))); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:961:3: warning: offset of on non-POD type 'policy::peer' [-Winvalid-offsetof]
PRINT_OFFSETOF(policy::peer, inet_as_num)
^ ~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:50:9: note: expanded from macro 'PRINT_OFFSETOF'
temp = offsetof(x, y); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:963:3: warning: offset of on non-POD type 'policy::peer' [-Winvalid-offsetof]
PRINT_OFFSETOF(policy::peer, inet_as)
^ ~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:41:34: note: expanded from macro 'PRINT_OFFSETOF'
#define PRINT_OFFSETOF(x, y) if (offsetof(x, y) > 0) { \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:963:3: warning: offset of on non-POD type 'policy::peer' [-Winvalid-offsetof]
PRINT_OFFSETOF(policy::peer, inet_as)
^ ~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:44:10: note: expanded from macro 'PRINT_OFFSETOF'
, int((offsetof(x, y) - temp)) - prev_size); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:963:3: warning: offset of on non-POD type 'policy::peer' [-Winvalid-offsetof]
PRINT_OFFSETOF(policy::peer, inet_as)
^ ~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:49:9: note: expanded from macro 'PRINT_OFFSETOF'
, int(offsetof(x, y))); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:963:3: warning: offset of on non-POD type 'policy::peer' [-Winvalid-offsetof]
PRINT_OFFSETOF(policy::peer, inet_as)
^ ~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:50:9: note: expanded from macro 'PRINT_OFFSETOF'
temp = offsetof(x, y); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:965:3: warning: offset of on non-POD type 'policy::peer' [-Winvalid-offsetof]
PRINT_OFFSETOF(policy::peer, last_optimistically_unchoked)
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:41:34: note: expanded from macro 'PRINT_OFFSETOF'
#define PRINT_OFFSETOF(x, y) if (offsetof(x, y) > 0) { \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:965:3: warning: offset of on non-POD type 'policy::peer' [-Winvalid-offsetof]
PRINT_OFFSETOF(policy::peer, last_optimistically_unchoked)
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:44:10: note: expanded from macro 'PRINT_OFFSETOF'
, int((offsetof(x, y) - temp)) - prev_size); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:965:3: warning: offset of on non-POD type 'policy::peer' [-Winvalid-offsetof]
PRINT_OFFSETOF(policy::peer, last_optimistically_unchoked)
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:49:9: note: expanded from macro 'PRINT_OFFSETOF'
, int(offsetof(x, y))); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:965:3: warning: offset of on non-POD type 'policy::peer' [-Winvalid-offsetof]
PRINT_OFFSETOF(policy::peer, last_optimistically_unchoked)
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:50:9: note: expanded from macro 'PRINT_OFFSETOF'
temp = offsetof(x, y); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:966:3: warning: offset of on non-POD type 'policy::peer' [-Winvalid-offsetof]
PRINT_OFFSETOF(policy::peer, last_connected)
^ ~~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:41:34: note: expanded from macro 'PRINT_OFFSETOF'
#define PRINT_OFFSETOF(x, y) if (offsetof(x, y) > 0) { \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:966:3: warning: offset of on non-POD type 'policy::peer' [-Winvalid-offsetof]
PRINT_OFFSETOF(policy::peer, last_connected)
^ ~~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:44:10: note: expanded from macro 'PRINT_OFFSETOF'
, int((offsetof(x, y) - temp)) - prev_size); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:966:3: warning: offset of on non-POD type 'policy::peer' [-Winvalid-offsetof]
PRINT_OFFSETOF(policy::peer, last_connected)
^ ~~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:49:9: note: expanded from macro 'PRINT_OFFSETOF'
, int(offsetof(x, y))); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:966:3: warning: offset of on non-POD type 'policy::peer' [-Winvalid-offsetof]
PRINT_OFFSETOF(policy::peer, last_connected)
^ ~~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:50:9: note: expanded from macro 'PRINT_OFFSETOF'
temp = offsetof(x, y); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:967:3: warning: offset of on non-POD type 'policy::peer' [-Winvalid-offsetof]
PRINT_OFFSETOF(policy::peer, port)
^ ~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:41:34: note: expanded from macro 'PRINT_OFFSETOF'
#define PRINT_OFFSETOF(x, y) if (offsetof(x, y) > 0) { \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:967:3: warning: offset of on non-POD type 'policy::peer' [-Winvalid-offsetof]
PRINT_OFFSETOF(policy::peer, port)
^ ~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:44:10: note: expanded from macro 'PRINT_OFFSETOF'
, int((offsetof(x, y) - temp)) - prev_size); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:967:3: warning: offset of on non-POD type 'policy::peer' [-Winvalid-offsetof]
PRINT_OFFSETOF(policy::peer, port)
^ ~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:49:9: note: expanded from macro 'PRINT_OFFSETOF'
, int(offsetof(x, y))); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:967:3: warning: offset of on non-POD type 'policy::peer' [-Winvalid-offsetof]
PRINT_OFFSETOF(policy::peer, port)
^ ~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:50:9: note: expanded from macro 'PRINT_OFFSETOF'
temp = offsetof(x, y); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:968:3: warning: offset of on non-POD type 'policy::peer' [-Winvalid-offsetof]
PRINT_OFFSETOF(policy::peer, upload_rate_limit)
^ ~~~~~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:41:34: note: expanded from macro 'PRINT_OFFSETOF'
#define PRINT_OFFSETOF(x, y) if (offsetof(x, y) > 0) { \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:968:3: warning: offset of on non-POD type 'policy::peer' [-Winvalid-offsetof]
PRINT_OFFSETOF(policy::peer, upload_rate_limit)
^ ~~~~~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:44:10: note: expanded from macro 'PRINT_OFFSETOF'
, int((offsetof(x, y) - temp)) - prev_size); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:968:3: warning: offset of on non-POD type 'policy::peer' [-Winvalid-offsetof]
PRINT_OFFSETOF(policy::peer, upload_rate_limit)
^ ~~~~~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:49:9: note: expanded from macro 'PRINT_OFFSETOF'
, int(offsetof(x, y))); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:968:3: warning: offset of on non-POD type 'policy::peer' [-Winvalid-offsetof]
PRINT_OFFSETOF(policy::peer, upload_rate_limit)
^ ~~~~~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:50:9: note: expanded from macro 'PRINT_OFFSETOF'
temp = offsetof(x, y); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:969:3: warning: offset of on non-POD type 'policy::peer' [-Winvalid-offsetof]
PRINT_OFFSETOF(policy::peer, download_rate_limit)
^ ~~~~~~~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:41:34: note: expanded from macro 'PRINT_OFFSETOF'
#define PRINT_OFFSETOF(x, y) if (offsetof(x, y) > 0) { \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:969:3: warning: offset of on non-POD type 'policy::peer' [-Winvalid-offsetof]
PRINT_OFFSETOF(policy::peer, download_rate_limit)
^ ~~~~~~~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:44:10: note: expanded from macro 'PRINT_OFFSETOF'
, int((offsetof(x, y) - temp)) - prev_size); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:969:3: warning: offset of on non-POD type 'policy::peer' [-Winvalid-offsetof]
PRINT_OFFSETOF(policy::peer, download_rate_limit)
^ ~~~~~~~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:49:9: note: expanded from macro 'PRINT_OFFSETOF'
, int(offsetof(x, y))); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:969:3: warning: offset of on non-POD type 'policy::peer' [-Winvalid-offsetof]
PRINT_OFFSETOF(policy::peer, download_rate_limit)
^ ~~~~~~~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:50:9: note: expanded from macro 'PRINT_OFFSETOF'
temp = offsetof(x, y); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:970:3: warning: offset of on non-POD type 'policy::peer' [-Winvalid-offsetof]
PRINT_OFFSETOF(policy::peer, hashfails)
^ ~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:41:34: note: expanded from macro 'PRINT_OFFSETOF'
#define PRINT_OFFSETOF(x, y) if (offsetof(x, y) > 0) { \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:970:3: warning: offset of on non-POD type 'policy::peer' [-Winvalid-offsetof]
PRINT_OFFSETOF(policy::peer, hashfails)
^ ~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:44:10: note: expanded from macro 'PRINT_OFFSETOF'
, int((offsetof(x, y) - temp)) - prev_size); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:970:3: warning: offset of on non-POD type 'policy::peer' [-Winvalid-offsetof]
PRINT_OFFSETOF(policy::peer, hashfails)
^ ~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:49:9: note: expanded from macro 'PRINT_OFFSETOF'
, int(offsetof(x, y))); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:970:3: warning: offset of on non-POD type 'policy::peer' [-Winvalid-offsetof]
PRINT_OFFSETOF(policy::peer, hashfails)
^ ~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:50:9: note: expanded from macro 'PRINT_OFFSETOF'
temp = offsetof(x, y); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:979:3: warning: offset of on non-POD type 'libtorrent::udp_socket' [-Winvalid-offsetof]
PRINT_OFFSETOF(udp_socket, m_ipv4_sock)
^ ~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:41:34: note: expanded from macro 'PRINT_OFFSETOF'
#define PRINT_OFFSETOF(x, y) if (offsetof(x, y) > 0) { \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:979:3: warning: offset of on non-POD type 'libtorrent::udp_socket' [-Winvalid-offsetof]
PRINT_OFFSETOF(udp_socket, m_ipv4_sock)
^ ~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:44:10: note: expanded from macro 'PRINT_OFFSETOF'
, int((offsetof(x, y) - temp)) - prev_size); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:979:3: warning: offset of on non-POD type 'libtorrent::udp_socket' [-Winvalid-offsetof]
PRINT_OFFSETOF(udp_socket, m_ipv4_sock)
^ ~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:49:9: note: expanded from macro 'PRINT_OFFSETOF'
, int(offsetof(x, y))); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:979:3: warning: offset of on non-POD type 'libtorrent::udp_socket' [-Winvalid-offsetof]
PRINT_OFFSETOF(udp_socket, m_ipv4_sock)
^ ~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:50:9: note: expanded from macro 'PRINT_OFFSETOF'
temp = offsetof(x, y); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:980:3: warning: offset of on non-POD type 'libtorrent::udp_socket' [-Winvalid-offsetof]
PRINT_OFFSETOF(udp_socket, m_buf)
^ ~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:41:34: note: expanded from macro 'PRINT_OFFSETOF'
#define PRINT_OFFSETOF(x, y) if (offsetof(x, y) > 0) { \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:980:3: warning: offset of on non-POD type 'libtorrent::udp_socket' [-Winvalid-offsetof]
PRINT_OFFSETOF(udp_socket, m_buf)
^ ~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:44:10: note: expanded from macro 'PRINT_OFFSETOF'
, int((offsetof(x, y) - temp)) - prev_size); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:980:3: warning: offset of on non-POD type 'libtorrent::udp_socket' [-Winvalid-offsetof]
PRINT_OFFSETOF(udp_socket, m_buf)
^ ~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:49:9: note: expanded from macro 'PRINT_OFFSETOF'
, int(offsetof(x, y))); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:980:3: warning: offset of on non-POD type 'libtorrent::udp_socket' [-Winvalid-offsetof]
PRINT_OFFSETOF(udp_socket, m_buf)
^ ~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:50:9: note: expanded from macro 'PRINT_OFFSETOF'
temp = offsetof(x, y); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:982:3: warning: offset of on non-POD type 'libtorrent::udp_socket' [-Winvalid-offsetof]
PRINT_OFFSETOF(udp_socket, m_ipv6_sock)
^ ~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:41:34: note: expanded from macro 'PRINT_OFFSETOF'
#define PRINT_OFFSETOF(x, y) if (offsetof(x, y) > 0) { \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:982:3: warning: offset of on non-POD type 'libtorrent::udp_socket' [-Winvalid-offsetof]
PRINT_OFFSETOF(udp_socket, m_ipv6_sock)
^ ~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:44:10: note: expanded from macro 'PRINT_OFFSETOF'
, int((offsetof(x, y) - temp)) - prev_size); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:982:3: warning: offset of on non-POD type 'libtorrent::udp_socket' [-Winvalid-offsetof]
PRINT_OFFSETOF(udp_socket, m_ipv6_sock)
^ ~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:49:9: note: expanded from macro 'PRINT_OFFSETOF'
, int(offsetof(x, y))); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:982:3: warning: offset of on non-POD type 'libtorrent::udp_socket' [-Winvalid-offsetof]
PRINT_OFFSETOF(udp_socket, m_ipv6_sock)
^ ~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:50:9: note: expanded from macro 'PRINT_OFFSETOF'
temp = offsetof(x, y); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:984:3: warning: offset of on non-POD type 'libtorrent::udp_socket' [-Winvalid-offsetof]
PRINT_OFFSETOF(udp_socket, m_bind_port)
^ ~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:41:34: note: expanded from macro 'PRINT_OFFSETOF'
#define PRINT_OFFSETOF(x, y) if (offsetof(x, y) > 0) { \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:984:3: warning: offset of on non-POD type 'libtorrent::udp_socket' [-Winvalid-offsetof]
PRINT_OFFSETOF(udp_socket, m_bind_port)
^ ~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:44:10: note: expanded from macro 'PRINT_OFFSETOF'
, int((offsetof(x, y) - temp)) - prev_size); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:984:3: warning: offset of on non-POD type 'libtorrent::udp_socket' [-Winvalid-offsetof]
PRINT_OFFSETOF(udp_socket, m_bind_port)
^ ~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:49:9: note: expanded from macro 'PRINT_OFFSETOF'
, int(offsetof(x, y))); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:984:3: warning: offset of on non-POD type 'libtorrent::udp_socket' [-Winvalid-offsetof]
PRINT_OFFSETOF(udp_socket, m_bind_port)
^ ~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:50:9: note: expanded from macro 'PRINT_OFFSETOF'
temp = offsetof(x, y); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:985:3: warning: offset of on non-POD type 'libtorrent::udp_socket' [-Winvalid-offsetof]
PRINT_OFFSETOF(udp_socket, m_v4_outstanding)
^ ~~~~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:41:34: note: expanded from macro 'PRINT_OFFSETOF'
#define PRINT_OFFSETOF(x, y) if (offsetof(x, y) > 0) { \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:985:3: warning: offset of on non-POD type 'libtorrent::udp_socket' [-Winvalid-offsetof]
PRINT_OFFSETOF(udp_socket, m_v4_outstanding)
^ ~~~~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:44:10: note: expanded from macro 'PRINT_OFFSETOF'
, int((offsetof(x, y) - temp)) - prev_size); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:985:3: warning: offset of on non-POD type 'libtorrent::udp_socket' [-Winvalid-offsetof]
PRINT_OFFSETOF(udp_socket, m_v4_outstanding)
^ ~~~~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:49:9: note: expanded from macro 'PRINT_OFFSETOF'
, int(offsetof(x, y))); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:985:3: warning: offset of on non-POD type 'libtorrent::udp_socket' [-Winvalid-offsetof]
PRINT_OFFSETOF(udp_socket, m_v4_outstanding)
^ ~~~~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:50:9: note: expanded from macro 'PRINT_OFFSETOF'
temp = offsetof(x, y); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:987:3: warning: offset of on non-POD type 'libtorrent::udp_socket' [-Winvalid-offsetof]
PRINT_OFFSETOF(udp_socket, m_v6_outstanding)
^ ~~~~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:41:34: note: expanded from macro 'PRINT_OFFSETOF'
#define PRINT_OFFSETOF(x, y) if (offsetof(x, y) > 0) { \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:987:3: warning: offset of on non-POD type 'libtorrent::udp_socket' [-Winvalid-offsetof]
PRINT_OFFSETOF(udp_socket, m_v6_outstanding)
^ ~~~~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:44:10: note: expanded from macro 'PRINT_OFFSETOF'
, int((offsetof(x, y) - temp)) - prev_size); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:987:3: warning: offset of on non-POD type 'libtorrent::udp_socket' [-Winvalid-offsetof]
PRINT_OFFSETOF(udp_socket, m_v6_outstanding)
^ ~~~~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:49:9: note: expanded from macro 'PRINT_OFFSETOF'
, int(offsetof(x, y))); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:987:3: warning: offset of on non-POD type 'libtorrent::udp_socket' [-Winvalid-offsetof]
PRINT_OFFSETOF(udp_socket, m_v6_outstanding)
^ ~~~~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:50:9: note: expanded from macro 'PRINT_OFFSETOF'
temp = offsetof(x, y); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:989:3: warning: offset of on non-POD type 'libtorrent::udp_socket' [-Winvalid-offsetof]
PRINT_OFFSETOF(udp_socket, m_socks5_sock)
^ ~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:41:34: note: expanded from macro 'PRINT_OFFSETOF'
#define PRINT_OFFSETOF(x, y) if (offsetof(x, y) > 0) { \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:989:3: warning: offset of on non-POD type 'libtorrent::udp_socket' [-Winvalid-offsetof]
PRINT_OFFSETOF(udp_socket, m_socks5_sock)
^ ~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:44:10: note: expanded from macro 'PRINT_OFFSETOF'
, int((offsetof(x, y) - temp)) - prev_size); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:989:3: warning: offset of on non-POD type 'libtorrent::udp_socket' [-Winvalid-offsetof]
PRINT_OFFSETOF(udp_socket, m_socks5_sock)
^ ~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:49:9: note: expanded from macro 'PRINT_OFFSETOF'
, int(offsetof(x, y))); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:989:3: warning: offset of on non-POD type 'libtorrent::udp_socket' [-Winvalid-offsetof]
PRINT_OFFSETOF(udp_socket, m_socks5_sock)
^ ~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:50:9: note: expanded from macro 'PRINT_OFFSETOF'
temp = offsetof(x, y); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:990:3: warning: offset of on non-POD type 'libtorrent::udp_socket' [-Winvalid-offsetof]
PRINT_OFFSETOF(udp_socket, m_connection_ticket)
^ ~~~~~~~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:41:34: note: expanded from macro 'PRINT_OFFSETOF'
#define PRINT_OFFSETOF(x, y) if (offsetof(x, y) > 0) { \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:990:3: warning: offset of on non-POD type 'libtorrent::udp_socket' [-Winvalid-offsetof]
PRINT_OFFSETOF(udp_socket, m_connection_ticket)
^ ~~~~~~~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:44:10: note: expanded from macro 'PRINT_OFFSETOF'
, int((offsetof(x, y) - temp)) - prev_size); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:990:3: warning: offset of on non-POD type 'libtorrent::udp_socket' [-Winvalid-offsetof]
PRINT_OFFSETOF(udp_socket, m_connection_ticket)
^ ~~~~~~~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:49:9: note: expanded from macro 'PRINT_OFFSETOF'
, int(offsetof(x, y))); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:990:3: warning: offset of on non-POD type 'libtorrent::udp_socket' [-Winvalid-offsetof]
PRINT_OFFSETOF(udp_socket, m_connection_ticket)
^ ~~~~~~~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:50:9: note: expanded from macro 'PRINT_OFFSETOF'
temp = offsetof(x, y); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:991:3: warning: offset of on non-POD type 'libtorrent::udp_socket' [-Winvalid-offsetof]
PRINT_OFFSETOF(udp_socket, m_proxy_settings)
^ ~~~~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:41:34: note: expanded from macro 'PRINT_OFFSETOF'
#define PRINT_OFFSETOF(x, y) if (offsetof(x, y) > 0) { \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:991:3: warning: offset of on non-POD type 'libtorrent::udp_socket' [-Winvalid-offsetof]
PRINT_OFFSETOF(udp_socket, m_proxy_settings)
^ ~~~~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:44:10: note: expanded from macro 'PRINT_OFFSETOF'
, int((offsetof(x, y) - temp)) - prev_size); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:991:3: warning: offset of on non-POD type 'libtorrent::udp_socket' [-Winvalid-offsetof]
PRINT_OFFSETOF(udp_socket, m_proxy_settings)
^ ~~~~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:49:9: note: expanded from macro 'PRINT_OFFSETOF'
, int(offsetof(x, y))); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:991:3: warning: offset of on non-POD type 'libtorrent::udp_socket' [-Winvalid-offsetof]
PRINT_OFFSETOF(udp_socket, m_proxy_settings)
^ ~~~~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:50:9: note: expanded from macro 'PRINT_OFFSETOF'
temp = offsetof(x, y); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:993:3: warning: offset of on non-POD type 'libtorrent::udp_socket' [-Winvalid-offsetof]
PRINT_OFFSETOF(udp_socket, m_cc)
^ ~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:41:34: note: expanded from macro 'PRINT_OFFSETOF'
#define PRINT_OFFSETOF(x, y) if (offsetof(x, y) > 0) { \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:993:3: warning: offset of on non-POD type 'libtorrent::udp_socket' [-Winvalid-offsetof]
PRINT_OFFSETOF(udp_socket, m_cc)
^ ~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:44:10: note: expanded from macro 'PRINT_OFFSETOF'
, int((offsetof(x, y) - temp)) - prev_size); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:993:3: warning: offset of on non-POD type 'libtorrent::udp_socket' [-Winvalid-offsetof]
PRINT_OFFSETOF(udp_socket, m_cc)
^ ~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:49:9: note: expanded from macro 'PRINT_OFFSETOF'
, int(offsetof(x, y))); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:993:3: warning: offset of on non-POD type 'libtorrent::udp_socket' [-Winvalid-offsetof]
PRINT_OFFSETOF(udp_socket, m_cc)
^ ~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:50:9: note: expanded from macro 'PRINT_OFFSETOF'
temp = offsetof(x, y); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:995:3: warning: offset of on non-POD type 'libtorrent::udp_socket' [-Winvalid-offsetof]
PRINT_OFFSETOF(udp_socket, m_resolver)
^ ~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:41:34: note: expanded from macro 'PRINT_OFFSETOF'
#define PRINT_OFFSETOF(x, y) if (offsetof(x, y) > 0) { \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:995:3: warning: offset of on non-POD type 'libtorrent::udp_socket' [-Winvalid-offsetof]
PRINT_OFFSETOF(udp_socket, m_resolver)
^ ~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:44:10: note: expanded from macro 'PRINT_OFFSETOF'
, int((offsetof(x, y) - temp)) - prev_size); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:995:3: warning: offset of on non-POD type 'libtorrent::udp_socket' [-Winvalid-offsetof]
PRINT_OFFSETOF(udp_socket, m_resolver)
^ ~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:49:9: note: expanded from macro 'PRINT_OFFSETOF'
, int(offsetof(x, y))); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:995:3: warning: offset of on non-POD type 'libtorrent::udp_socket' [-Winvalid-offsetof]
PRINT_OFFSETOF(udp_socket, m_resolver)
^ ~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:50:9: note: expanded from macro 'PRINT_OFFSETOF'
temp = offsetof(x, y); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:996:3: warning: offset of on non-POD type 'libtorrent::udp_socket' [-Winvalid-offsetof]
PRINT_OFFSETOF(udp_socket, m_tmp_buf)
^ ~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:41:34: note: expanded from macro 'PRINT_OFFSETOF'
#define PRINT_OFFSETOF(x, y) if (offsetof(x, y) > 0) { \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:996:3: warning: offset of on non-POD type 'libtorrent::udp_socket' [-Winvalid-offsetof]
PRINT_OFFSETOF(udp_socket, m_tmp_buf)
^ ~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:44:10: note: expanded from macro 'PRINT_OFFSETOF'
, int((offsetof(x, y) - temp)) - prev_size); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:996:3: warning: offset of on non-POD type 'libtorrent::udp_socket' [-Winvalid-offsetof]
PRINT_OFFSETOF(udp_socket, m_tmp_buf)
^ ~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:49:9: note: expanded from macro 'PRINT_OFFSETOF'
, int(offsetof(x, y))); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:996:3: warning: offset of on non-POD type 'libtorrent::udp_socket' [-Winvalid-offsetof]
PRINT_OFFSETOF(udp_socket, m_tmp_buf)
^ ~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:50:9: note: expanded from macro 'PRINT_OFFSETOF'
temp = offsetof(x, y); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:997:3: warning: offset of on non-POD type 'libtorrent::udp_socket' [-Winvalid-offsetof]
PRINT_OFFSETOF(udp_socket, m_queue_packets)
^ ~~~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:41:34: note: expanded from macro 'PRINT_OFFSETOF'
#define PRINT_OFFSETOF(x, y) if (offsetof(x, y) > 0) { \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:997:3: warning: offset of on non-POD type 'libtorrent::udp_socket' [-Winvalid-offsetof]
PRINT_OFFSETOF(udp_socket, m_queue_packets)
^ ~~~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:44:10: note: expanded from macro 'PRINT_OFFSETOF'
, int((offsetof(x, y) - temp)) - prev_size); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:997:3: warning: offset of on non-POD type 'libtorrent::udp_socket' [-Winvalid-offsetof]
PRINT_OFFSETOF(udp_socket, m_queue_packets)
^ ~~~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:49:9: note: expanded from macro 'PRINT_OFFSETOF'
, int(offsetof(x, y))); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:997:3: warning: offset of on non-POD type 'libtorrent::udp_socket' [-Winvalid-offsetof]
PRINT_OFFSETOF(udp_socket, m_queue_packets)
^ ~~~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:50:9: note: expanded from macro 'PRINT_OFFSETOF'
temp = offsetof(x, y); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:998:3: warning: offset of on non-POD type 'libtorrent::udp_socket' [-Winvalid-offsetof]
PRINT_OFFSETOF(udp_socket, m_tunnel_packets)
^ ~~~~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:41:34: note: expanded from macro 'PRINT_OFFSETOF'
#define PRINT_OFFSETOF(x, y) if (offsetof(x, y) > 0) { \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:998:3: warning: offset of on non-POD type 'libtorrent::udp_socket' [-Winvalid-offsetof]
PRINT_OFFSETOF(udp_socket, m_tunnel_packets)
^ ~~~~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:44:10: note: expanded from macro 'PRINT_OFFSETOF'
, int((offsetof(x, y) - temp)) - prev_size); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:998:3: warning: offset of on non-POD type 'libtorrent::udp_socket' [-Winvalid-offsetof]
PRINT_OFFSETOF(udp_socket, m_tunnel_packets)
^ ~~~~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:49:9: note: expanded from macro 'PRINT_OFFSETOF'
, int(offsetof(x, y))); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:998:3: warning: offset of on non-POD type 'libtorrent::udp_socket' [-Winvalid-offsetof]
PRINT_OFFSETOF(udp_socket, m_tunnel_packets)
^ ~~~~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:50:9: note: expanded from macro 'PRINT_OFFSETOF'
temp = offsetof(x, y); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:999:3: warning: offset of on non-POD type 'libtorrent::udp_socket' [-Winvalid-offsetof]
PRINT_OFFSETOF(udp_socket, m_abort)
^ ~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:41:34: note: expanded from macro 'PRINT_OFFSETOF'
#define PRINT_OFFSETOF(x, y) if (offsetof(x, y) > 0) { \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:999:3: warning: offset of on non-POD type 'libtorrent::udp_socket' [-Winvalid-offsetof]
PRINT_OFFSETOF(udp_socket, m_abort)
^ ~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:44:10: note: expanded from macro 'PRINT_OFFSETOF'
, int((offsetof(x, y) - temp)) - prev_size); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:999:3: warning: offset of on non-POD type 'libtorrent::udp_socket' [-Winvalid-offsetof]
PRINT_OFFSETOF(udp_socket, m_abort)
^ ~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:49:9: note: expanded from macro 'PRINT_OFFSETOF'
, int(offsetof(x, y))); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:999:3: warning: offset of on non-POD type 'libtorrent::udp_socket' [-Winvalid-offsetof]
PRINT_OFFSETOF(udp_socket, m_abort)
^ ~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:50:9: note: expanded from macro 'PRINT_OFFSETOF'
temp = offsetof(x, y); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:1000:3: warning: offset of on non-POD type 'libtorrent::udp_socket' [-Winvalid-offsetof]
PRINT_OFFSETOF(udp_socket, m_proxy_addr)
^ ~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:41:34: note: expanded from macro 'PRINT_OFFSETOF'
#define PRINT_OFFSETOF(x, y) if (offsetof(x, y) > 0) { \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:1000:3: warning: offset of on non-POD type 'libtorrent::udp_socket' [-Winvalid-offsetof]
PRINT_OFFSETOF(udp_socket, m_proxy_addr)
^ ~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:44:10: note: expanded from macro 'PRINT_OFFSETOF'
, int((offsetof(x, y) - temp)) - prev_size); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:1000:3: warning: offset of on non-POD type 'libtorrent::udp_socket' [-Winvalid-offsetof]
PRINT_OFFSETOF(udp_socket, m_proxy_addr)
^ ~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:49:9: note: expanded from macro 'PRINT_OFFSETOF'
, int(offsetof(x, y))); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:1000:3: warning: offset of on non-POD type 'libtorrent::udp_socket' [-Winvalid-offsetof]
PRINT_OFFSETOF(udp_socket, m_proxy_addr)
^ ~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:50:9: note: expanded from macro 'PRINT_OFFSETOF'
temp = offsetof(x, y); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:1001:3: warning: offset of on non-POD type 'libtorrent::udp_socket' [-Winvalid-offsetof]
PRINT_OFFSETOF(udp_socket, m_queue)
^ ~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:41:34: note: expanded from macro 'PRINT_OFFSETOF'
#define PRINT_OFFSETOF(x, y) if (offsetof(x, y) > 0) { \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:1001:3: warning: offset of on non-POD type 'libtorrent::udp_socket' [-Winvalid-offsetof]
PRINT_OFFSETOF(udp_socket, m_queue)
^ ~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:44:10: note: expanded from macro 'PRINT_OFFSETOF'
, int((offsetof(x, y) - temp)) - prev_size); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:1001:3: warning: offset of on non-POD type 'libtorrent::udp_socket' [-Winvalid-offsetof]
PRINT_OFFSETOF(udp_socket, m_queue)
^ ~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:49:9: note: expanded from macro 'PRINT_OFFSETOF'
, int(offsetof(x, y))); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:1001:3: warning: offset of on non-POD type 'libtorrent::udp_socket' [-Winvalid-offsetof]
PRINT_OFFSETOF(udp_socket, m_queue)
^ ~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:50:9: note: expanded from macro 'PRINT_OFFSETOF'
temp = offsetof(x, y); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:1002:3: warning: offset of on non-POD type 'libtorrent::udp_socket' [-Winvalid-offsetof]
PRINT_OFFSETOF(udp_socket, m_outstanding_ops)
^ ~~~~~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:41:34: note: expanded from macro 'PRINT_OFFSETOF'
#define PRINT_OFFSETOF(x, y) if (offsetof(x, y) > 0) { \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:1002:3: warning: offset of on non-POD type 'libtorrent::udp_socket' [-Winvalid-offsetof]
PRINT_OFFSETOF(udp_socket, m_outstanding_ops)
^ ~~~~~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:44:10: note: expanded from macro 'PRINT_OFFSETOF'
, int((offsetof(x, y) - temp)) - prev_size); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:1002:3: warning: offset of on non-POD type 'libtorrent::udp_socket' [-Winvalid-offsetof]
PRINT_OFFSETOF(udp_socket, m_outstanding_ops)
^ ~~~~~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:49:9: note: expanded from macro 'PRINT_OFFSETOF'
, int(offsetof(x, y))); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:1002:3: warning: offset of on non-POD type 'libtorrent::udp_socket' [-Winvalid-offsetof]
PRINT_OFFSETOF(udp_socket, m_outstanding_ops)
^ ~~~~~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:50:9: note: expanded from macro 'PRINT_OFFSETOF'
temp = offsetof(x, y); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:1004:3: warning: offset of on non-POD type 'libtorrent::udp_socket' [-Winvalid-offsetof]
PRINT_OFFSETOF(udp_socket, m_started)
^ ~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:41:34: note: expanded from macro 'PRINT_OFFSETOF'
#define PRINT_OFFSETOF(x, y) if (offsetof(x, y) > 0) { \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:1004:3: warning: offset of on non-POD type 'libtorrent::udp_socket' [-Winvalid-offsetof]
PRINT_OFFSETOF(udp_socket, m_started)
^ ~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:44:10: note: expanded from macro 'PRINT_OFFSETOF'
, int((offsetof(x, y) - temp)) - prev_size); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:1004:3: warning: offset of on non-POD type 'libtorrent::udp_socket' [-Winvalid-offsetof]
PRINT_OFFSETOF(udp_socket, m_started)
^ ~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:49:9: note: expanded from macro 'PRINT_OFFSETOF'
, int(offsetof(x, y))); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:1004:3: warning: offset of on non-POD type 'libtorrent::udp_socket' [-Winvalid-offsetof]
PRINT_OFFSETOF(udp_socket, m_started)
^ ~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:50:9: note: expanded from macro 'PRINT_OFFSETOF'
temp = offsetof(x, y); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:1005:3: warning: offset of on non-POD type 'libtorrent::udp_socket' [-Winvalid-offsetof]
PRINT_OFFSETOF(udp_socket, m_magic)
^ ~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:41:34: note: expanded from macro 'PRINT_OFFSETOF'
#define PRINT_OFFSETOF(x, y) if (offsetof(x, y) > 0) { \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:1005:3: warning: offset of on non-POD type 'libtorrent::udp_socket' [-Winvalid-offsetof]
PRINT_OFFSETOF(udp_socket, m_magic)
^ ~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:44:10: note: expanded from macro 'PRINT_OFFSETOF'
, int((offsetof(x, y) - temp)) - prev_size); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:1005:3: warning: offset of on non-POD type 'libtorrent::udp_socket' [-Winvalid-offsetof]
PRINT_OFFSETOF(udp_socket, m_magic)
^ ~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:49:9: note: expanded from macro 'PRINT_OFFSETOF'
, int(offsetof(x, y))); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:1005:3: warning: offset of on non-POD type 'libtorrent::udp_socket' [-Winvalid-offsetof]
PRINT_OFFSETOF(udp_socket, m_magic)
^ ~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:50:9: note: expanded from macro 'PRINT_OFFSETOF'
temp = offsetof(x, y); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:1006:3: warning: offset of on non-POD type 'libtorrent::udp_socket' [-Winvalid-offsetof]
PRINT_OFFSETOF(udp_socket, m_outstanding_when_aborted)
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:41:34: note: expanded from macro 'PRINT_OFFSETOF'
#define PRINT_OFFSETOF(x, y) if (offsetof(x, y) > 0) { \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:1006:3: warning: offset of on non-POD type 'libtorrent::udp_socket' [-Winvalid-offsetof]
PRINT_OFFSETOF(udp_socket, m_outstanding_when_aborted)
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:44:10: note: expanded from macro 'PRINT_OFFSETOF'
, int((offsetof(x, y) - temp)) - prev_size); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:1006:3: warning: offset of on non-POD type 'libtorrent::udp_socket' [-Winvalid-offsetof]
PRINT_OFFSETOF(udp_socket, m_outstanding_when_aborted)
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:49:9: note: expanded from macro 'PRINT_OFFSETOF'
, int(offsetof(x, y))); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:1006:3: warning: offset of on non-POD type 'libtorrent::udp_socket' [-Winvalid-offsetof]
PRINT_OFFSETOF(udp_socket, m_outstanding_when_aborted)
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:50:9: note: expanded from macro 'PRINT_OFFSETOF'
temp = offsetof(x, y); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:1014:3: warning: offset of on non-POD type 'libtorrent::udp_tracker_connection' [-Winvalid-offsetof]
PRINT_OFFSETOF(udp_tracker_connection, m_refs)
^ ~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:41:34: note: expanded from macro 'PRINT_OFFSETOF'
#define PRINT_OFFSETOF(x, y) if (offsetof(x, y) > 0) { \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:1014:3: warning: offset of on non-POD type 'libtorrent::udp_tracker_connection' [-Winvalid-offsetof]
PRINT_OFFSETOF(udp_tracker_connection, m_refs)
^ ~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:44:10: note: expanded from macro 'PRINT_OFFSETOF'
, int((offsetof(x, y) - temp)) - prev_size); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:1014:3: warning: offset of on non-POD type 'libtorrent::udp_tracker_connection' [-Winvalid-offsetof]
PRINT_OFFSETOF(udp_tracker_connection, m_refs)
^ ~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:49:9: note: expanded from macro 'PRINT_OFFSETOF'
, int(offsetof(x, y))); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:1014:3: warning: offset of on non-POD type 'libtorrent::udp_tracker_connection' [-Winvalid-offsetof]
PRINT_OFFSETOF(udp_tracker_connection, m_refs)
^ ~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:50:9: note: expanded from macro 'PRINT_OFFSETOF'
temp = offsetof(x, y); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:1016:3: warning: offset of on non-POD type 'libtorrent::udp_tracker_connection' [-Winvalid-offsetof]
PRINT_OFFSETOF(udp_tracker_connection, m_start_time)
^ ~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:41:34: note: expanded from macro 'PRINT_OFFSETOF'
#define PRINT_OFFSETOF(x, y) if (offsetof(x, y) > 0) { \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:1016:3: warning: offset of on non-POD type 'libtorrent::udp_tracker_connection' [-Winvalid-offsetof]
PRINT_OFFSETOF(udp_tracker_connection, m_start_time)
^ ~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:44:10: note: expanded from macro 'PRINT_OFFSETOF'
, int((offsetof(x, y) - temp)) - prev_size); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:1016:3: warning: offset of on non-POD type 'libtorrent::udp_tracker_connection' [-Winvalid-offsetof]
PRINT_OFFSETOF(udp_tracker_connection, m_start_time)
^ ~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:49:9: note: expanded from macro 'PRINT_OFFSETOF'
, int(offsetof(x, y))); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:1016:3: warning: offset of on non-POD type 'libtorrent::udp_tracker_connection' [-Winvalid-offsetof]
PRINT_OFFSETOF(udp_tracker_connection, m_start_time)
^ ~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:50:9: note: expanded from macro 'PRINT_OFFSETOF'
temp = offsetof(x, y); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:1017:3: warning: offset of on non-POD type 'libtorrent::udp_tracker_connection' [-Winvalid-offsetof]
PRINT_OFFSETOF(udp_tracker_connection, m_read_time)
^ ~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:41:34: note: expanded from macro 'PRINT_OFFSETOF'
#define PRINT_OFFSETOF(x, y) if (offsetof(x, y) > 0) { \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:1017:3: warning: offset of on non-POD type 'libtorrent::udp_tracker_connection' [-Winvalid-offsetof]
PRINT_OFFSETOF(udp_tracker_connection, m_read_time)
^ ~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:44:10: note: expanded from macro 'PRINT_OFFSETOF'
, int((offsetof(x, y) - temp)) - prev_size); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:1017:3: warning: offset of on non-POD type 'libtorrent::udp_tracker_connection' [-Winvalid-offsetof]
PRINT_OFFSETOF(udp_tracker_connection, m_read_time)
^ ~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:49:9: note: expanded from macro 'PRINT_OFFSETOF'
, int(offsetof(x, y))); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:1017:3: warning: offset of on non-POD type 'libtorrent::udp_tracker_connection' [-Winvalid-offsetof]
PRINT_OFFSETOF(udp_tracker_connection, m_read_time)
^ ~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:50:9: note: expanded from macro 'PRINT_OFFSETOF'
temp = offsetof(x, y); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:1018:3: warning: offset of on non-POD type 'libtorrent::udp_tracker_connection' [-Winvalid-offsetof]
PRINT_OFFSETOF(udp_tracker_connection, m_timeout)
^ ~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:41:34: note: expanded from macro 'PRINT_OFFSETOF'
#define PRINT_OFFSETOF(x, y) if (offsetof(x, y) > 0) { \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:1018:3: warning: offset of on non-POD type 'libtorrent::udp_tracker_connection' [-Winvalid-offsetof]
PRINT_OFFSETOF(udp_tracker_connection, m_timeout)
^ ~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:44:10: note: expanded from macro 'PRINT_OFFSETOF'
, int((offsetof(x, y) - temp)) - prev_size); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:1018:3: warning: offset of on non-POD type 'libtorrent::udp_tracker_connection' [-Winvalid-offsetof]
PRINT_OFFSETOF(udp_tracker_connection, m_timeout)
^ ~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:49:9: note: expanded from macro 'PRINT_OFFSETOF'
, int(offsetof(x, y))); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:1018:3: warning: offset of on non-POD type 'libtorrent::udp_tracker_connection' [-Winvalid-offsetof]
PRINT_OFFSETOF(udp_tracker_connection, m_timeout)
^ ~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:50:9: note: expanded from macro 'PRINT_OFFSETOF'
temp = offsetof(x, y); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:1019:3: warning: offset of on non-POD type 'libtorrent::udp_tracker_connection' [-Winvalid-offsetof]
PRINT_OFFSETOF(udp_tracker_connection, m_completion_timeout)
^ ~~~~~~~~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:41:34: note: expanded from macro 'PRINT_OFFSETOF'
#define PRINT_OFFSETOF(x, y) if (offsetof(x, y) > 0) { \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:1019:3: warning: offset of on non-POD type 'libtorrent::udp_tracker_connection' [-Winvalid-offsetof]
PRINT_OFFSETOF(udp_tracker_connection, m_completion_timeout)
^ ~~~~~~~~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:44:10: note: expanded from macro 'PRINT_OFFSETOF'
, int((offsetof(x, y) - temp)) - prev_size); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:1019:3: warning: offset of on non-POD type 'libtorrent::udp_tracker_connection' [-Winvalid-offsetof]
PRINT_OFFSETOF(udp_tracker_connection, m_completion_timeout)
^ ~~~~~~~~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:49:9: note: expanded from macro 'PRINT_OFFSETOF'
, int(offsetof(x, y))); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:1019:3: warning: offset of on non-POD type 'libtorrent::udp_tracker_connection' [-Winvalid-offsetof]
PRINT_OFFSETOF(udp_tracker_connection, m_completion_timeout)
^ ~~~~~~~~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:50:9: note: expanded from macro 'PRINT_OFFSETOF'
temp = offsetof(x, y); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:1020:3: warning: offset of on non-POD type 'libtorrent::udp_tracker_connection' [-Winvalid-offsetof]
PRINT_OFFSETOF(udp_tracker_connection, m_read_timeout)
^ ~~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:41:34: note: expanded from macro 'PRINT_OFFSETOF'
#define PRINT_OFFSETOF(x, y) if (offsetof(x, y) > 0) { \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:1020:3: warning: offset of on non-POD type 'libtorrent::udp_tracker_connection' [-Winvalid-offsetof]
PRINT_OFFSETOF(udp_tracker_connection, m_read_timeout)
^ ~~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:44:10: note: expanded from macro 'PRINT_OFFSETOF'
, int((offsetof(x, y) - temp)) - prev_size); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:1020:3: warning: offset of on non-POD type 'libtorrent::udp_tracker_connection' [-Winvalid-offsetof]
PRINT_OFFSETOF(udp_tracker_connection, m_read_timeout)
^ ~~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:49:9: note: expanded from macro 'PRINT_OFFSETOF'
, int(offsetof(x, y))); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:1020:3: warning: offset of on non-POD type 'libtorrent::udp_tracker_connection' [-Winvalid-offsetof]
PRINT_OFFSETOF(udp_tracker_connection, m_read_timeout)
^ ~~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:50:9: note: expanded from macro 'PRINT_OFFSETOF'
temp = offsetof(x, y); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:1021:3: warning: offset of on non-POD type 'libtorrent::udp_tracker_connection' [-Winvalid-offsetof]
PRINT_OFFSETOF(udp_tracker_connection, m_mutex)
^ ~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:41:34: note: expanded from macro 'PRINT_OFFSETOF'
#define PRINT_OFFSETOF(x, y) if (offsetof(x, y) > 0) { \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:1021:3: warning: offset of on non-POD type 'libtorrent::udp_tracker_connection' [-Winvalid-offsetof]
PRINT_OFFSETOF(udp_tracker_connection, m_mutex)
^ ~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:44:10: note: expanded from macro 'PRINT_OFFSETOF'
, int((offsetof(x, y) - temp)) - prev_size); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:1021:3: warning: offset of on non-POD type 'libtorrent::udp_tracker_connection' [-Winvalid-offsetof]
PRINT_OFFSETOF(udp_tracker_connection, m_mutex)
^ ~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:49:9: note: expanded from macro 'PRINT_OFFSETOF'
, int(offsetof(x, y))); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:1021:3: warning: offset of on non-POD type 'libtorrent::udp_tracker_connection' [-Winvalid-offsetof]
PRINT_OFFSETOF(udp_tracker_connection, m_mutex)
^ ~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:50:9: note: expanded from macro 'PRINT_OFFSETOF'
temp = offsetof(x, y); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:1022:3: warning: offset of on non-POD type 'libtorrent::udp_tracker_connection' [-Winvalid-offsetof]
PRINT_OFFSETOF(udp_tracker_connection, m_requester)
^ ~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:41:34: note: expanded from macro 'PRINT_OFFSETOF'
#define PRINT_OFFSETOF(x, y) if (offsetof(x, y) > 0) { \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:1022:3: warning: offset of on non-POD type 'libtorrent::udp_tracker_connection' [-Winvalid-offsetof]
PRINT_OFFSETOF(udp_tracker_connection, m_requester)
^ ~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:44:10: note: expanded from macro 'PRINT_OFFSETOF'
, int((offsetof(x, y) - temp)) - prev_size); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:1022:3: warning: offset of on non-POD type 'libtorrent::udp_tracker_connection' [-Winvalid-offsetof]
PRINT_OFFSETOF(udp_tracker_connection, m_requester)
^ ~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:49:9: note: expanded from macro 'PRINT_OFFSETOF'
, int(offsetof(x, y))); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:1022:3: warning: offset of on non-POD type 'libtorrent::udp_tracker_connection' [-Winvalid-offsetof]
PRINT_OFFSETOF(udp_tracker_connection, m_requester)
^ ~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:50:9: note: expanded from macro 'PRINT_OFFSETOF'
temp = offsetof(x, y); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:1024:3: warning: offset of on non-POD type 'libtorrent::udp_tracker_connection' [-Winvalid-offsetof]
PRINT_OFFSETOF(udp_tracker_connection, m_man)
^ ~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:41:34: note: expanded from macro 'PRINT_OFFSETOF'
#define PRINT_OFFSETOF(x, y) if (offsetof(x, y) > 0) { \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:1024:3: warning: offset of on non-POD type 'libtorrent::udp_tracker_connection' [-Winvalid-offsetof]
PRINT_OFFSETOF(udp_tracker_connection, m_man)
^ ~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:44:10: note: expanded from macro 'PRINT_OFFSETOF'
, int((offsetof(x, y) - temp)) - prev_size); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:1024:3: warning: offset of on non-POD type 'libtorrent::udp_tracker_connection' [-Winvalid-offsetof]
PRINT_OFFSETOF(udp_tracker_connection, m_man)
^ ~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:49:9: note: expanded from macro 'PRINT_OFFSETOF'
, int(offsetof(x, y))); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:1024:3: warning: offset of on non-POD type 'libtorrent::udp_tracker_connection' [-Winvalid-offsetof]
PRINT_OFFSETOF(udp_tracker_connection, m_man)
^ ~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:50:9: note: expanded from macro 'PRINT_OFFSETOF'
temp = offsetof(x, y); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:1027:3: warning: offset of on non-POD type 'libtorrent::udp_tracker_connection' [-Winvalid-offsetof]
PRINT_OFFSETOF(udp_tracker_connection, m_req)
^ ~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:41:34: note: expanded from macro 'PRINT_OFFSETOF'
#define PRINT_OFFSETOF(x, y) if (offsetof(x, y) > 0) { \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:1027:3: warning: offset of on non-POD type 'libtorrent::udp_tracker_connection' [-Winvalid-offsetof]
PRINT_OFFSETOF(udp_tracker_connection, m_req)
^ ~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:44:10: note: expanded from macro 'PRINT_OFFSETOF'
, int((offsetof(x, y) - temp)) - prev_size); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:1027:3: warning: offset of on non-POD type 'libtorrent::udp_tracker_connection' [-Winvalid-offsetof]
PRINT_OFFSETOF(udp_tracker_connection, m_req)
^ ~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:49:9: note: expanded from macro 'PRINT_OFFSETOF'
, int(offsetof(x, y))); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:1027:3: warning: offset of on non-POD type 'libtorrent::udp_tracker_connection' [-Winvalid-offsetof]
PRINT_OFFSETOF(udp_tracker_connection, m_req)
^ ~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:50:9: note: expanded from macro 'PRINT_OFFSETOF'
temp = offsetof(x, y); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:1029:3: warning: offset of on non-POD type 'libtorrent::udp_tracker_connection' [-Winvalid-offsetof]
PRINT_OFFSETOF(udp_tracker_connection, m_abort)
^ ~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:41:34: note: expanded from macro 'PRINT_OFFSETOF'
#define PRINT_OFFSETOF(x, y) if (offsetof(x, y) > 0) { \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:1029:3: warning: offset of on non-POD type 'libtorrent::udp_tracker_connection' [-Winvalid-offsetof]
PRINT_OFFSETOF(udp_tracker_connection, m_abort)
^ ~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:44:10: note: expanded from macro 'PRINT_OFFSETOF'
, int((offsetof(x, y) - temp)) - prev_size); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:1029:3: warning: offset of on non-POD type 'libtorrent::udp_tracker_connection' [-Winvalid-offsetof]
PRINT_OFFSETOF(udp_tracker_connection, m_abort)
^ ~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:49:9: note: expanded from macro 'PRINT_OFFSETOF'
, int(offsetof(x, y))); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:1029:3: warning: offset of on non-POD type 'libtorrent::udp_tracker_connection' [-Winvalid-offsetof]
PRINT_OFFSETOF(udp_tracker_connection, m_abort)
^ ~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:50:9: note: expanded from macro 'PRINT_OFFSETOF'
temp = offsetof(x, y); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:1030:3: warning: offset of on non-POD type 'libtorrent::udp_tracker_connection' [-Winvalid-offsetof]
PRINT_OFFSETOF(udp_tracker_connection, m_hostname)
^ ~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:41:34: note: expanded from macro 'PRINT_OFFSETOF'
#define PRINT_OFFSETOF(x, y) if (offsetof(x, y) > 0) { \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:1030:3: warning: offset of on non-POD type 'libtorrent::udp_tracker_connection' [-Winvalid-offsetof]
PRINT_OFFSETOF(udp_tracker_connection, m_hostname)
^ ~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:44:10: note: expanded from macro 'PRINT_OFFSETOF'
, int((offsetof(x, y) - temp)) - prev_size); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:1030:3: warning: offset of on non-POD type 'libtorrent::udp_tracker_connection' [-Winvalid-offsetof]
PRINT_OFFSETOF(udp_tracker_connection, m_hostname)
^ ~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:49:9: note: expanded from macro 'PRINT_OFFSETOF'
, int(offsetof(x, y))); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:1030:3: warning: offset of on non-POD type 'libtorrent::udp_tracker_connection' [-Winvalid-offsetof]
PRINT_OFFSETOF(udp_tracker_connection, m_hostname)
^ ~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:50:9: note: expanded from macro 'PRINT_OFFSETOF'
temp = offsetof(x, y); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:1031:3: warning: offset of on non-POD type 'libtorrent::udp_tracker_connection' [-Winvalid-offsetof]
PRINT_OFFSETOF(udp_tracker_connection, m_target)
^ ~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:41:34: note: expanded from macro 'PRINT_OFFSETOF'
#define PRINT_OFFSETOF(x, y) if (offsetof(x, y) > 0) { \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:1031:3: warning: offset of on non-POD type 'libtorrent::udp_tracker_connection' [-Winvalid-offsetof]
PRINT_OFFSETOF(udp_tracker_connection, m_target)
^ ~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:44:10: note: expanded from macro 'PRINT_OFFSETOF'
, int((offsetof(x, y) - temp)) - prev_size); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:1031:3: warning: offset of on non-POD type 'libtorrent::udp_tracker_connection' [-Winvalid-offsetof]
PRINT_OFFSETOF(udp_tracker_connection, m_target)
^ ~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:49:9: note: expanded from macro 'PRINT_OFFSETOF'
, int(offsetof(x, y))); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:1031:3: warning: offset of on non-POD type 'libtorrent::udp_tracker_connection' [-Winvalid-offsetof]
PRINT_OFFSETOF(udp_tracker_connection, m_target)
^ ~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:50:9: note: expanded from macro 'PRINT_OFFSETOF'
temp = offsetof(x, y); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:1032:3: warning: offset of on non-POD type 'libtorrent::udp_tracker_connection' [-Winvalid-offsetof]
PRINT_OFFSETOF(udp_tracker_connection, m_endpoints)
^ ~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:41:34: note: expanded from macro 'PRINT_OFFSETOF'
#define PRINT_OFFSETOF(x, y) if (offsetof(x, y) > 0) { \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:1032:3: warning: offset of on non-POD type 'libtorrent::udp_tracker_connection' [-Winvalid-offsetof]
PRINT_OFFSETOF(udp_tracker_connection, m_endpoints)
^ ~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:44:10: note: expanded from macro 'PRINT_OFFSETOF'
, int((offsetof(x, y) - temp)) - prev_size); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:1032:3: warning: offset of on non-POD type 'libtorrent::udp_tracker_connection' [-Winvalid-offsetof]
PRINT_OFFSETOF(udp_tracker_connection, m_endpoints)
^ ~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:49:9: note: expanded from macro 'PRINT_OFFSETOF'
, int(offsetof(x, y))); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:1032:3: warning: offset of on non-POD type 'libtorrent::udp_tracker_connection' [-Winvalid-offsetof]
PRINT_OFFSETOF(udp_tracker_connection, m_endpoints)
^ ~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:50:9: note: expanded from macro 'PRINT_OFFSETOF'
temp = offsetof(x, y); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:1033:3: warning: offset of on non-POD type 'libtorrent::udp_tracker_connection' [-Winvalid-offsetof]
PRINT_OFFSETOF(udp_tracker_connection, m_transaction_id)
^ ~~~~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:41:34: note: expanded from macro 'PRINT_OFFSETOF'
#define PRINT_OFFSETOF(x, y) if (offsetof(x, y) > 0) { \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:1033:3: warning: offset of on non-POD type 'libtorrent::udp_tracker_connection' [-Winvalid-offsetof]
PRINT_OFFSETOF(udp_tracker_connection, m_transaction_id)
^ ~~~~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:44:10: note: expanded from macro 'PRINT_OFFSETOF'
, int((offsetof(x, y) - temp)) - prev_size); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:1033:3: warning: offset of on non-POD type 'libtorrent::udp_tracker_connection' [-Winvalid-offsetof]
PRINT_OFFSETOF(udp_tracker_connection, m_transaction_id)
^ ~~~~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:49:9: note: expanded from macro 'PRINT_OFFSETOF'
, int(offsetof(x, y))); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:1033:3: warning: offset of on non-POD type 'libtorrent::udp_tracker_connection' [-Winvalid-offsetof]
PRINT_OFFSETOF(udp_tracker_connection, m_transaction_id)
^ ~~~~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:50:9: note: expanded from macro 'PRINT_OFFSETOF'
temp = offsetof(x, y); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:1035:3: warning: offset of on non-POD type 'libtorrent::udp_tracker_connection' [-Winvalid-offsetof]
PRINT_OFFSETOF(udp_tracker_connection, m_ses)
^ ~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:41:34: note: expanded from macro 'PRINT_OFFSETOF'
#define PRINT_OFFSETOF(x, y) if (offsetof(x, y) > 0) { \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:1035:3: warning: offset of on non-POD type 'libtorrent::udp_tracker_connection' [-Winvalid-offsetof]
PRINT_OFFSETOF(udp_tracker_connection, m_ses)
^ ~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:44:10: note: expanded from macro 'PRINT_OFFSETOF'
, int((offsetof(x, y) - temp)) - prev_size); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:1035:3: warning: offset of on non-POD type 'libtorrent::udp_tracker_connection' [-Winvalid-offsetof]
PRINT_OFFSETOF(udp_tracker_connection, m_ses)
^ ~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:49:9: note: expanded from macro 'PRINT_OFFSETOF'
, int(offsetof(x, y))); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:1035:3: warning: offset of on non-POD type 'libtorrent::udp_tracker_connection' [-Winvalid-offsetof]
PRINT_OFFSETOF(udp_tracker_connection, m_ses)
^ ~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:50:9: note: expanded from macro 'PRINT_OFFSETOF'
temp = offsetof(x, y); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:1037:3: warning: offset of on non-POD type 'libtorrent::udp_tracker_connection' [-Winvalid-offsetof]
PRINT_OFFSETOF(udp_tracker_connection, m_attempts)
^ ~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:41:34: note: expanded from macro 'PRINT_OFFSETOF'
#define PRINT_OFFSETOF(x, y) if (offsetof(x, y) > 0) { \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:1037:3: warning: offset of on non-POD type 'libtorrent::udp_tracker_connection' [-Winvalid-offsetof]
PRINT_OFFSETOF(udp_tracker_connection, m_attempts)
^ ~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:44:10: note: expanded from macro 'PRINT_OFFSETOF'
, int((offsetof(x, y) - temp)) - prev_size); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:1037:3: warning: offset of on non-POD type 'libtorrent::udp_tracker_connection' [-Winvalid-offsetof]
PRINT_OFFSETOF(udp_tracker_connection, m_attempts)
^ ~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:49:9: note: expanded from macro 'PRINT_OFFSETOF'
, int(offsetof(x, y))); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:1037:3: warning: offset of on non-POD type 'libtorrent::udp_tracker_connection' [-Winvalid-offsetof]
PRINT_OFFSETOF(udp_tracker_connection, m_attempts)
^ ~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:50:9: note: expanded from macro 'PRINT_OFFSETOF'
temp = offsetof(x, y); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:1038:3: warning: offset of on non-POD type 'libtorrent::udp_tracker_connection' [-Winvalid-offsetof]
PRINT_OFFSETOF(udp_tracker_connection, m_state)
^ ~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:41:34: note: expanded from macro 'PRINT_OFFSETOF'
#define PRINT_OFFSETOF(x, y) if (offsetof(x, y) > 0) { \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:1038:3: warning: offset of on non-POD type 'libtorrent::udp_tracker_connection' [-Winvalid-offsetof]
PRINT_OFFSETOF(udp_tracker_connection, m_state)
^ ~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:44:10: note: expanded from macro 'PRINT_OFFSETOF'
, int((offsetof(x, y) - temp)) - prev_size); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:1038:3: warning: offset of on non-POD type 'libtorrent::udp_tracker_connection' [-Winvalid-offsetof]
PRINT_OFFSETOF(udp_tracker_connection, m_state)
^ ~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:49:9: note: expanded from macro 'PRINT_OFFSETOF'
, int(offsetof(x, y))); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:1038:3: warning: offset of on non-POD type 'libtorrent::udp_tracker_connection' [-Winvalid-offsetof]
PRINT_OFFSETOF(udp_tracker_connection, m_state)
^ ~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:50:9: note: expanded from macro 'PRINT_OFFSETOF'
temp = offsetof(x, y); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:1039:3: warning: offset of on non-POD type 'libtorrent::udp_tracker_connection' [-Winvalid-offsetof]
PRINT_OFFSETOF(udp_tracker_connection, m_proxy)
^ ~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:41:34: note: expanded from macro 'PRINT_OFFSETOF'
#define PRINT_OFFSETOF(x, y) if (offsetof(x, y) > 0) { \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:1039:3: warning: offset of on non-POD type 'libtorrent::udp_tracker_connection' [-Winvalid-offsetof]
PRINT_OFFSETOF(udp_tracker_connection, m_proxy)
^ ~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:44:10: note: expanded from macro 'PRINT_OFFSETOF'
, int((offsetof(x, y) - temp)) - prev_size); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:1039:3: warning: offset of on non-POD type 'libtorrent::udp_tracker_connection' [-Winvalid-offsetof]
PRINT_OFFSETOF(udp_tracker_connection, m_proxy)
^ ~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:49:9: note: expanded from macro 'PRINT_OFFSETOF'
, int(offsetof(x, y))); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/session_impl.cpp:1039:3: warning: offset of on non-POD type 'libtorrent::udp_tracker_connection' [-Winvalid-offsetof]
PRINT_OFFSETOF(udp_tracker_connection, m_proxy)
^ ~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:50:9: note: expanded from macro 'PRINT_OFFSETOF'
temp = offsetof(x, y); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
539 warnings generated.
CXX libtorrent/src/settings.o
CXX libtorrent/src/smart_ban.o
CXX libtorrent/src/socket_io.o
CXX libtorrent/src/socket_type.o
CXX libtorrent/src/socks5_stream.o
CXX libtorrent/src/stat.o
CXX libtorrent/src/storage.o
libtorrent/src/storage.cpp:424:2: warning: control may reach end of non-void function [-Wreturn-type]
}
^
libtorrent/src/storage.cpp:466:2: warning: control may reach end of non-void function [-Wreturn-type]
}
^
2 warnings generated.
CXX libtorrent/src/string_util.o
CXX libtorrent/src/thread.o
CXX libtorrent/src/torrent.o
libtorrent/src/torrent.cpp:221:3: warning: offset of on non-POD type 'libtorrent::torrent' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent, m_tracker_address)
^ ~~~~~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:41:34: note: expanded from macro 'PRINT_OFFSETOF'
#define PRINT_OFFSETOF(x, y) if (offsetof(x, y) > 0) { \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/torrent.cpp:221:3: warning: offset of on non-POD type 'libtorrent::torrent' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent, m_tracker_address)
^ ~~~~~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:44:10: note: expanded from macro 'PRINT_OFFSETOF'
, int((offsetof(x, y) - temp)) - prev_size); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/torrent.cpp:221:3: warning: offset of on non-POD type 'libtorrent::torrent' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent, m_tracker_address)
^ ~~~~~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:49:9: note: expanded from macro 'PRINT_OFFSETOF'
, int(offsetof(x, y))); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/torrent.cpp:221:3: warning: offset of on non-POD type 'libtorrent::torrent' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent, m_tracker_address)
^ ~~~~~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:50:9: note: expanded from macro 'PRINT_OFFSETOF'
temp = offsetof(x, y); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/torrent.cpp:222:3: warning: offset of on non-POD type 'libtorrent::torrent' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent, m_manager)
^ ~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:41:34: note: expanded from macro 'PRINT_OFFSETOF'
#define PRINT_OFFSETOF(x, y) if (offsetof(x, y) > 0) { \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/torrent.cpp:222:3: warning: offset of on non-POD type 'libtorrent::torrent' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent, m_manager)
^ ~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:44:10: note: expanded from macro 'PRINT_OFFSETOF'
, int((offsetof(x, y) - temp)) - prev_size); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/torrent.cpp:222:3: warning: offset of on non-POD type 'libtorrent::torrent' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent, m_manager)
^ ~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:49:9: note: expanded from macro 'PRINT_OFFSETOF'
, int(offsetof(x, y))); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/torrent.cpp:222:3: warning: offset of on non-POD type 'libtorrent::torrent' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent, m_manager)
^ ~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:50:9: note: expanded from macro 'PRINT_OFFSETOF'
temp = offsetof(x, y); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/torrent.cpp:223:3: warning: offset of on non-POD type 'libtorrent::torrent' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent, m_policy)
^ ~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:41:34: note: expanded from macro 'PRINT_OFFSETOF'
#define PRINT_OFFSETOF(x, y) if (offsetof(x, y) > 0) { \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/torrent.cpp:223:3: warning: offset of on non-POD type 'libtorrent::torrent' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent, m_policy)
^ ~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:44:10: note: expanded from macro 'PRINT_OFFSETOF'
, int((offsetof(x, y) - temp)) - prev_size); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/torrent.cpp:223:3: warning: offset of on non-POD type 'libtorrent::torrent' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent, m_policy)
^ ~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:49:9: note: expanded from macro 'PRINT_OFFSETOF'
, int(offsetof(x, y))); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/torrent.cpp:223:3: warning: offset of on non-POD type 'libtorrent::torrent' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent, m_policy)
^ ~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:50:9: note: expanded from macro 'PRINT_OFFSETOF'
temp = offsetof(x, y); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/torrent.cpp:224:3: warning: offset of on non-POD type 'libtorrent::torrent' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent, m_total_uploaded)
^ ~~~~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:41:34: note: expanded from macro 'PRINT_OFFSETOF'
#define PRINT_OFFSETOF(x, y) if (offsetof(x, y) > 0) { \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/torrent.cpp:224:3: warning: offset of on non-POD type 'libtorrent::torrent' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent, m_total_uploaded)
^ ~~~~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:44:10: note: expanded from macro 'PRINT_OFFSETOF'
, int((offsetof(x, y) - temp)) - prev_size); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/torrent.cpp:224:3: warning: offset of on non-POD type 'libtorrent::torrent' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent, m_total_uploaded)
^ ~~~~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:49:9: note: expanded from macro 'PRINT_OFFSETOF'
, int(offsetof(x, y))); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/torrent.cpp:224:3: warning: offset of on non-POD type 'libtorrent::torrent' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent, m_total_uploaded)
^ ~~~~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:50:9: note: expanded from macro 'PRINT_OFFSETOF'
temp = offsetof(x, y); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/torrent.cpp:225:3: warning: offset of on non-POD type 'libtorrent::torrent' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent, m_total_downloaded)
^ ~~~~~~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:41:34: note: expanded from macro 'PRINT_OFFSETOF'
#define PRINT_OFFSETOF(x, y) if (offsetof(x, y) > 0) { \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/torrent.cpp:225:3: warning: offset of on non-POD type 'libtorrent::torrent' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent, m_total_downloaded)
^ ~~~~~~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:44:10: note: expanded from macro 'PRINT_OFFSETOF'
, int((offsetof(x, y) - temp)) - prev_size); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/torrent.cpp:225:3: warning: offset of on non-POD type 'libtorrent::torrent' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent, m_total_downloaded)
^ ~~~~~~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:49:9: note: expanded from macro 'PRINT_OFFSETOF'
, int(offsetof(x, y))); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/torrent.cpp:225:3: warning: offset of on non-POD type 'libtorrent::torrent' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent, m_total_downloaded)
^ ~~~~~~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:50:9: note: expanded from macro 'PRINT_OFFSETOF'
temp = offsetof(x, y); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/torrent.cpp:226:3: warning: offset of on non-POD type 'libtorrent::torrent' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent, m_started)
^ ~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:41:34: note: expanded from macro 'PRINT_OFFSETOF'
#define PRINT_OFFSETOF(x, y) if (offsetof(x, y) > 0) { \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/torrent.cpp:226:3: warning: offset of on non-POD type 'libtorrent::torrent' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent, m_started)
^ ~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:44:10: note: expanded from macro 'PRINT_OFFSETOF'
, int((offsetof(x, y) - temp)) - prev_size); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/torrent.cpp:226:3: warning: offset of on non-POD type 'libtorrent::torrent' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent, m_started)
^ ~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:49:9: note: expanded from macro 'PRINT_OFFSETOF'
, int(offsetof(x, y))); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/torrent.cpp:226:3: warning: offset of on non-POD type 'libtorrent::torrent' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent, m_started)
^ ~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:50:9: note: expanded from macro 'PRINT_OFFSETOF'
temp = offsetof(x, y); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/torrent.cpp:227:3: warning: offset of on non-POD type 'libtorrent::torrent' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent, m_torrent_file)
^ ~~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:41:34: note: expanded from macro 'PRINT_OFFSETOF'
#define PRINT_OFFSETOF(x, y) if (offsetof(x, y) > 0) { \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/torrent.cpp:227:3: warning: offset of on non-POD type 'libtorrent::torrent' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent, m_torrent_file)
^ ~~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:44:10: note: expanded from macro 'PRINT_OFFSETOF'
, int((offsetof(x, y) - temp)) - prev_size); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/torrent.cpp:227:3: warning: offset of on non-POD type 'libtorrent::torrent' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent, m_torrent_file)
^ ~~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:49:9: note: expanded from macro 'PRINT_OFFSETOF'
, int(offsetof(x, y))); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/torrent.cpp:227:3: warning: offset of on non-POD type 'libtorrent::torrent' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent, m_torrent_file)
^ ~~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:50:9: note: expanded from macro 'PRINT_OFFSETOF'
temp = offsetof(x, y); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/torrent.cpp:228:3: warning: offset of on non-POD type 'libtorrent::torrent' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent, m_owning_storage)
^ ~~~~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:41:34: note: expanded from macro 'PRINT_OFFSETOF'
#define PRINT_OFFSETOF(x, y) if (offsetof(x, y) > 0) { \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/torrent.cpp:228:3: warning: offset of on non-POD type 'libtorrent::torrent' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent, m_owning_storage)
^ ~~~~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:44:10: note: expanded from macro 'PRINT_OFFSETOF'
, int((offsetof(x, y) - temp)) - prev_size); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/torrent.cpp:228:3: warning: offset of on non-POD type 'libtorrent::torrent' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent, m_owning_storage)
^ ~~~~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:49:9: note: expanded from macro 'PRINT_OFFSETOF'
, int(offsetof(x, y))); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/torrent.cpp:228:3: warning: offset of on non-POD type 'libtorrent::torrent' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent, m_owning_storage)
^ ~~~~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:50:9: note: expanded from macro 'PRINT_OFFSETOF'
temp = offsetof(x, y); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/torrent.cpp:229:3: warning: offset of on non-POD type 'libtorrent::torrent' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent, m_storage)
^ ~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:41:34: note: expanded from macro 'PRINT_OFFSETOF'
#define PRINT_OFFSETOF(x, y) if (offsetof(x, y) > 0) { \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/torrent.cpp:229:3: warning: offset of on non-POD type 'libtorrent::torrent' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent, m_storage)
^ ~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:44:10: note: expanded from macro 'PRINT_OFFSETOF'
, int((offsetof(x, y) - temp)) - prev_size); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/torrent.cpp:229:3: warning: offset of on non-POD type 'libtorrent::torrent' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent, m_storage)
^ ~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:49:9: note: expanded from macro 'PRINT_OFFSETOF'
, int(offsetof(x, y))); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/torrent.cpp:229:3: warning: offset of on non-POD type 'libtorrent::torrent' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent, m_storage)
^ ~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:50:9: note: expanded from macro 'PRINT_OFFSETOF'
temp = offsetof(x, y); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/torrent.cpp:230:3: warning: offset of on non-POD type 'libtorrent::torrent' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent, m_connections)
^ ~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:41:34: note: expanded from macro 'PRINT_OFFSETOF'
#define PRINT_OFFSETOF(x, y) if (offsetof(x, y) > 0) { \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/torrent.cpp:230:3: warning: offset of on non-POD type 'libtorrent::torrent' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent, m_connections)
^ ~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:44:10: note: expanded from macro 'PRINT_OFFSETOF'
, int((offsetof(x, y) - temp)) - prev_size); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/torrent.cpp:230:3: warning: offset of on non-POD type 'libtorrent::torrent' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent, m_connections)
^ ~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:49:9: note: expanded from macro 'PRINT_OFFSETOF'
, int(offsetof(x, y))); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/torrent.cpp:230:3: warning: offset of on non-POD type 'libtorrent::torrent' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent, m_connections)
^ ~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:50:9: note: expanded from macro 'PRINT_OFFSETOF'
temp = offsetof(x, y); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/torrent.cpp:231:3: warning: offset of on non-POD type 'libtorrent::torrent' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent, m_web_seeds)
^ ~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:41:34: note: expanded from macro 'PRINT_OFFSETOF'
#define PRINT_OFFSETOF(x, y) if (offsetof(x, y) > 0) { \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/torrent.cpp:231:3: warning: offset of on non-POD type 'libtorrent::torrent' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent, m_web_seeds)
^ ~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:44:10: note: expanded from macro 'PRINT_OFFSETOF'
, int((offsetof(x, y) - temp)) - prev_size); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/torrent.cpp:231:3: warning: offset of on non-POD type 'libtorrent::torrent' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent, m_web_seeds)
^ ~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:49:9: note: expanded from macro 'PRINT_OFFSETOF'
, int(offsetof(x, y))); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/torrent.cpp:231:3: warning: offset of on non-POD type 'libtorrent::torrent' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent, m_web_seeds)
^ ~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:50:9: note: expanded from macro 'PRINT_OFFSETOF'
temp = offsetof(x, y); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/torrent.cpp:233:3: warning: offset of on non-POD type 'libtorrent::torrent' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent, m_extensions)
^ ~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:41:34: note: expanded from macro 'PRINT_OFFSETOF'
#define PRINT_OFFSETOF(x, y) if (offsetof(x, y) > 0) { \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/torrent.cpp:233:3: warning: offset of on non-POD type 'libtorrent::torrent' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent, m_extensions)
^ ~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:44:10: note: expanded from macro 'PRINT_OFFSETOF'
, int((offsetof(x, y) - temp)) - prev_size); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/torrent.cpp:233:3: warning: offset of on non-POD type 'libtorrent::torrent' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent, m_extensions)
^ ~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:49:9: note: expanded from macro 'PRINT_OFFSETOF'
, int(offsetof(x, y))); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/torrent.cpp:233:3: warning: offset of on non-POD type 'libtorrent::torrent' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent, m_extensions)
^ ~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:50:9: note: expanded from macro 'PRINT_OFFSETOF'
temp = offsetof(x, y); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/torrent.cpp:235:3: warning: offset of on non-POD type 'libtorrent::torrent' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent, m_tracker_timer)
^ ~~~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:41:34: note: expanded from macro 'PRINT_OFFSETOF'
#define PRINT_OFFSETOF(x, y) if (offsetof(x, y) > 0) { \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/torrent.cpp:235:3: warning: offset of on non-POD type 'libtorrent::torrent' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent, m_tracker_timer)
^ ~~~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:44:10: note: expanded from macro 'PRINT_OFFSETOF'
, int((offsetof(x, y) - temp)) - prev_size); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/torrent.cpp:235:3: warning: offset of on non-POD type 'libtorrent::torrent' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent, m_tracker_timer)
^ ~~~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:49:9: note: expanded from macro 'PRINT_OFFSETOF'
, int(offsetof(x, y))); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/torrent.cpp:235:3: warning: offset of on non-POD type 'libtorrent::torrent' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent, m_tracker_timer)
^ ~~~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:50:9: note: expanded from macro 'PRINT_OFFSETOF'
temp = offsetof(x, y); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/torrent.cpp:236:3: warning: offset of on non-POD type 'libtorrent::torrent' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent, m_stat)
^ ~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:41:34: note: expanded from macro 'PRINT_OFFSETOF'
#define PRINT_OFFSETOF(x, y) if (offsetof(x, y) > 0) { \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/torrent.cpp:236:3: warning: offset of on non-POD type 'libtorrent::torrent' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent, m_stat)
^ ~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:44:10: note: expanded from macro 'PRINT_OFFSETOF'
, int((offsetof(x, y) - temp)) - prev_size); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/torrent.cpp:236:3: warning: offset of on non-POD type 'libtorrent::torrent' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent, m_stat)
^ ~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:49:9: note: expanded from macro 'PRINT_OFFSETOF'
, int(offsetof(x, y))); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/torrent.cpp:236:3: warning: offset of on non-POD type 'libtorrent::torrent' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent, m_stat)
^ ~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:50:9: note: expanded from macro 'PRINT_OFFSETOF'
temp = offsetof(x, y); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/torrent.cpp:239:3: warning: offset of on non-POD type 'libtorrent::torrent' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent, m_ses)
^ ~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:41:34: note: expanded from macro 'PRINT_OFFSETOF'
#define PRINT_OFFSETOF(x, y) if (offsetof(x, y) > 0) { \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/torrent.cpp:239:3: warning: offset of on non-POD type 'libtorrent::torrent' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent, m_ses)
^ ~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:44:10: note: expanded from macro 'PRINT_OFFSETOF'
, int((offsetof(x, y) - temp)) - prev_size); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/torrent.cpp:239:3: warning: offset of on non-POD type 'libtorrent::torrent' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent, m_ses)
^ ~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:49:9: note: expanded from macro 'PRINT_OFFSETOF'
, int(offsetof(x, y))); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/torrent.cpp:239:3: warning: offset of on non-POD type 'libtorrent::torrent' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent, m_ses)
^ ~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:50:9: note: expanded from macro 'PRINT_OFFSETOF'
temp = offsetof(x, y); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/torrent.cpp:241:3: warning: offset of on non-POD type 'libtorrent::torrent' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent, m_file_priority)
^ ~~~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:41:34: note: expanded from macro 'PRINT_OFFSETOF'
#define PRINT_OFFSETOF(x, y) if (offsetof(x, y) > 0) { \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/torrent.cpp:241:3: warning: offset of on non-POD type 'libtorrent::torrent' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent, m_file_priority)
^ ~~~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:44:10: note: expanded from macro 'PRINT_OFFSETOF'
, int((offsetof(x, y) - temp)) - prev_size); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/torrent.cpp:241:3: warning: offset of on non-POD type 'libtorrent::torrent' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent, m_file_priority)
^ ~~~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:49:9: note: expanded from macro 'PRINT_OFFSETOF'
, int(offsetof(x, y))); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/torrent.cpp:241:3: warning: offset of on non-POD type 'libtorrent::torrent' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent, m_file_priority)
^ ~~~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:50:9: note: expanded from macro 'PRINT_OFFSETOF'
temp = offsetof(x, y); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/torrent.cpp:242:3: warning: offset of on non-POD type 'libtorrent::torrent' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent, m_file_progress)
^ ~~~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:41:34: note: expanded from macro 'PRINT_OFFSETOF'
#define PRINT_OFFSETOF(x, y) if (offsetof(x, y) > 0) { \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/torrent.cpp:242:3: warning: offset of on non-POD type 'libtorrent::torrent' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent, m_file_progress)
^ ~~~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:44:10: note: expanded from macro 'PRINT_OFFSETOF'
, int((offsetof(x, y) - temp)) - prev_size); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/torrent.cpp:242:3: warning: offset of on non-POD type 'libtorrent::torrent' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent, m_file_progress)
^ ~~~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:49:9: note: expanded from macro 'PRINT_OFFSETOF'
, int(offsetof(x, y))); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/torrent.cpp:242:3: warning: offset of on non-POD type 'libtorrent::torrent' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent, m_file_progress)
^ ~~~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:50:9: note: expanded from macro 'PRINT_OFFSETOF'
temp = offsetof(x, y); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/torrent.cpp:243:3: warning: offset of on non-POD type 'libtorrent::torrent' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent, m_picker)
^ ~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:41:34: note: expanded from macro 'PRINT_OFFSETOF'
#define PRINT_OFFSETOF(x, y) if (offsetof(x, y) > 0) { \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/torrent.cpp:243:3: warning: offset of on non-POD type 'libtorrent::torrent' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent, m_picker)
^ ~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:44:10: note: expanded from macro 'PRINT_OFFSETOF'
, int((offsetof(x, y) - temp)) - prev_size); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/torrent.cpp:243:3: warning: offset of on non-POD type 'libtorrent::torrent' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent, m_picker)
^ ~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:49:9: note: expanded from macro 'PRINT_OFFSETOF'
, int(offsetof(x, y))); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/torrent.cpp:243:3: warning: offset of on non-POD type 'libtorrent::torrent' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent, m_picker)
^ ~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:50:9: note: expanded from macro 'PRINT_OFFSETOF'
temp = offsetof(x, y); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/torrent.cpp:244:3: warning: offset of on non-POD type 'libtorrent::torrent' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent, m_trackers)
^ ~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:41:34: note: expanded from macro 'PRINT_OFFSETOF'
#define PRINT_OFFSETOF(x, y) if (offsetof(x, y) > 0) { \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/torrent.cpp:244:3: warning: offset of on non-POD type 'libtorrent::torrent' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent, m_trackers)
^ ~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:44:10: note: expanded from macro 'PRINT_OFFSETOF'
, int((offsetof(x, y) - temp)) - prev_size); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/torrent.cpp:244:3: warning: offset of on non-POD type 'libtorrent::torrent' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent, m_trackers)
^ ~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:49:9: note: expanded from macro 'PRINT_OFFSETOF'
, int(offsetof(x, y))); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/torrent.cpp:244:3: warning: offset of on non-POD type 'libtorrent::torrent' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent, m_trackers)
^ ~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:50:9: note: expanded from macro 'PRINT_OFFSETOF'
temp = offsetof(x, y); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/torrent.cpp:245:3: warning: offset of on non-POD type 'libtorrent::torrent' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent, m_time_critical_pieces)
^ ~~~~~~~~~~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:41:34: note: expanded from macro 'PRINT_OFFSETOF'
#define PRINT_OFFSETOF(x, y) if (offsetof(x, y) > 0) { \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/torrent.cpp:245:3: warning: offset of on non-POD type 'libtorrent::torrent' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent, m_time_critical_pieces)
^ ~~~~~~~~~~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:44:10: note: expanded from macro 'PRINT_OFFSETOF'
, int((offsetof(x, y) - temp)) - prev_size); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/torrent.cpp:245:3: warning: offset of on non-POD type 'libtorrent::torrent' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent, m_time_critical_pieces)
^ ~~~~~~~~~~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:49:9: note: expanded from macro 'PRINT_OFFSETOF'
, int(offsetof(x, y))); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/torrent.cpp:245:3: warning: offset of on non-POD type 'libtorrent::torrent' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent, m_time_critical_pieces)
^ ~~~~~~~~~~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:50:9: note: expanded from macro 'PRINT_OFFSETOF'
temp = offsetof(x, y); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/torrent.cpp:246:3: warning: offset of on non-POD type 'libtorrent::torrent' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent, m_username)
^ ~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:41:34: note: expanded from macro 'PRINT_OFFSETOF'
#define PRINT_OFFSETOF(x, y) if (offsetof(x, y) > 0) { \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/torrent.cpp:246:3: warning: offset of on non-POD type 'libtorrent::torrent' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent, m_username)
^ ~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:44:10: note: expanded from macro 'PRINT_OFFSETOF'
, int((offsetof(x, y) - temp)) - prev_size); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/torrent.cpp:246:3: warning: offset of on non-POD type 'libtorrent::torrent' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent, m_username)
^ ~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:49:9: note: expanded from macro 'PRINT_OFFSETOF'
, int(offsetof(x, y))); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/torrent.cpp:246:3: warning: offset of on non-POD type 'libtorrent::torrent' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent, m_username)
^ ~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:50:9: note: expanded from macro 'PRINT_OFFSETOF'
temp = offsetof(x, y); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/torrent.cpp:247:3: warning: offset of on non-POD type 'libtorrent::torrent' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent, m_password)
^ ~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:41:34: note: expanded from macro 'PRINT_OFFSETOF'
#define PRINT_OFFSETOF(x, y) if (offsetof(x, y) > 0) { \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/torrent.cpp:247:3: warning: offset of on non-POD type 'libtorrent::torrent' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent, m_password)
^ ~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:44:10: note: expanded from macro 'PRINT_OFFSETOF'
, int((offsetof(x, y) - temp)) - prev_size); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/torrent.cpp:247:3: warning: offset of on non-POD type 'libtorrent::torrent' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent, m_password)
^ ~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:49:9: note: expanded from macro 'PRINT_OFFSETOF'
, int(offsetof(x, y))); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/torrent.cpp:247:3: warning: offset of on non-POD type 'libtorrent::torrent' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent, m_password)
^ ~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:50:9: note: expanded from macro 'PRINT_OFFSETOF'
temp = offsetof(x, y); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/torrent.cpp:248:3: warning: offset of on non-POD type 'libtorrent::torrent' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent, m_net_interfaces)
^ ~~~~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:41:34: note: expanded from macro 'PRINT_OFFSETOF'
#define PRINT_OFFSETOF(x, y) if (offsetof(x, y) > 0) { \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/torrent.cpp:248:3: warning: offset of on non-POD type 'libtorrent::torrent' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent, m_net_interfaces)
^ ~~~~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:44:10: note: expanded from macro 'PRINT_OFFSETOF'
, int((offsetof(x, y) - temp)) - prev_size); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/torrent.cpp:248:3: warning: offset of on non-POD type 'libtorrent::torrent' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent, m_net_interfaces)
^ ~~~~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:49:9: note: expanded from macro 'PRINT_OFFSETOF'
, int(offsetof(x, y))); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/torrent.cpp:248:3: warning: offset of on non-POD type 'libtorrent::torrent' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent, m_net_interfaces)
^ ~~~~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:50:9: note: expanded from macro 'PRINT_OFFSETOF'
temp = offsetof(x, y); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/torrent.cpp:249:3: warning: offset of on non-POD type 'libtorrent::torrent' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent, m_save_path)
^ ~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:41:34: note: expanded from macro 'PRINT_OFFSETOF'
#define PRINT_OFFSETOF(x, y) if (offsetof(x, y) > 0) { \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/torrent.cpp:249:3: warning: offset of on non-POD type 'libtorrent::torrent' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent, m_save_path)
^ ~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:44:10: note: expanded from macro 'PRINT_OFFSETOF'
, int((offsetof(x, y) - temp)) - prev_size); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/torrent.cpp:249:3: warning: offset of on non-POD type 'libtorrent::torrent' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent, m_save_path)
^ ~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:49:9: note: expanded from macro 'PRINT_OFFSETOF'
, int(offsetof(x, y))); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/torrent.cpp:249:3: warning: offset of on non-POD type 'libtorrent::torrent' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent, m_save_path)
^ ~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:50:9: note: expanded from macro 'PRINT_OFFSETOF'
temp = offsetof(x, y); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/torrent.cpp:250:3: warning: offset of on non-POD type 'libtorrent::torrent' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent, m_url)
^ ~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:41:34: note: expanded from macro 'PRINT_OFFSETOF'
#define PRINT_OFFSETOF(x, y) if (offsetof(x, y) > 0) { \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/torrent.cpp:250:3: warning: offset of on non-POD type 'libtorrent::torrent' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent, m_url)
^ ~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:44:10: note: expanded from macro 'PRINT_OFFSETOF'
, int((offsetof(x, y) - temp)) - prev_size); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/torrent.cpp:250:3: warning: offset of on non-POD type 'libtorrent::torrent' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent, m_url)
^ ~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:49:9: note: expanded from macro 'PRINT_OFFSETOF'
, int(offsetof(x, y))); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/torrent.cpp:250:3: warning: offset of on non-POD type 'libtorrent::torrent' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent, m_url)
^ ~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:50:9: note: expanded from macro 'PRINT_OFFSETOF'
temp = offsetof(x, y); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/torrent.cpp:251:3: warning: offset of on non-POD type 'libtorrent::torrent' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent, m_uuid)
^ ~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:41:34: note: expanded from macro 'PRINT_OFFSETOF'
#define PRINT_OFFSETOF(x, y) if (offsetof(x, y) > 0) { \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/torrent.cpp:251:3: warning: offset of on non-POD type 'libtorrent::torrent' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent, m_uuid)
^ ~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:44:10: note: expanded from macro 'PRINT_OFFSETOF'
, int((offsetof(x, y) - temp)) - prev_size); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/torrent.cpp:251:3: warning: offset of on non-POD type 'libtorrent::torrent' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent, m_uuid)
^ ~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:49:9: note: expanded from macro 'PRINT_OFFSETOF'
, int(offsetof(x, y))); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/torrent.cpp:251:3: warning: offset of on non-POD type 'libtorrent::torrent' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent, m_uuid)
^ ~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:50:9: note: expanded from macro 'PRINT_OFFSETOF'
temp = offsetof(x, y); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/torrent.cpp:252:3: warning: offset of on non-POD type 'libtorrent::torrent' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent, m_source_feed_url)
^ ~~~~~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:41:34: note: expanded from macro 'PRINT_OFFSETOF'
#define PRINT_OFFSETOF(x, y) if (offsetof(x, y) > 0) { \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/torrent.cpp:252:3: warning: offset of on non-POD type 'libtorrent::torrent' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent, m_source_feed_url)
^ ~~~~~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:44:10: note: expanded from macro 'PRINT_OFFSETOF'
, int((offsetof(x, y) - temp)) - prev_size); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/torrent.cpp:252:3: warning: offset of on non-POD type 'libtorrent::torrent' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent, m_source_feed_url)
^ ~~~~~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:49:9: note: expanded from macro 'PRINT_OFFSETOF'
, int(offsetof(x, y))); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/torrent.cpp:252:3: warning: offset of on non-POD type 'libtorrent::torrent' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent, m_source_feed_url)
^ ~~~~~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:50:9: note: expanded from macro 'PRINT_OFFSETOF'
temp = offsetof(x, y); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/torrent.cpp:253:3: warning: offset of on non-POD type 'libtorrent::torrent' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent, m_torrent_file_buf)
^ ~~~~~~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:41:34: note: expanded from macro 'PRINT_OFFSETOF'
#define PRINT_OFFSETOF(x, y) if (offsetof(x, y) > 0) { \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/torrent.cpp:253:3: warning: offset of on non-POD type 'libtorrent::torrent' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent, m_torrent_file_buf)
^ ~~~~~~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:44:10: note: expanded from macro 'PRINT_OFFSETOF'
, int((offsetof(x, y) - temp)) - prev_size); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/torrent.cpp:253:3: warning: offset of on non-POD type 'libtorrent::torrent' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent, m_torrent_file_buf)
^ ~~~~~~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:49:9: note: expanded from macro 'PRINT_OFFSETOF'
, int(offsetof(x, y))); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/torrent.cpp:253:3: warning: offset of on non-POD type 'libtorrent::torrent' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent, m_torrent_file_buf)
^ ~~~~~~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:50:9: note: expanded from macro 'PRINT_OFFSETOF'
temp = offsetof(x, y); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/torrent.cpp:254:3: warning: offset of on non-POD type 'libtorrent::torrent' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent, m_verified)
^ ~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:41:34: note: expanded from macro 'PRINT_OFFSETOF'
#define PRINT_OFFSETOF(x, y) if (offsetof(x, y) > 0) { \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/torrent.cpp:254:3: warning: offset of on non-POD type 'libtorrent::torrent' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent, m_verified)
^ ~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:44:10: note: expanded from macro 'PRINT_OFFSETOF'
, int((offsetof(x, y) - temp)) - prev_size); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/torrent.cpp:254:3: warning: offset of on non-POD type 'libtorrent::torrent' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent, m_verified)
^ ~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:49:9: note: expanded from macro 'PRINT_OFFSETOF'
, int(offsetof(x, y))); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/torrent.cpp:254:3: warning: offset of on non-POD type 'libtorrent::torrent' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent, m_verified)
^ ~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:50:9: note: expanded from macro 'PRINT_OFFSETOF'
temp = offsetof(x, y); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/torrent.cpp:255:3: warning: offset of on non-POD type 'libtorrent::torrent' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent, m_error)
^ ~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:41:34: note: expanded from macro 'PRINT_OFFSETOF'
#define PRINT_OFFSETOF(x, y) if (offsetof(x, y) > 0) { \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/torrent.cpp:255:3: warning: offset of on non-POD type 'libtorrent::torrent' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent, m_error)
^ ~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:44:10: note: expanded from macro 'PRINT_OFFSETOF'
, int((offsetof(x, y) - temp)) - prev_size); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/torrent.cpp:255:3: warning: offset of on non-POD type 'libtorrent::torrent' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent, m_error)
^ ~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:49:9: note: expanded from macro 'PRINT_OFFSETOF'
, int(offsetof(x, y))); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/torrent.cpp:255:3: warning: offset of on non-POD type 'libtorrent::torrent' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent, m_error)
^ ~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:50:9: note: expanded from macro 'PRINT_OFFSETOF'
temp = offsetof(x, y); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/torrent.cpp:256:3: warning: offset of on non-POD type 'libtorrent::torrent' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent, m_error_file)
^ ~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:41:34: note: expanded from macro 'PRINT_OFFSETOF'
#define PRINT_OFFSETOF(x, y) if (offsetof(x, y) > 0) { \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/torrent.cpp:256:3: warning: offset of on non-POD type 'libtorrent::torrent' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent, m_error_file)
^ ~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:44:10: note: expanded from macro 'PRINT_OFFSETOF'
, int((offsetof(x, y) - temp)) - prev_size); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/torrent.cpp:256:3: warning: offset of on non-POD type 'libtorrent::torrent' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent, m_error_file)
^ ~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:49:9: note: expanded from macro 'PRINT_OFFSETOF'
, int(offsetof(x, y))); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/torrent.cpp:256:3: warning: offset of on non-POD type 'libtorrent::torrent' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent, m_error_file)
^ ~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:50:9: note: expanded from macro 'PRINT_OFFSETOF'
temp = offsetof(x, y); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/torrent.cpp:257:3: warning: offset of on non-POD type 'libtorrent::torrent' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent, m_resume_data)
^ ~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:41:34: note: expanded from macro 'PRINT_OFFSETOF'
#define PRINT_OFFSETOF(x, y) if (offsetof(x, y) > 0) { \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/torrent.cpp:257:3: warning: offset of on non-POD type 'libtorrent::torrent' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent, m_resume_data)
^ ~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:44:10: note: expanded from macro 'PRINT_OFFSETOF'
, int((offsetof(x, y) - temp)) - prev_size); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/torrent.cpp:257:3: warning: offset of on non-POD type 'libtorrent::torrent' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent, m_resume_data)
^ ~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:49:9: note: expanded from macro 'PRINT_OFFSETOF'
, int(offsetof(x, y))); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/torrent.cpp:257:3: warning: offset of on non-POD type 'libtorrent::torrent' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent, m_resume_data)
^ ~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:50:9: note: expanded from macro 'PRINT_OFFSETOF'
temp = offsetof(x, y); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/torrent.cpp:258:3: warning: offset of on non-POD type 'libtorrent::torrent' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent, m_resume_entry)
^ ~~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:41:34: note: expanded from macro 'PRINT_OFFSETOF'
#define PRINT_OFFSETOF(x, y) if (offsetof(x, y) > 0) { \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/torrent.cpp:258:3: warning: offset of on non-POD type 'libtorrent::torrent' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent, m_resume_entry)
^ ~~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:44:10: note: expanded from macro 'PRINT_OFFSETOF'
, int((offsetof(x, y) - temp)) - prev_size); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/torrent.cpp:258:3: warning: offset of on non-POD type 'libtorrent::torrent' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent, m_resume_entry)
^ ~~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:49:9: note: expanded from macro 'PRINT_OFFSETOF'
, int(offsetof(x, y))); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/torrent.cpp:258:3: warning: offset of on non-POD type 'libtorrent::torrent' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent, m_resume_entry)
^ ~~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:50:9: note: expanded from macro 'PRINT_OFFSETOF'
temp = offsetof(x, y); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/torrent.cpp:259:3: warning: offset of on non-POD type 'libtorrent::torrent' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent, m_name)
^ ~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:41:34: note: expanded from macro 'PRINT_OFFSETOF'
#define PRINT_OFFSETOF(x, y) if (offsetof(x, y) > 0) { \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/torrent.cpp:259:3: warning: offset of on non-POD type 'libtorrent::torrent' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent, m_name)
^ ~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:44:10: note: expanded from macro 'PRINT_OFFSETOF'
, int((offsetof(x, y) - temp)) - prev_size); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/torrent.cpp:259:3: warning: offset of on non-POD type 'libtorrent::torrent' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent, m_name)
^ ~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:49:9: note: expanded from macro 'PRINT_OFFSETOF'
, int(offsetof(x, y))); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/torrent.cpp:259:3: warning: offset of on non-POD type 'libtorrent::torrent' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent, m_name)
^ ~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:50:9: note: expanded from macro 'PRINT_OFFSETOF'
temp = offsetof(x, y); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/torrent.cpp:260:3: warning: offset of on non-POD type 'libtorrent::torrent' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent, m_storage_constructor)
^ ~~~~~~~~~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:41:34: note: expanded from macro 'PRINT_OFFSETOF'
#define PRINT_OFFSETOF(x, y) if (offsetof(x, y) > 0) { \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/torrent.cpp:260:3: warning: offset of on non-POD type 'libtorrent::torrent' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent, m_storage_constructor)
^ ~~~~~~~~~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:44:10: note: expanded from macro 'PRINT_OFFSETOF'
, int((offsetof(x, y) - temp)) - prev_size); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/torrent.cpp:260:3: warning: offset of on non-POD type 'libtorrent::torrent' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent, m_storage_constructor)
^ ~~~~~~~~~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:49:9: note: expanded from macro 'PRINT_OFFSETOF'
, int(offsetof(x, y))); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/torrent.cpp:260:3: warning: offset of on non-POD type 'libtorrent::torrent' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent, m_storage_constructor)
^ ~~~~~~~~~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:50:9: note: expanded from macro 'PRINT_OFFSETOF'
temp = offsetof(x, y); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/torrent.cpp:261:3: warning: offset of on non-POD type 'libtorrent::torrent' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent, m_added_time)
^ ~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:41:34: note: expanded from macro 'PRINT_OFFSETOF'
#define PRINT_OFFSETOF(x, y) if (offsetof(x, y) > 0) { \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/torrent.cpp:261:3: warning: offset of on non-POD type 'libtorrent::torrent' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent, m_added_time)
^ ~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:44:10: note: expanded from macro 'PRINT_OFFSETOF'
, int((offsetof(x, y) - temp)) - prev_size); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/torrent.cpp:261:3: warning: offset of on non-POD type 'libtorrent::torrent' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent, m_added_time)
^ ~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:49:9: note: expanded from macro 'PRINT_OFFSETOF'
, int(offsetof(x, y))); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/torrent.cpp:261:3: warning: offset of on non-POD type 'libtorrent::torrent' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent, m_added_time)
^ ~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:50:9: note: expanded from macro 'PRINT_OFFSETOF'
temp = offsetof(x, y); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/torrent.cpp:262:3: warning: offset of on non-POD type 'libtorrent::torrent' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent, m_completed_time)
^ ~~~~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:41:34: note: expanded from macro 'PRINT_OFFSETOF'
#define PRINT_OFFSETOF(x, y) if (offsetof(x, y) > 0) { \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/torrent.cpp:262:3: warning: offset of on non-POD type 'libtorrent::torrent' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent, m_completed_time)
^ ~~~~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:44:10: note: expanded from macro 'PRINT_OFFSETOF'
, int((offsetof(x, y) - temp)) - prev_size); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/torrent.cpp:262:3: warning: offset of on non-POD type 'libtorrent::torrent' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent, m_completed_time)
^ ~~~~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:49:9: note: expanded from macro 'PRINT_OFFSETOF'
, int(offsetof(x, y))); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/torrent.cpp:262:3: warning: offset of on non-POD type 'libtorrent::torrent' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent, m_completed_time)
^ ~~~~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:50:9: note: expanded from macro 'PRINT_OFFSETOF'
temp = offsetof(x, y); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/torrent.cpp:263:3: warning: offset of on non-POD type 'libtorrent::torrent' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent, m_last_saved_resume)
^ ~~~~~~~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:41:34: note: expanded from macro 'PRINT_OFFSETOF'
#define PRINT_OFFSETOF(x, y) if (offsetof(x, y) > 0) { \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/torrent.cpp:263:3: warning: offset of on non-POD type 'libtorrent::torrent' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent, m_last_saved_resume)
^ ~~~~~~~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:44:10: note: expanded from macro 'PRINT_OFFSETOF'
, int((offsetof(x, y) - temp)) - prev_size); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/torrent.cpp:263:3: warning: offset of on non-POD type 'libtorrent::torrent' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent, m_last_saved_resume)
^ ~~~~~~~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:49:9: note: expanded from macro 'PRINT_OFFSETOF'
, int(offsetof(x, y))); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/torrent.cpp:263:3: warning: offset of on non-POD type 'libtorrent::torrent' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent, m_last_saved_resume)
^ ~~~~~~~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:50:9: note: expanded from macro 'PRINT_OFFSETOF'
temp = offsetof(x, y); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/torrent.cpp:264:3: warning: offset of on non-POD type 'libtorrent::torrent' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent, m_last_seen_complete)
^ ~~~~~~~~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:41:34: note: expanded from macro 'PRINT_OFFSETOF'
#define PRINT_OFFSETOF(x, y) if (offsetof(x, y) > 0) { \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/torrent.cpp:264:3: warning: offset of on non-POD type 'libtorrent::torrent' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent, m_last_seen_complete)
^ ~~~~~~~~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:44:10: note: expanded from macro 'PRINT_OFFSETOF'
, int((offsetof(x, y) - temp)) - prev_size); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/torrent.cpp:264:3: warning: offset of on non-POD type 'libtorrent::torrent' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent, m_last_seen_complete)
^ ~~~~~~~~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:49:9: note: expanded from macro 'PRINT_OFFSETOF'
, int(offsetof(x, y))); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/torrent.cpp:264:3: warning: offset of on non-POD type 'libtorrent::torrent' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent, m_last_seen_complete)
^ ~~~~~~~~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:50:9: note: expanded from macro 'PRINT_OFFSETOF'
temp = offsetof(x, y); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/torrent.cpp:265:3: warning: offset of on non-POD type 'libtorrent::torrent' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent, m_swarm_last_seen_complete)
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:41:34: note: expanded from macro 'PRINT_OFFSETOF'
#define PRINT_OFFSETOF(x, y) if (offsetof(x, y) > 0) { \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/torrent.cpp:265:3: warning: offset of on non-POD type 'libtorrent::torrent' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent, m_swarm_last_seen_complete)
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:44:10: note: expanded from macro 'PRINT_OFFSETOF'
, int((offsetof(x, y) - temp)) - prev_size); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/torrent.cpp:265:3: warning: offset of on non-POD type 'libtorrent::torrent' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent, m_swarm_last_seen_complete)
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:49:9: note: expanded from macro 'PRINT_OFFSETOF'
, int(offsetof(x, y))); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/torrent.cpp:265:3: warning: offset of on non-POD type 'libtorrent::torrent' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent, m_swarm_last_seen_complete)
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:50:9: note: expanded from macro 'PRINT_OFFSETOF'
temp = offsetof(x, y); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/torrent.cpp:266:3: warning: offset of on non-POD type 'libtorrent::torrent' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent, m_num_verified)
^ ~~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:41:34: note: expanded from macro 'PRINT_OFFSETOF'
#define PRINT_OFFSETOF(x, y) if (offsetof(x, y) > 0) { \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/torrent.cpp:266:3: warning: offset of on non-POD type 'libtorrent::torrent' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent, m_num_verified)
^ ~~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:44:10: note: expanded from macro 'PRINT_OFFSETOF'
, int((offsetof(x, y) - temp)) - prev_size); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/torrent.cpp:266:3: warning: offset of on non-POD type 'libtorrent::torrent' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent, m_num_verified)
^ ~~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:49:9: note: expanded from macro 'PRINT_OFFSETOF'
, int(offsetof(x, y))); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/torrent.cpp:266:3: warning: offset of on non-POD type 'libtorrent::torrent' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent, m_num_verified)
^ ~~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:50:9: note: expanded from macro 'PRINT_OFFSETOF'
temp = offsetof(x, y); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/torrent.cpp:268:3: warning: offset of on non-POD type 'libtorrent::torrent' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent, m_obfuscated_hash)
^ ~~~~~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:41:34: note: expanded from macro 'PRINT_OFFSETOF'
#define PRINT_OFFSETOF(x, y) if (offsetof(x, y) > 0) { \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/torrent.cpp:268:3: warning: offset of on non-POD type 'libtorrent::torrent' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent, m_obfuscated_hash)
^ ~~~~~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:44:10: note: expanded from macro 'PRINT_OFFSETOF'
, int((offsetof(x, y) - temp)) - prev_size); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/torrent.cpp:268:3: warning: offset of on non-POD type 'libtorrent::torrent' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent, m_obfuscated_hash)
^ ~~~~~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:49:9: note: expanded from macro 'PRINT_OFFSETOF'
, int(offsetof(x, y))); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/torrent.cpp:268:3: warning: offset of on non-POD type 'libtorrent::torrent' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent, m_obfuscated_hash)
^ ~~~~~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:50:9: note: expanded from macro 'PRINT_OFFSETOF'
temp = offsetof(x, y); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/torrent.cpp:270:3: warning: offset of on non-POD type 'libtorrent::torrent' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent, m_ratio)
^ ~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:41:34: note: expanded from macro 'PRINT_OFFSETOF'
#define PRINT_OFFSETOF(x, y) if (offsetof(x, y) > 0) { \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/torrent.cpp:270:3: warning: offset of on non-POD type 'libtorrent::torrent' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent, m_ratio)
^ ~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:44:10: note: expanded from macro 'PRINT_OFFSETOF'
, int((offsetof(x, y) - temp)) - prev_size); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/torrent.cpp:270:3: warning: offset of on non-POD type 'libtorrent::torrent' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent, m_ratio)
^ ~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:49:9: note: expanded from macro 'PRINT_OFFSETOF'
, int(offsetof(x, y))); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/torrent.cpp:270:3: warning: offset of on non-POD type 'libtorrent::torrent' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent, m_ratio)
^ ~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:50:9: note: expanded from macro 'PRINT_OFFSETOF'
temp = offsetof(x, y); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/torrent.cpp:271:3: warning: offset of on non-POD type 'libtorrent::torrent' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent, m_available_free_upload)
^ ~~~~~~~~~~~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:41:34: note: expanded from macro 'PRINT_OFFSETOF'
#define PRINT_OFFSETOF(x, y) if (offsetof(x, y) > 0) { \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/torrent.cpp:271:3: warning: offset of on non-POD type 'libtorrent::torrent' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent, m_available_free_upload)
^ ~~~~~~~~~~~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:44:10: note: expanded from macro 'PRINT_OFFSETOF'
, int((offsetof(x, y) - temp)) - prev_size); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/torrent.cpp:271:3: warning: offset of on non-POD type 'libtorrent::torrent' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent, m_available_free_upload)
^ ~~~~~~~~~~~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:49:9: note: expanded from macro 'PRINT_OFFSETOF'
, int(offsetof(x, y))); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/torrent.cpp:271:3: warning: offset of on non-POD type 'libtorrent::torrent' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent, m_available_free_upload)
^ ~~~~~~~~~~~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:50:9: note: expanded from macro 'PRINT_OFFSETOF'
temp = offsetof(x, y); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/torrent.cpp:272:3: warning: offset of on non-POD type 'libtorrent::torrent' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent, m_average_piece_time)
^ ~~~~~~~~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:41:34: note: expanded from macro 'PRINT_OFFSETOF'
#define PRINT_OFFSETOF(x, y) if (offsetof(x, y) > 0) { \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/torrent.cpp:272:3: warning: offset of on non-POD type 'libtorrent::torrent' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent, m_average_piece_time)
^ ~~~~~~~~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:44:10: note: expanded from macro 'PRINT_OFFSETOF'
, int((offsetof(x, y) - temp)) - prev_size); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/torrent.cpp:272:3: warning: offset of on non-POD type 'libtorrent::torrent' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent, m_average_piece_time)
^ ~~~~~~~~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:49:9: note: expanded from macro 'PRINT_OFFSETOF'
, int(offsetof(x, y))); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/torrent.cpp:272:3: warning: offset of on non-POD type 'libtorrent::torrent' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent, m_average_piece_time)
^ ~~~~~~~~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:50:9: note: expanded from macro 'PRINT_OFFSETOF'
temp = offsetof(x, y); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/torrent.cpp:273:3: warning: offset of on non-POD type 'libtorrent::torrent' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent, m_piece_time_deviation)
^ ~~~~~~~~~~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:41:34: note: expanded from macro 'PRINT_OFFSETOF'
#define PRINT_OFFSETOF(x, y) if (offsetof(x, y) > 0) { \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/torrent.cpp:273:3: warning: offset of on non-POD type 'libtorrent::torrent' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent, m_piece_time_deviation)
^ ~~~~~~~~~~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:44:10: note: expanded from macro 'PRINT_OFFSETOF'
, int((offsetof(x, y) - temp)) - prev_size); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/torrent.cpp:273:3: warning: offset of on non-POD type 'libtorrent::torrent' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent, m_piece_time_deviation)
^ ~~~~~~~~~~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:49:9: note: expanded from macro 'PRINT_OFFSETOF'
, int(offsetof(x, y))); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/torrent.cpp:273:3: warning: offset of on non-POD type 'libtorrent::torrent' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent, m_piece_time_deviation)
^ ~~~~~~~~~~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:50:9: note: expanded from macro 'PRINT_OFFSETOF'
temp = offsetof(x, y); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/torrent.cpp:274:3: warning: offset of on non-POD type 'libtorrent::torrent' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent, m_total_failed_bytes)
^ ~~~~~~~~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:41:34: note: expanded from macro 'PRINT_OFFSETOF'
#define PRINT_OFFSETOF(x, y) if (offsetof(x, y) > 0) { \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/torrent.cpp:274:3: warning: offset of on non-POD type 'libtorrent::torrent' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent, m_total_failed_bytes)
^ ~~~~~~~~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:44:10: note: expanded from macro 'PRINT_OFFSETOF'
, int((offsetof(x, y) - temp)) - prev_size); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/torrent.cpp:274:3: warning: offset of on non-POD type 'libtorrent::torrent' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent, m_total_failed_bytes)
^ ~~~~~~~~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:49:9: note: expanded from macro 'PRINT_OFFSETOF'
, int(offsetof(x, y))); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/torrent.cpp:274:3: warning: offset of on non-POD type 'libtorrent::torrent' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent, m_total_failed_bytes)
^ ~~~~~~~~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:50:9: note: expanded from macro 'PRINT_OFFSETOF'
temp = offsetof(x, y); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/torrent.cpp:275:3: warning: offset of on non-POD type 'libtorrent::torrent' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent, m_total_redundant_bytes)
^ ~~~~~~~~~~~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:41:34: note: expanded from macro 'PRINT_OFFSETOF'
#define PRINT_OFFSETOF(x, y) if (offsetof(x, y) > 0) { \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/torrent.cpp:275:3: warning: offset of on non-POD type 'libtorrent::torrent' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent, m_total_redundant_bytes)
^ ~~~~~~~~~~~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:44:10: note: expanded from macro 'PRINT_OFFSETOF'
, int((offsetof(x, y) - temp)) - prev_size); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/torrent.cpp:275:3: warning: offset of on non-POD type 'libtorrent::torrent' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent, m_total_redundant_bytes)
^ ~~~~~~~~~~~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:49:9: note: expanded from macro 'PRINT_OFFSETOF'
, int(offsetof(x, y))); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/torrent.cpp:275:3: warning: offset of on non-POD type 'libtorrent::torrent' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent, m_total_redundant_bytes)
^ ~~~~~~~~~~~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:50:9: note: expanded from macro 'PRINT_OFFSETOF'
temp = offsetof(x, y); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/torrent.cpp:283:3: warning: offset of on non-POD type 'libtorrent::torrent' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent, m_last_working_tracker)
^ ~~~~~~~~~~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:41:34: note: expanded from macro 'PRINT_OFFSETOF'
#define PRINT_OFFSETOF(x, y) if (offsetof(x, y) > 0) { \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/torrent.cpp:283:3: warning: offset of on non-POD type 'libtorrent::torrent' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent, m_last_working_tracker)
^ ~~~~~~~~~~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:44:10: note: expanded from macro 'PRINT_OFFSETOF'
, int((offsetof(x, y) - temp)) - prev_size); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/torrent.cpp:283:3: warning: offset of on non-POD type 'libtorrent::torrent' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent, m_last_working_tracker)
^ ~~~~~~~~~~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:49:9: note: expanded from macro 'PRINT_OFFSETOF'
, int(offsetof(x, y))); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/torrent.cpp:283:3: warning: offset of on non-POD type 'libtorrent::torrent' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent, m_last_working_tracker)
^ ~~~~~~~~~~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:50:9: note: expanded from macro 'PRINT_OFFSETOF'
temp = offsetof(x, y); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/torrent.cpp:294:3: warning: offset of on non-POD type 'libtorrent::torrent' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent, m_time_scaler)
^ ~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:41:34: note: expanded from macro 'PRINT_OFFSETOF'
#define PRINT_OFFSETOF(x, y) if (offsetof(x, y) > 0) { \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/torrent.cpp:294:3: warning: offset of on non-POD type 'libtorrent::torrent' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent, m_time_scaler)
^ ~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:44:10: note: expanded from macro 'PRINT_OFFSETOF'
, int((offsetof(x, y) - temp)) - prev_size); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/torrent.cpp:294:3: warning: offset of on non-POD type 'libtorrent::torrent' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent, m_time_scaler)
^ ~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:49:9: note: expanded from macro 'PRINT_OFFSETOF'
, int(offsetof(x, y))); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/torrent.cpp:294:3: warning: offset of on non-POD type 'libtorrent::torrent' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent, m_time_scaler)
^ ~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:50:9: note: expanded from macro 'PRINT_OFFSETOF'
temp = offsetof(x, y); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/torrent.cpp:303:3: warning: offset of on non-POD type 'libtorrent::torrent' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent, m_sequence_number)
^ ~~~~~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:41:34: note: expanded from macro 'PRINT_OFFSETOF'
#define PRINT_OFFSETOF(x, y) if (offsetof(x, y) > 0) { \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/torrent.cpp:303:3: warning: offset of on non-POD type 'libtorrent::torrent' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent, m_sequence_number)
^ ~~~~~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:44:10: note: expanded from macro 'PRINT_OFFSETOF'
, int((offsetof(x, y) - temp)) - prev_size); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/torrent.cpp:303:3: warning: offset of on non-POD type 'libtorrent::torrent' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent, m_sequence_number)
^ ~~~~~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:49:9: note: expanded from macro 'PRINT_OFFSETOF'
, int(offsetof(x, y))); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/torrent.cpp:303:3: warning: offset of on non-POD type 'libtorrent::torrent' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent, m_sequence_number)
^ ~~~~~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:50:9: note: expanded from macro 'PRINT_OFFSETOF'
temp = offsetof(x, y); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/torrent.cpp:305:3: warning: offset of on non-POD type 'libtorrent::torrent' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent, m_priority)
^ ~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:41:34: note: expanded from macro 'PRINT_OFFSETOF'
#define PRINT_OFFSETOF(x, y) if (offsetof(x, y) > 0) { \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/torrent.cpp:305:3: warning: offset of on non-POD type 'libtorrent::torrent' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent, m_priority)
^ ~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:44:10: note: expanded from macro 'PRINT_OFFSETOF'
, int((offsetof(x, y) - temp)) - prev_size); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/torrent.cpp:305:3: warning: offset of on non-POD type 'libtorrent::torrent' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent, m_priority)
^ ~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:49:9: note: expanded from macro 'PRINT_OFFSETOF'
, int(offsetof(x, y))); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/torrent.cpp:305:3: warning: offset of on non-POD type 'libtorrent::torrent' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent, m_priority)
^ ~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:50:9: note: expanded from macro 'PRINT_OFFSETOF'
temp = offsetof(x, y); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/torrent.cpp:315:3: warning: offset of on non-POD type 'libtorrent::torrent' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent, m_last_scrape)
^ ~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:41:34: note: expanded from macro 'PRINT_OFFSETOF'
#define PRINT_OFFSETOF(x, y) if (offsetof(x, y) > 0) { \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/torrent.cpp:315:3: warning: offset of on non-POD type 'libtorrent::torrent' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent, m_last_scrape)
^ ~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:44:10: note: expanded from macro 'PRINT_OFFSETOF'
, int((offsetof(x, y) - temp)) - prev_size); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/torrent.cpp:315:3: warning: offset of on non-POD type 'libtorrent::torrent' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent, m_last_scrape)
^ ~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:49:9: note: expanded from macro 'PRINT_OFFSETOF'
, int(offsetof(x, y))); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/torrent.cpp:315:3: warning: offset of on non-POD type 'libtorrent::torrent' [-Winvalid-offsetof]
PRINT_OFFSETOF(torrent, m_last_scrape)
^ ~~~~~~~~~~~~~
./libtorrent/include/libtorrent/struct_debug.hpp:50:9: note: expanded from macro 'PRINT_OFFSETOF'
temp = offsetof(x, y); \
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stddef.h:87:24: note:
expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^
libtorrent/src/torrent.cpp:6317:2: warning: control reaches end of non-void function [-Wreturn-type]
}
^
213 warnings generated.
CXX libtorrent/src/torrent_handle.o
CXX libtorrent/src/torrent_info.o
CXX libtorrent/src/time.o
CXX libtorrent/src/timestamp_history.o
CXX libtorrent/src/tracker_manager.o
CXX libtorrent/src/udp_socket.o
CXX libtorrent/src/udp_tracker_connection.o
CXX libtorrent/src/upnp.o
CXX libtorrent/src/ut_metadata.o
CXX libtorrent/src/ut_pex.o
CXX libtorrent/src/utf8.o
CXX libtorrent/src/utp_socket_manager.o
CXX libtorrent/src/utp_stream.o
CXX libtorrent/src/web_peer_connection.o
CXX libtorrent/src/kademlia/dht_tracker.o
CXX libtorrent/src/kademlia/find_data.o
CXX libtorrent/src/kademlia/dht_get.o
CXX libtorrent/src/kademlia/node.o
CXX libtorrent/src/kademlia/node_id.o
CXX libtorrent/src/kademlia/refresh.o
CXX libtorrent/src/kademlia/routing_table.o
CXX libtorrent/src/kademlia/rpc_manager.o
CXX libtorrent/src/kademlia/logging.o
CXX libtorrent/src/kademlia/traversal_algorithm.o
CC libtorrent/src/GeoIP.o
CXX libtorrent/src/asio_ssl.o
CXX src/alert.o
CXX src/version.o
CXX src/checkpoints.o
CXX src/netbase.o
CXX src/addrman.o
CXX src/crypter.o
CXX src/key.o
src/key.cpp:596:24: warning: implicit conversion of NULL constant to 'bool' [-Wnull-conversion]
return NULL;
~~~~~~ ^~~~
false
1 warning generated.
CXX src/db.o
CXX src/init.o
CXX src/bitcoind.o
CXX src/keystore.o
CXX src/core.o
CXX src/main.o
CXX src/net.o
CXX src/protocol.o
CXX src/bitcoinrpc.o
CXX src/rpcdump.o
CXX src/rpcnet.o
CXX src/rpcmining.o
CXX src/rpcwallet.o
CXX src/rpcblockchain.o
CXX src/rpcrawtransaction.o
CXX src/script.o
CXX src/scrypt.o
CXX src/softcheckpoint.o
CXX src/sync.o
CXX src/util.o
CXX src/wallet.o
CXX src/walletdb.o
CXX src/hash.o
CXX src/bloom.o
CXX src/noui.o
CXX src/leveldb.o
CXX src/txdb.o
CXX src/chainparams.o
CXX src/dhtproxy.o
CXX src/twister.o
CXX src/twister_rss.o
CXX src/twister_utils.o
CXX src/scrypt-sse2.o
Building LevelDB ...
g++ -I. -I./include -fno-builtin-memcmp -DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -g -O2 -fvisibility-inlines-hidden -DUSE_SSE2 -msse2 -mstackrealign -isystem /opt/local/include -I/opt/local/include/db48 -I/usr/local/opt/berkeley-db4/include -DMAC_OSX -c helpers/memenv/memenv.cc -o helpers/memenv/memenv.o
rm -f libmemenv.a
ar -rs libmemenv.a helpers/memenv/memenv.o
ar: creating archive libmemenv.a
Building LevelDB ...
g++ -I. -I./include -fno-builtin-memcmp -DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -g -O2 -fvisibility-inlines-hidden -DUSE_SSE2 -msse2 -mstackrealign -isystem /opt/local/include -I/opt/local/include/db48 -I/usr/local/opt/berkeley-db4/include -DMAC_OSX -c db/builder.cc -o db/builder.o
g++ -I. -I./include -fno-builtin-memcmp -DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -g -O2 -fvisibility-inlines-hidden -DUSE_SSE2 -msse2 -mstackrealign -isystem /opt/local/include -I/opt/local/include/db48 -I/usr/local/opt/berkeley-db4/include -DMAC_OSX -c db/c.cc -o db/c.o
g++ -I. -I./include -fno-builtin-memcmp -DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -g -O2 -fvisibility-inlines-hidden -DUSE_SSE2 -msse2 -mstackrealign -isystem /opt/local/include -I/opt/local/include/db48 -I/usr/local/opt/berkeley-db4/include -DMAC_OSX -c db/db_impl.cc -o db/db_impl.o
g++ -I. -I./include -fno-builtin-memcmp -DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -g -O2 -fvisibility-inlines-hidden -DUSE_SSE2 -msse2 -mstackrealign -isystem /opt/local/include -I/opt/local/include/db48 -I/usr/local/opt/berkeley-db4/include -DMAC_OSX -c db/db_iter.cc -o db/db_iter.o
g++ -I. -I./include -fno-builtin-memcmp -DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -g -O2 -fvisibility-inlines-hidden -DUSE_SSE2 -msse2 -mstackrealign -isystem /opt/local/include -I/opt/local/include/db48 -I/usr/local/opt/berkeley-db4/include -DMAC_OSX -c db/dbformat.cc -o db/dbformat.o
g++ -I. -I./include -fno-builtin-memcmp -DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -g -O2 -fvisibility-inlines-hidden -DUSE_SSE2 -msse2 -mstackrealign -isystem /opt/local/include -I/opt/local/include/db48 -I/usr/local/opt/berkeley-db4/include -DMAC_OSX -c db/filename.cc -o db/filename.o
g++ -I. -I./include -fno-builtin-memcmp -DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -g -O2 -fvisibility-inlines-hidden -DUSE_SSE2 -msse2 -mstackrealign -isystem /opt/local/include -I/opt/local/include/db48 -I/usr/local/opt/berkeley-db4/include -DMAC_OSX -c db/log_reader.cc -o db/log_reader.o
g++ -I. -I./include -fno-builtin-memcmp -DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -g -O2 -fvisibility-inlines-hidden -DUSE_SSE2 -msse2 -mstackrealign -isystem /opt/local/include -I/opt/local/include/db48 -I/usr/local/opt/berkeley-db4/include -DMAC_OSX -c db/log_writer.cc -o db/log_writer.o
g++ -I. -I./include -fno-builtin-memcmp -DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -g -O2 -fvisibility-inlines-hidden -DUSE_SSE2 -msse2 -mstackrealign -isystem /opt/local/include -I/opt/local/include/db48 -I/usr/local/opt/berkeley-db4/include -DMAC_OSX -c db/memtable.cc -o db/memtable.o
g++ -I. -I./include -fno-builtin-memcmp -DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -g -O2 -fvisibility-inlines-hidden -DUSE_SSE2 -msse2 -mstackrealign -isystem /opt/local/include -I/opt/local/include/db48 -I/usr/local/opt/berkeley-db4/include -DMAC_OSX -c db/repair.cc -o db/repair.o
g++ -I. -I./include -fno-builtin-memcmp -DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -g -O2 -fvisibility-inlines-hidden -DUSE_SSE2 -msse2 -mstackrealign -isystem /opt/local/include -I/opt/local/include/db48 -I/usr/local/opt/berkeley-db4/include -DMAC_OSX -c db/table_cache.cc -o db/table_cache.o
g++ -I. -I./include -fno-builtin-memcmp -DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -g -O2 -fvisibility-inlines-hidden -DUSE_SSE2 -msse2 -mstackrealign -isystem /opt/local/include -I/opt/local/include/db48 -I/usr/local/opt/berkeley-db4/include -DMAC_OSX -c db/version_edit.cc -o db/version_edit.o
g++ -I. -I./include -fno-builtin-memcmp -DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -g -O2 -fvisibility-inlines-hidden -DUSE_SSE2 -msse2 -mstackrealign -isystem /opt/local/include -I/opt/local/include/db48 -I/usr/local/opt/berkeley-db4/include -DMAC_OSX -c db/version_set.cc -o db/version_set.o
g++ -I. -I./include -fno-builtin-memcmp -DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -g -O2 -fvisibility-inlines-hidden -DUSE_SSE2 -msse2 -mstackrealign -isystem /opt/local/include -I/opt/local/include/db48 -I/usr/local/opt/berkeley-db4/include -DMAC_OSX -c db/write_batch.cc -o db/write_batch.o
g++ -I. -I./include -fno-builtin-memcmp -DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -g -O2 -fvisibility-inlines-hidden -DUSE_SSE2 -msse2 -mstackrealign -isystem /opt/local/include -I/opt/local/include/db48 -I/usr/local/opt/berkeley-db4/include -DMAC_OSX -c table/block.cc -o table/block.o
g++ -I. -I./include -fno-builtin-memcmp -DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -g -O2 -fvisibility-inlines-hidden -DUSE_SSE2 -msse2 -mstackrealign -isystem /opt/local/include -I/opt/local/include/db48 -I/usr/local/opt/berkeley-db4/include -DMAC_OSX -c table/block_builder.cc -o table/block_builder.o
g++ -I. -I./include -fno-builtin-memcmp -DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -g -O2 -fvisibility-inlines-hidden -DUSE_SSE2 -msse2 -mstackrealign -isystem /opt/local/include -I/opt/local/include/db48 -I/usr/local/opt/berkeley-db4/include -DMAC_OSX -c table/filter_block.cc -o table/filter_block.o
g++ -I. -I./include -fno-builtin-memcmp -DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -g -O2 -fvisibility-inlines-hidden -DUSE_SSE2 -msse2 -mstackrealign -isystem /opt/local/include -I/opt/local/include/db48 -I/usr/local/opt/berkeley-db4/include -DMAC_OSX -c table/format.cc -o table/format.o
g++ -I. -I./include -fno-builtin-memcmp -DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -g -O2 -fvisibility-inlines-hidden -DUSE_SSE2 -msse2 -mstackrealign -isystem /opt/local/include -I/opt/local/include/db48 -I/usr/local/opt/berkeley-db4/include -DMAC_OSX -c table/iterator.cc -o table/iterator.o
g++ -I. -I./include -fno-builtin-memcmp -DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -g -O2 -fvisibility-inlines-hidden -DUSE_SSE2 -msse2 -mstackrealign -isystem /opt/local/include -I/opt/local/include/db48 -I/usr/local/opt/berkeley-db4/include -DMAC_OSX -c table/merger.cc -o table/merger.o
g++ -I. -I./include -fno-builtin-memcmp -DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -g -O2 -fvisibility-inlines-hidden -DUSE_SSE2 -msse2 -mstackrealign -isystem /opt/local/include -I/opt/local/include/db48 -I/usr/local/opt/berkeley-db4/include -DMAC_OSX -c table/table.cc -o table/table.o
g++ -I. -I./include -fno-builtin-memcmp -DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -g -O2 -fvisibility-inlines-hidden -DUSE_SSE2 -msse2 -mstackrealign -isystem /opt/local/include -I/opt/local/include/db48 -I/usr/local/opt/berkeley-db4/include -DMAC_OSX -c table/table_builder.cc -o table/table_builder.o
g++ -I. -I./include -fno-builtin-memcmp -DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -g -O2 -fvisibility-inlines-hidden -DUSE_SSE2 -msse2 -mstackrealign -isystem /opt/local/include -I/opt/local/include/db48 -I/usr/local/opt/berkeley-db4/include -DMAC_OSX -c table/two_level_iterator.cc -o table/two_level_iterator.o
g++ -I. -I./include -fno-builtin-memcmp -DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -g -O2 -fvisibility-inlines-hidden -DUSE_SSE2 -msse2 -mstackrealign -isystem /opt/local/include -I/opt/local/include/db48 -I/usr/local/opt/berkeley-db4/include -DMAC_OSX -c util/arena.cc -o util/arena.o
g++ -I. -I./include -fno-builtin-memcmp -DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -g -O2 -fvisibility-inlines-hidden -DUSE_SSE2 -msse2 -mstackrealign -isystem /opt/local/include -I/opt/local/include/db48 -I/usr/local/opt/berkeley-db4/include -DMAC_OSX -c util/bloom.cc -o util/bloom.o
g++ -I. -I./include -fno-builtin-memcmp -DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -g -O2 -fvisibility-inlines-hidden -DUSE_SSE2 -msse2 -mstackrealign -isystem /opt/local/include -I/opt/local/include/db48 -I/usr/local/opt/berkeley-db4/include -DMAC_OSX -c util/cache.cc -o util/cache.o
g++ -I. -I./include -fno-builtin-memcmp -DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -g -O2 -fvisibility-inlines-hidden -DUSE_SSE2 -msse2 -mstackrealign -isystem /opt/local/include -I/opt/local/include/db48 -I/usr/local/opt/berkeley-db4/include -DMAC_OSX -c util/coding.cc -o util/coding.o
g++ -I. -I./include -fno-builtin-memcmp -DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -g -O2 -fvisibility-inlines-hidden -DUSE_SSE2 -msse2 -mstackrealign -isystem /opt/local/include -I/opt/local/include/db48 -I/usr/local/opt/berkeley-db4/include -DMAC_OSX -c util/comparator.cc -o util/comparator.o
g++ -I. -I./include -fno-builtin-memcmp -DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -g -O2 -fvisibility-inlines-hidden -DUSE_SSE2 -msse2 -mstackrealign -isystem /opt/local/include -I/opt/local/include/db48 -I/usr/local/opt/berkeley-db4/include -DMAC_OSX -c util/crc32c.cc -o util/crc32c.o
g++ -I. -I./include -fno-builtin-memcmp -DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -g -O2 -fvisibility-inlines-hidden -DUSE_SSE2 -msse2 -mstackrealign -isystem /opt/local/include -I/opt/local/include/db48 -I/usr/local/opt/berkeley-db4/include -DMAC_OSX -c util/env.cc -o util/env.o
g++ -I. -I./include -fno-builtin-memcmp -DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -g -O2 -fvisibility-inlines-hidden -DUSE_SSE2 -msse2 -mstackrealign -isystem /opt/local/include -I/opt/local/include/db48 -I/usr/local/opt/berkeley-db4/include -DMAC_OSX -c util/env_posix.cc -o util/env_posix.o
g++ -I. -I./include -fno-builtin-memcmp -DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -g -O2 -fvisibility-inlines-hidden -DUSE_SSE2 -msse2 -mstackrealign -isystem /opt/local/include -I/opt/local/include/db48 -I/usr/local/opt/berkeley-db4/include -DMAC_OSX -c util/env_win.cc -o util/env_win.o
g++ -I. -I./include -fno-builtin-memcmp -DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -g -O2 -fvisibility-inlines-hidden -DUSE_SSE2 -msse2 -mstackrealign -isystem /opt/local/include -I/opt/local/include/db48 -I/usr/local/opt/berkeley-db4/include -DMAC_OSX -c util/filter_policy.cc -o util/filter_policy.o
g++ -I. -I./include -fno-builtin-memcmp -DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -g -O2 -fvisibility-inlines-hidden -DUSE_SSE2 -msse2 -mstackrealign -isystem /opt/local/include -I/opt/local/include/db48 -I/usr/local/opt/berkeley-db4/include -DMAC_OSX -c util/hash.cc -o util/hash.o
g++ -I. -I./include -fno-builtin-memcmp -DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -g -O2 -fvisibility-inlines-hidden -DUSE_SSE2 -msse2 -mstackrealign -isystem /opt/local/include -I/opt/local/include/db48 -I/usr/local/opt/berkeley-db4/include -DMAC_OSX -c util/histogram.cc -o util/histogram.o
g++ -I. -I./include -fno-builtin-memcmp -DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -g -O2 -fvisibility-inlines-hidden -DUSE_SSE2 -msse2 -mstackrealign -isystem /opt/local/include -I/opt/local/include/db48 -I/usr/local/opt/berkeley-db4/include -DMAC_OSX -c util/logging.cc -o util/logging.o
g++ -I. -I./include -fno-builtin-memcmp -DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -g -O2 -fvisibility-inlines-hidden -DUSE_SSE2 -msse2 -mstackrealign -isystem /opt/local/include -I/opt/local/include/db48 -I/usr/local/opt/berkeley-db4/include -DMAC_OSX -c util/options.cc -o util/options.o
g++ -I. -I./include -fno-builtin-memcmp -DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -g -O2 -fvisibility-inlines-hidden -DUSE_SSE2 -msse2 -mstackrealign -isystem /opt/local/include -I/opt/local/include/db48 -I/usr/local/opt/berkeley-db4/include -DMAC_OSX -c util/status.cc -o util/status.o
g++ -I. -I./include -fno-builtin-memcmp -DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -g -O2 -fvisibility-inlines-hidden -DUSE_SSE2 -msse2 -mstackrealign -isystem /opt/local/include -I/opt/local/include/db48 -I/usr/local/opt/berkeley-db4/include -DMAC_OSX -c port/port_posix.cc -o port/port_posix.o
rm -f libleveldb.a
ar -rs libleveldb.a db/builder.o db/c.o db/db_impl.o db/db_iter.o db/dbformat.o db/filename.o db/log_reader.o db/log_writer.o db/memtable.o db/repair.o db/table_cache.o db/version_edit.o db/version_set.o db/write_batch.o table/block.o table/block_builder.o table/filter_block.o table/format.o table/iterator.o table/merger.o table/table.o table/table_builder.o table/two_level_iterator.o util/arena.o util/bloom.o util/cache.o util/coding.o util/comparator.o util/crc32c.o util/env.o util/env_posix.o util/env_win.o util/filter_policy.o util/hash.o util/histogram.o util/logging.o util/options.o util/status.o port/port_posix.o
ar: creating archive libleveldb.a
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libleveldb.a(env_win.o) has no symbols
CXXLD twisterd
ld: warning: directory not found for option '-L/opt/local/lib/db48'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment