Skip to content

Instantly share code, notes, and snippets.

@arthurschreiber
Created July 31, 2013 19:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save arthurschreiber/6125074 to your computer and use it in GitHub Desktop.
Save arthurschreiber/6125074 to your computer and use it in GitHub Desktop.
Arthurs-iMac-2:rugged arthur$ bin/rake cross native gem RUBY_CC_VERSION=1.9.3:2.0.0
make -f Makefile.embed clean
rm -f src/attr.o src/attr_file.o src/blob.o src/branch.o src/buf_text.o src/buffer.o src/cache.o src/checkout.o src/clone.o src/commit.o src/commit_list.o src/compress.o src/config.o src/config_cache.o src/config_file.o src/crlf.o src/date.o src/delta-apply.o src/delta.o src/diff.o src/diff_driver.o src/diff_file.o src/diff_patch.o src/diff_print.o src/diff_tform.o src/diff_xdiff.o src/errors.o src/fetch.o src/fetchhead.o src/filebuf.o src/fileops.o src/filter.o src/fnmatch.o src/global.o src/graph.o src/hash.o src/hashsig.o src/ignore.o src/index.o src/indexer.o src/iterator.o src/merge.o src/merge_file.o src/message.o src/mwindow.o src/netops.o src/notes.o src/object.o src/object_api.o src/odb.o src/odb_loose.o src/odb_pack.o src/oid.o src/pack-objects.o src/pack.o src/path.o src/pathspec.o src/pool.o src/posix.o src/pqueue.o src/push.o src/refdb.o src/refdb_fs.o src/reflog.o src/refs.o src/refspec.o src/remote.o src/repository.o src/reset.o src/revparse.o src/revwalk.o src/sha1_lookup.o src/signature.o src/stash.o src/status.o src/submodule.o src/tag.o src/thread-utils.o src/trace.o src/transport.o src/tree-cache.o src/tree.o src/tsort.o src/util.o src/vector.o src/transports/cred.o src/transports/cred_helpers.o src/transports/git.o src/transports/http.o src/transports/local.o src/transports/smart.o src/transports/smart_pkt.o src/transports/smart_protocol.o src/transports/ssh.o src/transports/winhttp.o src/xdiff/xdiffi.o src/xdiff/xemit.o src/xdiff/xhistogram.o src/xdiff/xmerge.o src/xdiff/xpatience.o src/xdiff/xprepare.o src/xdiff/xutils.o deps/http-parser/http_parser.o deps/zlib/adler32.o deps/zlib/crc32.o deps/zlib/deflate.o deps/zlib/inffast.o deps/zlib/inflate.o deps/zlib/inftrees.o deps/zlib/trees.o deps/zlib/zutil.o src/hash/hash_generic.o src/unix/map.o src/unix/realpath.o libgit2.a
make -f Makefile.embed
i686-w64-mingw32-gcc -g -I. -Isrc -Iinclude -Ideps/http-parser -Ideps/zlib -Ideps/regex -DNO_VIZ -DSTDC -DNO_GZIP -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DWIN32 -D_WIN32_WINNT=0x0501 -D__USE_MINGW_ANSI_STDIO=1 -Wall -Wextra -O2 -c -o src/attr.o src/attr.c
In file included from src/common.h:30:0,
from src/oidmap.h:10,
from src/cache.h:15,
from src/repository.h:17,
from src/attr.c:1:
src/win32/mingw-compat.h:13:0: warning: "lseek" redefined [enabled by default]
# define lseek _lseeki64
^
In file included from /Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:14:0,
from src/common.h:21,
from src/oidmap.h:10,
from src/cache.h:15,
from src/repository.h:17,
from src/attr.c:1:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/io.h:335:0: note: this is the location of the previous definition
#define lseek lseek64
^
In file included from src/common.h:30:0,
from src/oidmap.h:10,
from src/cache.h:15,
from src/repository.h:17,
from src/attr.c:1:
src/win32/mingw-compat.h:14:0: warning: "stat" redefined [enabled by default]
# define stat _stati64
^
In file included from src/common.h:21:0,
from src/oidmap.h:10,
from src/cache.h:15,
from src/repository.h:17,
from src/attr.c:1:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:255:0: note: this is the location of the previous definition
#define stat _stat32i64
^
In file included from src/common.h:30:0,
from src/oidmap.h:10,
from src/cache.h:15,
from src/repository.h:17,
from src/attr.c:1:
src/win32/mingw-compat.h:15:0: warning: "fstat" redefined [enabled by default]
# define fstat _fstati64
^
In file included from src/common.h:21:0,
from src/oidmap.h:10,
from src/cache.h:15,
from src/repository.h:17,
from src/attr.c:1:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:256:0: note: this is the location of the previous definition
#define fstat _fstat32i64
^
i686-w64-mingw32-gcc -g -I. -Isrc -Iinclude -Ideps/http-parser -Ideps/zlib -Ideps/regex -DNO_VIZ -DSTDC -DNO_GZIP -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DWIN32 -D_WIN32_WINNT=0x0501 -D__USE_MINGW_ANSI_STDIO=1 -Wall -Wextra -O2 -c -o src/attr_file.o src/attr_file.c
In file included from src/common.h:30:0,
from src/attr_file.c:1:
src/win32/mingw-compat.h:13:0: warning: "lseek" redefined [enabled by default]
# define lseek _lseeki64
^
In file included from /Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:14:0,
from src/common.h:21,
from src/attr_file.c:1:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/io.h:335:0: note: this is the location of the previous definition
#define lseek lseek64
^
In file included from src/common.h:30:0,
from src/attr_file.c:1:
src/win32/mingw-compat.h:14:0: warning: "stat" redefined [enabled by default]
# define stat _stati64
^
In file included from src/common.h:21:0,
from src/attr_file.c:1:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:255:0: note: this is the location of the previous definition
#define stat _stat32i64
^
In file included from src/common.h:30:0,
from src/attr_file.c:1:
src/win32/mingw-compat.h:15:0: warning: "fstat" redefined [enabled by default]
# define fstat _fstati64
^
In file included from src/common.h:21:0,
from src/attr_file.c:1:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:256:0: note: this is the location of the previous definition
#define fstat _fstat32i64
^
i686-w64-mingw32-gcc -g -I. -Isrc -Iinclude -Ideps/http-parser -Ideps/zlib -Ideps/regex -DNO_VIZ -DSTDC -DNO_GZIP -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DWIN32 -D_WIN32_WINNT=0x0501 -D__USE_MINGW_ANSI_STDIO=1 -Wall -Wextra -O2 -c -o src/blob.o src/blob.c
In file included from src/common.h:30:0,
from src/blob.c:13:
src/win32/mingw-compat.h:13:0: warning: "lseek" redefined [enabled by default]
# define lseek _lseeki64
^
In file included from /Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:14:0,
from src/common.h:21,
from src/blob.c:13:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/io.h:335:0: note: this is the location of the previous definition
#define lseek lseek64
^
In file included from src/common.h:30:0,
from src/blob.c:13:
src/win32/mingw-compat.h:14:0: warning: "stat" redefined [enabled by default]
# define stat _stati64
^
In file included from src/common.h:21:0,
from src/blob.c:13:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:255:0: note: this is the location of the previous definition
#define stat _stat32i64
^
In file included from src/common.h:30:0,
from src/blob.c:13:
src/win32/mingw-compat.h:15:0: warning: "fstat" redefined [enabled by default]
# define fstat _fstati64
^
In file included from src/common.h:21:0,
from src/blob.c:13:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:256:0: note: this is the location of the previous definition
#define fstat _fstat32i64
^
i686-w64-mingw32-gcc -g -I. -Isrc -Iinclude -Ideps/http-parser -Ideps/zlib -Ideps/regex -DNO_VIZ -DSTDC -DNO_GZIP -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DWIN32 -D_WIN32_WINNT=0x0501 -D__USE_MINGW_ANSI_STDIO=1 -Wall -Wextra -O2 -c -o src/branch.o src/branch.c
In file included from src/common.h:30:0,
from src/branch.c:8:
src/win32/mingw-compat.h:13:0: warning: "lseek" redefined [enabled by default]
# define lseek _lseeki64
^
In file included from /Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:14:0,
from src/common.h:21,
from src/branch.c:8:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/io.h:335:0: note: this is the location of the previous definition
#define lseek lseek64
^
In file included from src/common.h:30:0,
from src/branch.c:8:
src/win32/mingw-compat.h:14:0: warning: "stat" redefined [enabled by default]
# define stat _stati64
^
In file included from src/common.h:21:0,
from src/branch.c:8:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:255:0: note: this is the location of the previous definition
#define stat _stat32i64
^
In file included from src/common.h:30:0,
from src/branch.c:8:
src/win32/mingw-compat.h:15:0: warning: "fstat" redefined [enabled by default]
# define fstat _fstati64
^
In file included from src/common.h:21:0,
from src/branch.c:8:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:256:0: note: this is the location of the previous definition
#define fstat _fstat32i64
^
i686-w64-mingw32-gcc -g -I. -Isrc -Iinclude -Ideps/http-parser -Ideps/zlib -Ideps/regex -DNO_VIZ -DSTDC -DNO_GZIP -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DWIN32 -D_WIN32_WINNT=0x0501 -D__USE_MINGW_ANSI_STDIO=1 -Wall -Wextra -O2 -c -o src/buf_text.o src/buf_text.c
In file included from src/common.h:30:0,
from src/buffer.h:10,
from src/buf_text.h:10,
from src/buf_text.c:7:
src/win32/mingw-compat.h:13:0: warning: "lseek" redefined [enabled by default]
# define lseek _lseeki64
^
In file included from /Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:14:0,
from src/common.h:21,
from src/buffer.h:10,
from src/buf_text.h:10,
from src/buf_text.c:7:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/io.h:335:0: note: this is the location of the previous definition
#define lseek lseek64
^
In file included from src/common.h:30:0,
from src/buffer.h:10,
from src/buf_text.h:10,
from src/buf_text.c:7:
src/win32/mingw-compat.h:14:0: warning: "stat" redefined [enabled by default]
# define stat _stati64
^
In file included from src/common.h:21:0,
from src/buffer.h:10,
from src/buf_text.h:10,
from src/buf_text.c:7:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:255:0: note: this is the location of the previous definition
#define stat _stat32i64
^
In file included from src/common.h:30:0,
from src/buffer.h:10,
from src/buf_text.h:10,
from src/buf_text.c:7:
src/win32/mingw-compat.h:15:0: warning: "fstat" redefined [enabled by default]
# define fstat _fstati64
^
In file included from src/common.h:21:0,
from src/buffer.h:10,
from src/buf_text.h:10,
from src/buf_text.c:7:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:256:0: note: this is the location of the previous definition
#define fstat _fstat32i64
^
i686-w64-mingw32-gcc -g -I. -Isrc -Iinclude -Ideps/http-parser -Ideps/zlib -Ideps/regex -DNO_VIZ -DSTDC -DNO_GZIP -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DWIN32 -D_WIN32_WINNT=0x0501 -D__USE_MINGW_ANSI_STDIO=1 -Wall -Wextra -O2 -c -o src/buffer.o src/buffer.c
In file included from src/common.h:30:0,
from src/buffer.h:10,
from src/buffer.c:7:
src/win32/mingw-compat.h:13:0: warning: "lseek" redefined [enabled by default]
# define lseek _lseeki64
^
In file included from /Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:14:0,
from src/common.h:21,
from src/buffer.h:10,
from src/buffer.c:7:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/io.h:335:0: note: this is the location of the previous definition
#define lseek lseek64
^
In file included from src/common.h:30:0,
from src/buffer.h:10,
from src/buffer.c:7:
src/win32/mingw-compat.h:14:0: warning: "stat" redefined [enabled by default]
# define stat _stati64
^
In file included from src/common.h:21:0,
from src/buffer.h:10,
from src/buffer.c:7:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:255:0: note: this is the location of the previous definition
#define stat _stat32i64
^
In file included from src/common.h:30:0,
from src/buffer.h:10,
from src/buffer.c:7:
src/win32/mingw-compat.h:15:0: warning: "fstat" redefined [enabled by default]
# define fstat _fstati64
^
In file included from src/common.h:21:0,
from src/buffer.h:10,
from src/buffer.c:7:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:256:0: note: this is the location of the previous definition
#define fstat _fstat32i64
^
i686-w64-mingw32-gcc -g -I. -Isrc -Iinclude -Ideps/http-parser -Ideps/zlib -Ideps/regex -DNO_VIZ -DSTDC -DNO_GZIP -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DWIN32 -D_WIN32_WINNT=0x0501 -D__USE_MINGW_ANSI_STDIO=1 -Wall -Wextra -O2 -c -o src/cache.o src/cache.c
In file included from src/common.h:30:0,
from src/cache.c:8:
src/win32/mingw-compat.h:13:0: warning: "lseek" redefined [enabled by default]
# define lseek _lseeki64
^
In file included from /Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:14:0,
from src/common.h:21,
from src/cache.c:8:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/io.h:335:0: note: this is the location of the previous definition
#define lseek lseek64
^
In file included from src/common.h:30:0,
from src/cache.c:8:
src/win32/mingw-compat.h:14:0: warning: "stat" redefined [enabled by default]
# define stat _stati64
^
In file included from src/common.h:21:0,
from src/cache.c:8:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:255:0: note: this is the location of the previous definition
#define stat _stat32i64
^
In file included from src/common.h:30:0,
from src/cache.c:8:
src/win32/mingw-compat.h:15:0: warning: "fstat" redefined [enabled by default]
# define fstat _fstati64
^
In file included from src/common.h:21:0,
from src/cache.c:8:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:256:0: note: this is the location of the previous definition
#define fstat _fstat32i64
^
i686-w64-mingw32-gcc -g -I. -Isrc -Iinclude -Ideps/http-parser -Ideps/zlib -Ideps/regex -DNO_VIZ -DSTDC -DNO_GZIP -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DWIN32 -D_WIN32_WINNT=0x0501 -D__USE_MINGW_ANSI_STDIO=1 -Wall -Wextra -O2 -c -o src/checkout.o src/checkout.c
In file included from src/common.h:30:0,
from src/iterator.h:10,
from src/checkout.h:11,
from src/checkout.c:10:
src/win32/mingw-compat.h:13:0: warning: "lseek" redefined [enabled by default]
# define lseek _lseeki64
^
In file included from /Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:14:0,
from src/common.h:21,
from src/iterator.h:10,
from src/checkout.h:11,
from src/checkout.c:10:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/io.h:335:0: note: this is the location of the previous definition
#define lseek lseek64
^
In file included from src/common.h:30:0,
from src/iterator.h:10,
from src/checkout.h:11,
from src/checkout.c:10:
src/win32/mingw-compat.h:14:0: warning: "stat" redefined [enabled by default]
# define stat _stati64
^
In file included from src/common.h:21:0,
from src/iterator.h:10,
from src/checkout.h:11,
from src/checkout.c:10:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:255:0: note: this is the location of the previous definition
#define stat _stat32i64
^
In file included from src/common.h:30:0,
from src/iterator.h:10,
from src/checkout.h:11,
from src/checkout.c:10:
src/win32/mingw-compat.h:15:0: warning: "fstat" redefined [enabled by default]
# define fstat _fstati64
^
In file included from src/common.h:21:0,
from src/iterator.h:10,
from src/checkout.h:11,
from src/checkout.c:10:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:256:0: note: this is the location of the previous definition
#define fstat _fstat32i64
^
src/checkout.c: In function ‘git_checkout_iterator’:
src/checkout.c:1269:2: warning: missing initializer for field ‘interhunk_lines’ of ‘git_diff_options’ [-Wmissing-field-initializers]
git_diff_options diff_opts = GIT_DIFF_OPTIONS_INIT;
^
In file included from include/git2/checkout.h:12:0,
from src/checkout.h:10,
from src/checkout.c:10:
include/git2/diff.h:324:11: note: ‘interhunk_lines’ declared here
uint16_t interhunk_lines; /**< defaults to 0 */
^
i686-w64-mingw32-gcc -g -I. -Isrc -Iinclude -Ideps/http-parser -Ideps/zlib -Ideps/regex -DNO_VIZ -DSTDC -DNO_GZIP -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DWIN32 -D_WIN32_WINNT=0x0501 -D__USE_MINGW_ANSI_STDIO=1 -Wall -Wextra -O2 -c -o src/clone.o src/clone.c
In file included from src/common.h:30:0,
from src/clone.c:19:
src/win32/mingw-compat.h:13:0: warning: "lseek" redefined [enabled by default]
# define lseek _lseeki64
^
In file included from /Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:14:0,
from src/common.h:21,
from src/clone.c:19:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/io.h:335:0: note: this is the location of the previous definition
#define lseek lseek64
^
In file included from src/common.h:30:0,
from src/clone.c:19:
src/win32/mingw-compat.h:14:0: warning: "stat" redefined [enabled by default]
# define stat _stati64
^
In file included from src/common.h:21:0,
from src/clone.c:19:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:255:0: note: this is the location of the previous definition
#define stat _stat32i64
^
In file included from src/common.h:30:0,
from src/clone.c:19:
src/win32/mingw-compat.h:15:0: warning: "fstat" redefined [enabled by default]
# define fstat _fstati64
^
In file included from src/common.h:21:0,
from src/clone.c:19:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:256:0: note: this is the location of the previous definition
#define fstat _fstat32i64
^
src/clone.c: In function ‘normalize_options’:
src/clone.c:423:2: warning: missing initializer for field ‘disable_filters’ of ‘git_checkout_opts’ [-Wmissing-field-initializers]
git_clone_options default_options = GIT_CLONE_OPTIONS_INIT;
^
In file included from include/git2/clone.h:13:0,
from src/clone.c:10:
include/git2/checkout.h:219:6: note: ‘disable_filters’ declared here
int disable_filters; /** don't apply filters like CRLF conversion */
^
src/clone.c:423:2: warning: missing initializer for field ‘bare’ of ‘git_clone_options’ [-Wmissing-field-initializers]
git_clone_options default_options = GIT_CLONE_OPTIONS_INIT;
^
In file included from src/clone.c:10:0:
include/git2/clone.h:70:6: note: ‘bare’ declared here
int bare;
^
i686-w64-mingw32-gcc -g -I. -Isrc -Iinclude -Ideps/http-parser -Ideps/zlib -Ideps/regex -DNO_VIZ -DSTDC -DNO_GZIP -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DWIN32 -D_WIN32_WINNT=0x0501 -D__USE_MINGW_ANSI_STDIO=1 -Wall -Wextra -O2 -c -o src/commit.o src/commit.c
In file included from src/common.h:30:0,
from src/commit.c:14:
src/win32/mingw-compat.h:13:0: warning: "lseek" redefined [enabled by default]
# define lseek _lseeki64
^
In file included from /Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:14:0,
from src/common.h:21,
from src/commit.c:14:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/io.h:335:0: note: this is the location of the previous definition
#define lseek lseek64
^
In file included from src/common.h:30:0,
from src/commit.c:14:
src/win32/mingw-compat.h:14:0: warning: "stat" redefined [enabled by default]
# define stat _stati64
^
In file included from src/common.h:21:0,
from src/commit.c:14:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:255:0: note: this is the location of the previous definition
#define stat _stat32i64
^
In file included from src/common.h:30:0,
from src/commit.c:14:
src/win32/mingw-compat.h:15:0: warning: "fstat" redefined [enabled by default]
# define fstat _fstati64
^
In file included from src/common.h:21:0,
from src/commit.c:14:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:256:0: note: this is the location of the previous definition
#define fstat _fstat32i64
^
i686-w64-mingw32-gcc -g -I. -Isrc -Iinclude -Ideps/http-parser -Ideps/zlib -Ideps/regex -DNO_VIZ -DSTDC -DNO_GZIP -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DWIN32 -D_WIN32_WINNT=0x0501 -D__USE_MINGW_ANSI_STDIO=1 -Wall -Wextra -O2 -c -o src/commit_list.o src/commit_list.c
In file included from src/common.h:30:0,
from src/commit_list.c:9:
src/win32/mingw-compat.h:13:0: warning: "lseek" redefined [enabled by default]
# define lseek _lseeki64
^
In file included from /Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:14:0,
from src/common.h:21,
from src/commit_list.c:9:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/io.h:335:0: note: this is the location of the previous definition
#define lseek lseek64
^
In file included from src/common.h:30:0,
from src/commit_list.c:9:
src/win32/mingw-compat.h:14:0: warning: "stat" redefined [enabled by default]
# define stat _stati64
^
In file included from src/common.h:21:0,
from src/commit_list.c:9:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:255:0: note: this is the location of the previous definition
#define stat _stat32i64
^
In file included from src/common.h:30:0,
from src/commit_list.c:9:
src/win32/mingw-compat.h:15:0: warning: "fstat" redefined [enabled by default]
# define fstat _fstati64
^
In file included from src/common.h:21:0,
from src/commit_list.c:9:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:256:0: note: this is the location of the previous definition
#define fstat _fstat32i64
^
i686-w64-mingw32-gcc -g -I. -Isrc -Iinclude -Ideps/http-parser -Ideps/zlib -Ideps/regex -DNO_VIZ -DSTDC -DNO_GZIP -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DWIN32 -D_WIN32_WINNT=0x0501 -D__USE_MINGW_ANSI_STDIO=1 -Wall -Wextra -O2 -c -o src/compress.o src/compress.c
In file included from src/common.h:30:0,
from src/compress.h:10,
from src/compress.c:8:
src/win32/mingw-compat.h:13:0: warning: "lseek" redefined [enabled by default]
# define lseek _lseeki64
^
In file included from /Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:14:0,
from src/common.h:21,
from src/compress.h:10,
from src/compress.c:8:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/io.h:335:0: note: this is the location of the previous definition
#define lseek lseek64
^
In file included from src/common.h:30:0,
from src/compress.h:10,
from src/compress.c:8:
src/win32/mingw-compat.h:14:0: warning: "stat" redefined [enabled by default]
# define stat _stati64
^
In file included from src/common.h:21:0,
from src/compress.h:10,
from src/compress.c:8:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:255:0: note: this is the location of the previous definition
#define stat _stat32i64
^
In file included from src/common.h:30:0,
from src/compress.h:10,
from src/compress.c:8:
src/win32/mingw-compat.h:15:0: warning: "fstat" redefined [enabled by default]
# define fstat _fstati64
^
In file included from src/common.h:21:0,
from src/compress.h:10,
from src/compress.c:8:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:256:0: note: this is the location of the previous definition
#define fstat _fstat32i64
^
i686-w64-mingw32-gcc -g -I. -Isrc -Iinclude -Ideps/http-parser -Ideps/zlib -Ideps/regex -DNO_VIZ -DSTDC -DNO_GZIP -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DWIN32 -D_WIN32_WINNT=0x0501 -D__USE_MINGW_ANSI_STDIO=1 -Wall -Wextra -O2 -c -o src/config.o src/config.c
In file included from src/common.h:30:0,
from src/config.c:8:
src/win32/mingw-compat.h:13:0: warning: "lseek" redefined [enabled by default]
# define lseek _lseeki64
^
In file included from /Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:14:0,
from src/common.h:21,
from src/config.c:8:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/io.h:335:0: note: this is the location of the previous definition
#define lseek lseek64
^
In file included from src/common.h:30:0,
from src/config.c:8:
src/win32/mingw-compat.h:14:0: warning: "stat" redefined [enabled by default]
# define stat _stati64
^
In file included from src/common.h:21:0,
from src/config.c:8:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:255:0: note: this is the location of the previous definition
#define stat _stat32i64
^
In file included from src/common.h:30:0,
from src/config.c:8:
src/win32/mingw-compat.h:15:0: warning: "fstat" redefined [enabled by default]
# define fstat _fstati64
^
In file included from src/common.h:21:0,
from src/config.c:8:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:256:0: note: this is the location of the previous definition
#define fstat _fstat32i64
^
src/config.c: In function ‘git_config_set_int64’:
src/config.c:371:2: warning: unknown conversion type character ‘l’ in format [-Wformat=]
p_snprintf(str_value, sizeof(str_value), "%" PRId64, value);
^
src/config.c:371:2: warning: too many arguments for format [-Wformat-extra-args]
i686-w64-mingw32-gcc -g -I. -Isrc -Iinclude -Ideps/http-parser -Ideps/zlib -Ideps/regex -DNO_VIZ -DSTDC -DNO_GZIP -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DWIN32 -D_WIN32_WINNT=0x0501 -D__USE_MINGW_ANSI_STDIO=1 -Wall -Wextra -O2 -c -o src/config_cache.o src/config_cache.c
In file included from src/common.h:30:0,
from src/config_cache.c:8:
src/win32/mingw-compat.h:13:0: warning: "lseek" redefined [enabled by default]
# define lseek _lseeki64
^
In file included from /Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:14:0,
from src/common.h:21,
from src/config_cache.c:8:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/io.h:335:0: note: this is the location of the previous definition
#define lseek lseek64
^
In file included from src/common.h:30:0,
from src/config_cache.c:8:
src/win32/mingw-compat.h:14:0: warning: "stat" redefined [enabled by default]
# define stat _stati64
^
In file included from src/common.h:21:0,
from src/config_cache.c:8:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:255:0: note: this is the location of the previous definition
#define stat _stat32i64
^
In file included from src/common.h:30:0,
from src/config_cache.c:8:
src/win32/mingw-compat.h:15:0: warning: "fstat" redefined [enabled by default]
# define fstat _fstati64
^
In file included from src/common.h:21:0,
from src/config_cache.c:8:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:256:0: note: this is the location of the previous definition
#define fstat _fstat32i64
^
i686-w64-mingw32-gcc -g -I. -Isrc -Iinclude -Ideps/http-parser -Ideps/zlib -Ideps/regex -DNO_VIZ -DSTDC -DNO_GZIP -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DWIN32 -D_WIN32_WINNT=0x0501 -D__USE_MINGW_ANSI_STDIO=1 -Wall -Wextra -O2 -c -o src/config_file.o src/config_file.c
In file included from src/common.h:30:0,
from src/config_file.c:8:
src/win32/mingw-compat.h:13:0: warning: "lseek" redefined [enabled by default]
# define lseek _lseeki64
^
In file included from /Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:14:0,
from src/common.h:21,
from src/config_file.c:8:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/io.h:335:0: note: this is the location of the previous definition
#define lseek lseek64
^
In file included from src/common.h:30:0,
from src/config_file.c:8:
src/win32/mingw-compat.h:14:0: warning: "stat" redefined [enabled by default]
# define stat _stati64
^
In file included from src/common.h:21:0,
from src/config_file.c:8:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:255:0: note: this is the location of the previous definition
#define stat _stat32i64
^
In file included from src/common.h:30:0,
from src/config_file.c:8:
src/win32/mingw-compat.h:15:0: warning: "fstat" redefined [enabled by default]
# define fstat _fstati64
^
In file included from src/common.h:21:0,
from src/config_file.c:8:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:256:0: note: this is the location of the previous definition
#define fstat _fstat32i64
^
i686-w64-mingw32-gcc -g -I. -Isrc -Iinclude -Ideps/http-parser -Ideps/zlib -Ideps/regex -DNO_VIZ -DSTDC -DNO_GZIP -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DWIN32 -D_WIN32_WINNT=0x0501 -D__USE_MINGW_ANSI_STDIO=1 -Wall -Wextra -O2 -c -o src/crlf.o src/crlf.c
In file included from src/common.h:30:0,
from src/crlf.c:12:
src/win32/mingw-compat.h:13:0: warning: "lseek" redefined [enabled by default]
# define lseek _lseeki64
^
In file included from /Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:14:0,
from src/common.h:21,
from src/crlf.c:12:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/io.h:335:0: note: this is the location of the previous definition
#define lseek lseek64
^
In file included from src/common.h:30:0,
from src/crlf.c:12:
src/win32/mingw-compat.h:14:0: warning: "stat" redefined [enabled by default]
# define stat _stati64
^
In file included from src/common.h:21:0,
from src/crlf.c:12:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:255:0: note: this is the location of the previous definition
#define stat _stat32i64
^
In file included from src/common.h:30:0,
from src/crlf.c:12:
src/win32/mingw-compat.h:15:0: warning: "fstat" redefined [enabled by default]
# define fstat _fstati64
^
In file included from src/common.h:21:0,
from src/crlf.c:12:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:256:0: note: this is the location of the previous definition
#define fstat _fstat32i64
^
i686-w64-mingw32-gcc -g -I. -Isrc -Iinclude -Ideps/http-parser -Ideps/zlib -Ideps/regex -DNO_VIZ -DSTDC -DNO_GZIP -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DWIN32 -D_WIN32_WINNT=0x0501 -D__USE_MINGW_ANSI_STDIO=1 -Wall -Wextra -O2 -c -o src/date.o src/date.c
In file included from src/common.h:30:0,
from src/date.c:7:
src/win32/mingw-compat.h:13:0: warning: "lseek" redefined [enabled by default]
# define lseek _lseeki64
^
In file included from /Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:14:0,
from src/common.h:21,
from src/date.c:7:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/io.h:335:0: note: this is the location of the previous definition
#define lseek lseek64
^
In file included from src/common.h:30:0,
from src/date.c:7:
src/win32/mingw-compat.h:14:0: warning: "stat" redefined [enabled by default]
# define stat _stati64
^
In file included from src/common.h:21:0,
from src/date.c:7:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:255:0: note: this is the location of the previous definition
#define stat _stat32i64
^
In file included from src/common.h:30:0,
from src/date.c:7:
src/win32/mingw-compat.h:15:0: warning: "fstat" redefined [enabled by default]
# define fstat _fstati64
^
In file included from src/common.h:21:0,
from src/date.c:7:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:256:0: note: this is the location of the previous definition
#define fstat _fstat32i64
^
i686-w64-mingw32-gcc -g -I. -Isrc -Iinclude -Ideps/http-parser -Ideps/zlib -Ideps/regex -DNO_VIZ -DSTDC -DNO_GZIP -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DWIN32 -D_WIN32_WINNT=0x0501 -D__USE_MINGW_ANSI_STDIO=1 -Wall -Wextra -O2 -c -o src/delta-apply.o src/delta-apply.c
In file included from src/common.h:30:0,
from src/delta-apply.c:7:
src/win32/mingw-compat.h:13:0: warning: "lseek" redefined [enabled by default]
# define lseek _lseeki64
^
In file included from /Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:14:0,
from src/common.h:21,
from src/delta-apply.c:7:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/io.h:335:0: note: this is the location of the previous definition
#define lseek lseek64
^
In file included from src/common.h:30:0,
from src/delta-apply.c:7:
src/win32/mingw-compat.h:14:0: warning: "stat" redefined [enabled by default]
# define stat _stati64
^
In file included from src/common.h:21:0,
from src/delta-apply.c:7:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:255:0: note: this is the location of the previous definition
#define stat _stat32i64
^
In file included from src/common.h:30:0,
from src/delta-apply.c:7:
src/win32/mingw-compat.h:15:0: warning: "fstat" redefined [enabled by default]
# define fstat _fstati64
^
In file included from src/common.h:21:0,
from src/delta-apply.c:7:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:256:0: note: this is the location of the previous definition
#define fstat _fstat32i64
^
i686-w64-mingw32-gcc -g -I. -Isrc -Iinclude -Ideps/http-parser -Ideps/zlib -Ideps/regex -DNO_VIZ -DSTDC -DNO_GZIP -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DWIN32 -D_WIN32_WINNT=0x0501 -D__USE_MINGW_ANSI_STDIO=1 -Wall -Wextra -O2 -c -o src/delta.o src/delta.c
In file included from src/common.h:30:0,
from src/delta.h:8,
from src/delta.c:8:
src/win32/mingw-compat.h:13:0: warning: "lseek" redefined [enabled by default]
# define lseek _lseeki64
^
In file included from /Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:14:0,
from src/common.h:21,
from src/delta.h:8,
from src/delta.c:8:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/io.h:335:0: note: this is the location of the previous definition
#define lseek lseek64
^
In file included from src/common.h:30:0,
from src/delta.h:8,
from src/delta.c:8:
src/win32/mingw-compat.h:14:0: warning: "stat" redefined [enabled by default]
# define stat _stati64
^
In file included from src/common.h:21:0,
from src/delta.h:8,
from src/delta.c:8:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:255:0: note: this is the location of the previous definition
#define stat _stat32i64
^
In file included from src/common.h:30:0,
from src/delta.h:8,
from src/delta.c:8:
src/win32/mingw-compat.h:15:0: warning: "fstat" redefined [enabled by default]
# define fstat _fstati64
^
In file included from src/common.h:21:0,
from src/delta.h:8,
from src/delta.c:8:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:256:0: note: this is the location of the previous definition
#define fstat _fstat32i64
^
i686-w64-mingw32-gcc -g -I. -Isrc -Iinclude -Ideps/http-parser -Ideps/zlib -Ideps/regex -DNO_VIZ -DSTDC -DNO_GZIP -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DWIN32 -D_WIN32_WINNT=0x0501 -D__USE_MINGW_ANSI_STDIO=1 -Wall -Wextra -O2 -c -o src/diff.o src/diff.c
In file included from src/common.h:30:0,
from src/diff.c:7:
src/win32/mingw-compat.h:13:0: warning: "lseek" redefined [enabled by default]
# define lseek _lseeki64
^
In file included from /Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:14:0,
from src/common.h:21,
from src/diff.c:7:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/io.h:335:0: note: this is the location of the previous definition
#define lseek lseek64
^
In file included from src/common.h:30:0,
from src/diff.c:7:
src/win32/mingw-compat.h:14:0: warning: "stat" redefined [enabled by default]
# define stat _stati64
^
In file included from src/common.h:21:0,
from src/diff.c:7:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:255:0: note: this is the location of the previous definition
#define stat _stat32i64
^
In file included from src/common.h:30:0,
from src/diff.c:7:
src/win32/mingw-compat.h:15:0: warning: "fstat" redefined [enabled by default]
# define fstat _fstati64
^
In file included from src/common.h:21:0,
from src/diff.c:7:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:256:0: note: this is the location of the previous definition
#define fstat _fstat32i64
^
src/diff.c: In function ‘diff_list_alloc’:
src/diff.c:328:2: warning: missing initializer for field ‘interhunk_lines’ of ‘git_diff_options’ [-Wmissing-field-initializers]
git_diff_options dflt = GIT_DIFF_OPTIONS_INIT;
^
In file included from src/diff.h:10:0,
from src/diff.c:8:
include/git2/diff.h:324:11: note: ‘interhunk_lines’ declared here
uint16_t interhunk_lines; /**< defaults to 0 */
^
i686-w64-mingw32-gcc -g -I. -Isrc -Iinclude -Ideps/http-parser -Ideps/zlib -Ideps/regex -DNO_VIZ -DSTDC -DNO_GZIP -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DWIN32 -D_WIN32_WINNT=0x0501 -D__USE_MINGW_ANSI_STDIO=1 -Wall -Wextra -O2 -c -o src/diff_driver.o src/diff_driver.c
In file included from src/common.h:30:0,
from src/diff_driver.c:7:
src/win32/mingw-compat.h:13:0: warning: "lseek" redefined [enabled by default]
# define lseek _lseeki64
^
In file included from /Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:14:0,
from src/common.h:21,
from src/diff_driver.c:7:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/io.h:335:0: note: this is the location of the previous definition
#define lseek lseek64
^
In file included from src/common.h:30:0,
from src/diff_driver.c:7:
src/win32/mingw-compat.h:14:0: warning: "stat" redefined [enabled by default]
# define stat _stati64
^
In file included from src/common.h:21:0,
from src/diff_driver.c:7:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:255:0: note: this is the location of the previous definition
#define stat _stat32i64
^
In file included from src/common.h:30:0,
from src/diff_driver.c:7:
src/win32/mingw-compat.h:15:0: warning: "fstat" redefined [enabled by default]
# define fstat _fstati64
^
In file included from src/common.h:21:0,
from src/diff_driver.c:7:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:256:0: note: this is the location of the previous definition
#define fstat _fstat32i64
^
src/diff_driver.c:51:2: warning: missing initializer for field ‘fn_patterns’ of ‘git_diff_driver’ [-Wmissing-field-initializers]
{ DIFF_DRIVER_AUTO, 0, 0, },
^
src/diff_driver.c:39:23: note: ‘fn_patterns’ declared here
git_array_t(regex_t) fn_patterns;
^
src/diff_driver.c:52:2: warning: missing initializer for field ‘fn_patterns’ of ‘git_diff_driver’ [-Wmissing-field-initializers]
{ DIFF_DRIVER_BINARY, GIT_DIFF_FORCE_BINARY, 0 },
^
src/diff_driver.c:39:23: note: ‘fn_patterns’ declared here
git_array_t(regex_t) fn_patterns;
^
src/diff_driver.c:53:2: warning: missing initializer for field ‘fn_patterns’ of ‘git_diff_driver’ [-Wmissing-field-initializers]
{ DIFF_DRIVER_TEXT, GIT_DIFF_FORCE_TEXT, 0 },
^
src/diff_driver.c:39:23: note: ‘fn_patterns’ declared here
git_array_t(regex_t) fn_patterns;
^
i686-w64-mingw32-gcc -g -I. -Isrc -Iinclude -Ideps/http-parser -Ideps/zlib -Ideps/regex -DNO_VIZ -DSTDC -DNO_GZIP -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DWIN32 -D_WIN32_WINNT=0x0501 -D__USE_MINGW_ANSI_STDIO=1 -Wall -Wextra -O2 -c -o src/diff_file.o src/diff_file.c
In file included from src/common.h:30:0,
from src/diff_file.c:7:
src/win32/mingw-compat.h:13:0: warning: "lseek" redefined [enabled by default]
# define lseek _lseeki64
^
In file included from /Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:14:0,
from src/common.h:21,
from src/diff_file.c:7:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/io.h:335:0: note: this is the location of the previous definition
#define lseek lseek64
^
In file included from src/common.h:30:0,
from src/diff_file.c:7:
src/win32/mingw-compat.h:14:0: warning: "stat" redefined [enabled by default]
# define stat _stati64
^
In file included from src/common.h:21:0,
from src/diff_file.c:7:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:255:0: note: this is the location of the previous definition
#define stat _stat32i64
^
In file included from src/common.h:30:0,
from src/diff_file.c:7:
src/win32/mingw-compat.h:15:0: warning: "fstat" redefined [enabled by default]
# define fstat _fstati64
^
In file included from src/common.h:21:0,
from src/diff_file.c:7:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:256:0: note: this is the location of the previous definition
#define fstat _fstat32i64
^
i686-w64-mingw32-gcc -g -I. -Isrc -Iinclude -Ideps/http-parser -Ideps/zlib -Ideps/regex -DNO_VIZ -DSTDC -DNO_GZIP -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DWIN32 -D_WIN32_WINNT=0x0501 -D__USE_MINGW_ANSI_STDIO=1 -Wall -Wextra -O2 -c -o src/diff_patch.o src/diff_patch.c
In file included from src/common.h:30:0,
from src/diff_patch.c:7:
src/win32/mingw-compat.h:13:0: warning: "lseek" redefined [enabled by default]
# define lseek _lseeki64
^
In file included from /Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:14:0,
from src/common.h:21,
from src/diff_patch.c:7:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/io.h:335:0: note: this is the location of the previous definition
#define lseek lseek64
^
In file included from src/common.h:30:0,
from src/diff_patch.c:7:
src/win32/mingw-compat.h:14:0: warning: "stat" redefined [enabled by default]
# define stat _stati64
^
In file included from src/common.h:21:0,
from src/diff_patch.c:7:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:255:0: note: this is the location of the previous definition
#define stat _stat32i64
^
In file included from src/common.h:30:0,
from src/diff_patch.c:7:
src/win32/mingw-compat.h:15:0: warning: "fstat" redefined [enabled by default]
# define fstat _fstati64
^
In file included from src/common.h:21:0,
from src/diff_patch.c:7:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:256:0: note: this is the location of the previous definition
#define fstat _fstat32i64
^
i686-w64-mingw32-gcc -g -I. -Isrc -Iinclude -Ideps/http-parser -Ideps/zlib -Ideps/regex -DNO_VIZ -DSTDC -DNO_GZIP -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DWIN32 -D_WIN32_WINNT=0x0501 -D__USE_MINGW_ANSI_STDIO=1 -Wall -Wextra -O2 -c -o src/diff_print.o src/diff_print.c
In file included from src/common.h:30:0,
from src/diff_print.c:7:
src/win32/mingw-compat.h:13:0: warning: "lseek" redefined [enabled by default]
# define lseek _lseeki64
^
In file included from /Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:14:0,
from src/common.h:21,
from src/diff_print.c:7:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/io.h:335:0: note: this is the location of the previous definition
#define lseek lseek64
^
In file included from src/common.h:30:0,
from src/diff_print.c:7:
src/win32/mingw-compat.h:14:0: warning: "stat" redefined [enabled by default]
# define stat _stati64
^
In file included from src/common.h:21:0,
from src/diff_print.c:7:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:255:0: note: this is the location of the previous definition
#define stat _stat32i64
^
In file included from src/common.h:30:0,
from src/diff_print.c:7:
src/win32/mingw-compat.h:15:0: warning: "fstat" redefined [enabled by default]
# define fstat _fstati64
^
In file included from src/common.h:21:0,
from src/diff_print.c:7:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:256:0: note: this is the location of the previous definition
#define fstat _fstat32i64
^
i686-w64-mingw32-gcc -g -I. -Isrc -Iinclude -Ideps/http-parser -Ideps/zlib -Ideps/regex -DNO_VIZ -DSTDC -DNO_GZIP -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DWIN32 -D_WIN32_WINNT=0x0501 -D__USE_MINGW_ANSI_STDIO=1 -Wall -Wextra -O2 -c -o src/diff_tform.o src/diff_tform.c
In file included from src/common.h:30:0,
from src/diff_tform.c:7:
src/win32/mingw-compat.h:13:0: warning: "lseek" redefined [enabled by default]
# define lseek _lseeki64
^
In file included from /Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:14:0,
from src/common.h:21,
from src/diff_tform.c:7:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/io.h:335:0: note: this is the location of the previous definition
#define lseek lseek64
^
In file included from src/common.h:30:0,
from src/diff_tform.c:7:
src/win32/mingw-compat.h:14:0: warning: "stat" redefined [enabled by default]
# define stat _stati64
^
In file included from src/common.h:21:0,
from src/diff_tform.c:7:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:255:0: note: this is the location of the previous definition
#define stat _stat32i64
^
In file included from src/common.h:30:0,
from src/diff_tform.c:7:
src/win32/mingw-compat.h:15:0: warning: "fstat" redefined [enabled by default]
# define fstat _fstati64
^
In file included from src/common.h:21:0,
from src/diff_tform.c:7:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:256:0: note: this is the location of the previous definition
#define fstat _fstat32i64
^
i686-w64-mingw32-gcc -g -I. -Isrc -Iinclude -Ideps/http-parser -Ideps/zlib -Ideps/regex -DNO_VIZ -DSTDC -DNO_GZIP -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DWIN32 -D_WIN32_WINNT=0x0501 -D__USE_MINGW_ANSI_STDIO=1 -Wall -Wextra -O2 -c -o src/diff_xdiff.o src/diff_xdiff.c
In file included from src/common.h:30:0,
from src/diff_xdiff.c:7:
src/win32/mingw-compat.h:13:0: warning: "lseek" redefined [enabled by default]
# define lseek _lseeki64
^
In file included from /Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:14:0,
from src/common.h:21,
from src/diff_xdiff.c:7:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/io.h:335:0: note: this is the location of the previous definition
#define lseek lseek64
^
In file included from src/common.h:30:0,
from src/diff_xdiff.c:7:
src/win32/mingw-compat.h:14:0: warning: "stat" redefined [enabled by default]
# define stat _stati64
^
In file included from src/common.h:21:0,
from src/diff_xdiff.c:7:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:255:0: note: this is the location of the previous definition
#define stat _stat32i64
^
In file included from src/common.h:30:0,
from src/diff_xdiff.c:7:
src/win32/mingw-compat.h:15:0: warning: "fstat" redefined [enabled by default]
# define fstat _fstati64
^
In file included from src/common.h:21:0,
from src/diff_xdiff.c:7:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:256:0: note: this is the location of the previous definition
#define fstat _fstat32i64
^
i686-w64-mingw32-gcc -g -I. -Isrc -Iinclude -Ideps/http-parser -Ideps/zlib -Ideps/regex -DNO_VIZ -DSTDC -DNO_GZIP -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DWIN32 -D_WIN32_WINNT=0x0501 -D__USE_MINGW_ANSI_STDIO=1 -Wall -Wextra -O2 -c -o src/errors.o src/errors.c
In file included from src/common.h:30:0,
from src/errors.c:7:
src/win32/mingw-compat.h:13:0: warning: "lseek" redefined [enabled by default]
# define lseek _lseeki64
^
In file included from /Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:14:0,
from src/common.h:21,
from src/errors.c:7:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/io.h:335:0: note: this is the location of the previous definition
#define lseek lseek64
^
In file included from src/common.h:30:0,
from src/errors.c:7:
src/win32/mingw-compat.h:14:0: warning: "stat" redefined [enabled by default]
# define stat _stati64
^
In file included from src/common.h:21:0,
from src/errors.c:7:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:255:0: note: this is the location of the previous definition
#define stat _stat32i64
^
In file included from src/common.h:30:0,
from src/errors.c:7:
src/win32/mingw-compat.h:15:0: warning: "fstat" redefined [enabled by default]
# define fstat _fstati64
^
In file included from src/common.h:21:0,
from src/errors.c:7:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:256:0: note: this is the location of the previous definition
#define fstat _fstat32i64
^
i686-w64-mingw32-gcc -g -I. -Isrc -Iinclude -Ideps/http-parser -Ideps/zlib -Ideps/regex -DNO_VIZ -DSTDC -DNO_GZIP -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DWIN32 -D_WIN32_WINNT=0x0501 -D__USE_MINGW_ANSI_STDIO=1 -Wall -Wextra -O2 -c -o src/fetch.o src/fetch.c
In file included from src/common.h:30:0,
from src/fetch.c:13:
src/win32/mingw-compat.h:13:0: warning: "lseek" redefined [enabled by default]
# define lseek _lseeki64
^
In file included from /Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:14:0,
from src/common.h:21,
from src/fetch.c:13:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/io.h:335:0: note: this is the location of the previous definition
#define lseek lseek64
^
In file included from src/common.h:30:0,
from src/fetch.c:13:
src/win32/mingw-compat.h:14:0: warning: "stat" redefined [enabled by default]
# define stat _stati64
^
In file included from src/common.h:21:0,
from src/fetch.c:13:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:255:0: note: this is the location of the previous definition
#define stat _stat32i64
^
In file included from src/common.h:30:0,
from src/fetch.c:13:
src/win32/mingw-compat.h:15:0: warning: "fstat" redefined [enabled by default]
# define fstat _fstati64
^
In file included from src/common.h:21:0,
from src/fetch.c:13:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:256:0: note: this is the location of the previous definition
#define fstat _fstat32i64
^
i686-w64-mingw32-gcc -g -I. -Isrc -Iinclude -Ideps/http-parser -Ideps/zlib -Ideps/regex -DNO_VIZ -DSTDC -DNO_GZIP -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DWIN32 -D_WIN32_WINNT=0x0501 -D__USE_MINGW_ANSI_STDIO=1 -Wall -Wextra -O2 -c -o src/fetchhead.o src/fetchhead.c
In file included from src/common.h:30:0,
from src/fetchhead.c:12:
src/win32/mingw-compat.h:13:0: warning: "lseek" redefined [enabled by default]
# define lseek _lseeki64
^
In file included from /Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:14:0,
from src/common.h:21,
from src/fetchhead.c:12:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/io.h:335:0: note: this is the location of the previous definition
#define lseek lseek64
^
In file included from src/common.h:30:0,
from src/fetchhead.c:12:
src/win32/mingw-compat.h:14:0: warning: "stat" redefined [enabled by default]
# define stat _stati64
^
In file included from src/common.h:21:0,
from src/fetchhead.c:12:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:255:0: note: this is the location of the previous definition
#define stat _stat32i64
^
In file included from src/common.h:30:0,
from src/fetchhead.c:12:
src/win32/mingw-compat.h:15:0: warning: "fstat" redefined [enabled by default]
# define fstat _fstati64
^
In file included from src/common.h:21:0,
from src/fetchhead.c:12:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:256:0: note: this is the location of the previous definition
#define fstat _fstat32i64
^
i686-w64-mingw32-gcc -g -I. -Isrc -Iinclude -Ideps/http-parser -Ideps/zlib -Ideps/regex -DNO_VIZ -DSTDC -DNO_GZIP -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DWIN32 -D_WIN32_WINNT=0x0501 -D__USE_MINGW_ANSI_STDIO=1 -Wall -Wextra -O2 -c -o src/filebuf.o src/filebuf.c
In file included from src/common.h:30:0,
from src/filebuf.c:9:
src/win32/mingw-compat.h:13:0: warning: "lseek" redefined [enabled by default]
# define lseek _lseeki64
^
In file included from /Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:14:0,
from src/common.h:21,
from src/filebuf.c:9:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/io.h:335:0: note: this is the location of the previous definition
#define lseek lseek64
^
In file included from src/common.h:30:0,
from src/filebuf.c:9:
src/win32/mingw-compat.h:14:0: warning: "stat" redefined [enabled by default]
# define stat _stati64
^
In file included from src/common.h:21:0,
from src/filebuf.c:9:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:255:0: note: this is the location of the previous definition
#define stat _stat32i64
^
In file included from src/common.h:30:0,
from src/filebuf.c:9:
src/win32/mingw-compat.h:15:0: warning: "fstat" redefined [enabled by default]
# define fstat _fstati64
^
In file included from src/common.h:21:0,
from src/filebuf.c:9:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:256:0: note: this is the location of the previous definition
#define fstat _fstat32i64
^
i686-w64-mingw32-gcc -g -I. -Isrc -Iinclude -Ideps/http-parser -Ideps/zlib -Ideps/regex -DNO_VIZ -DSTDC -DNO_GZIP -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DWIN32 -D_WIN32_WINNT=0x0501 -D__USE_MINGW_ANSI_STDIO=1 -Wall -Wextra -O2 -c -o src/fileops.o src/fileops.c
In file included from src/common.h:30:0,
from src/fileops.c:7:
src/win32/mingw-compat.h:13:0: warning: "lseek" redefined [enabled by default]
# define lseek _lseeki64
^
In file included from /Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:14:0,
from src/common.h:21,
from src/fileops.c:7:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/io.h:335:0: note: this is the location of the previous definition
#define lseek lseek64
^
In file included from src/common.h:30:0,
from src/fileops.c:7:
src/win32/mingw-compat.h:14:0: warning: "stat" redefined [enabled by default]
# define stat _stati64
^
In file included from src/common.h:21:0,
from src/fileops.c:7:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:255:0: note: this is the location of the previous definition
#define stat _stat32i64
^
In file included from src/common.h:30:0,
from src/fileops.c:7:
src/win32/mingw-compat.h:15:0: warning: "fstat" redefined [enabled by default]
# define fstat _fstati64
^
In file included from src/common.h:21:0,
from src/fileops.c:7:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:256:0: note: this is the location of the previous definition
#define fstat _fstat32i64
^
i686-w64-mingw32-gcc -g -I. -Isrc -Iinclude -Ideps/http-parser -Ideps/zlib -Ideps/regex -DNO_VIZ -DSTDC -DNO_GZIP -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DWIN32 -D_WIN32_WINNT=0x0501 -D__USE_MINGW_ANSI_STDIO=1 -Wall -Wextra -O2 -c -o src/filter.o src/filter.c
In file included from src/common.h:30:0,
from src/filter.c:8:
src/win32/mingw-compat.h:13:0: warning: "lseek" redefined [enabled by default]
# define lseek _lseeki64
^
In file included from /Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:14:0,
from src/common.h:21,
from src/filter.c:8:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/io.h:335:0: note: this is the location of the previous definition
#define lseek lseek64
^
In file included from src/common.h:30:0,
from src/filter.c:8:
src/win32/mingw-compat.h:14:0: warning: "stat" redefined [enabled by default]
# define stat _stati64
^
In file included from src/common.h:21:0,
from src/filter.c:8:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:255:0: note: this is the location of the previous definition
#define stat _stat32i64
^
In file included from src/common.h:30:0,
from src/filter.c:8:
src/win32/mingw-compat.h:15:0: warning: "fstat" redefined [enabled by default]
# define fstat _fstati64
^
In file included from src/common.h:21:0,
from src/filter.c:8:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:256:0: note: this is the location of the previous definition
#define fstat _fstat32i64
^
i686-w64-mingw32-gcc -g -I. -Isrc -Iinclude -Ideps/http-parser -Ideps/zlib -Ideps/regex -DNO_VIZ -DSTDC -DNO_GZIP -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DWIN32 -D_WIN32_WINNT=0x0501 -D__USE_MINGW_ANSI_STDIO=1 -Wall -Wextra -O2 -c -o src/fnmatch.o src/fnmatch.c
In file included from src/common.h:30:0,
from src/fnmatch.h:10,
from src/fnmatch.c:17:
src/win32/mingw-compat.h:13:0: warning: "lseek" redefined [enabled by default]
# define lseek _lseeki64
^
In file included from /Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:14:0,
from src/common.h:21,
from src/fnmatch.h:10,
from src/fnmatch.c:17:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/io.h:335:0: note: this is the location of the previous definition
#define lseek lseek64
^
In file included from src/common.h:30:0,
from src/fnmatch.h:10,
from src/fnmatch.c:17:
src/win32/mingw-compat.h:14:0: warning: "stat" redefined [enabled by default]
# define stat _stati64
^
In file included from src/common.h:21:0,
from src/fnmatch.h:10,
from src/fnmatch.c:17:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:255:0: note: this is the location of the previous definition
#define stat _stat32i64
^
In file included from src/common.h:30:0,
from src/fnmatch.h:10,
from src/fnmatch.c:17:
src/win32/mingw-compat.h:15:0: warning: "fstat" redefined [enabled by default]
# define fstat _fstati64
^
In file included from src/common.h:21:0,
from src/fnmatch.h:10,
from src/fnmatch.c:17:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:256:0: note: this is the location of the previous definition
#define fstat _fstat32i64
^
i686-w64-mingw32-gcc -g -I. -Isrc -Iinclude -Ideps/http-parser -Ideps/zlib -Ideps/regex -DNO_VIZ -DSTDC -DNO_GZIP -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DWIN32 -D_WIN32_WINNT=0x0501 -D__USE_MINGW_ANSI_STDIO=1 -Wall -Wextra -O2 -c -o src/global.o src/global.c
In file included from src/common.h:30:0,
from src/global.c:7:
src/win32/mingw-compat.h:13:0: warning: "lseek" redefined [enabled by default]
# define lseek _lseeki64
^
In file included from /Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:14:0,
from src/common.h:21,
from src/global.c:7:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/io.h:335:0: note: this is the location of the previous definition
#define lseek lseek64
^
In file included from src/common.h:30:0,
from src/global.c:7:
src/win32/mingw-compat.h:14:0: warning: "stat" redefined [enabled by default]
# define stat _stati64
^
In file included from src/common.h:21:0,
from src/global.c:7:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:255:0: note: this is the location of the previous definition
#define stat _stat32i64
^
In file included from src/common.h:30:0,
from src/global.c:7:
src/win32/mingw-compat.h:15:0: warning: "fstat" redefined [enabled by default]
# define fstat _fstati64
^
In file included from src/common.h:21:0,
from src/global.c:7:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:256:0: note: this is the location of the previous definition
#define fstat _fstat32i64
^
i686-w64-mingw32-gcc -g -I. -Isrc -Iinclude -Ideps/http-parser -Ideps/zlib -Ideps/regex -DNO_VIZ -DSTDC -DNO_GZIP -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DWIN32 -D_WIN32_WINNT=0x0501 -D__USE_MINGW_ANSI_STDIO=1 -Wall -Wextra -O2 -c -o src/graph.o src/graph.c
In file included from src/common.h:30:0,
from src/oidmap.h:10,
from src/revwalk.h:11,
from src/graph.c:9:
src/win32/mingw-compat.h:13:0: warning: "lseek" redefined [enabled by default]
# define lseek _lseeki64
^
In file included from /Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:14:0,
from src/common.h:21,
from src/oidmap.h:10,
from src/revwalk.h:11,
from src/graph.c:9:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/io.h:335:0: note: this is the location of the previous definition
#define lseek lseek64
^
In file included from src/common.h:30:0,
from src/oidmap.h:10,
from src/revwalk.h:11,
from src/graph.c:9:
src/win32/mingw-compat.h:14:0: warning: "stat" redefined [enabled by default]
# define stat _stati64
^
In file included from src/common.h:21:0,
from src/oidmap.h:10,
from src/revwalk.h:11,
from src/graph.c:9:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:255:0: note: this is the location of the previous definition
#define stat _stat32i64
^
In file included from src/common.h:30:0,
from src/oidmap.h:10,
from src/revwalk.h:11,
from src/graph.c:9:
src/win32/mingw-compat.h:15:0: warning: "fstat" redefined [enabled by default]
# define fstat _fstati64
^
In file included from src/common.h:21:0,
from src/oidmap.h:10,
from src/revwalk.h:11,
from src/graph.c:9:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:256:0: note: this is the location of the previous definition
#define fstat _fstat32i64
^
i686-w64-mingw32-gcc -g -I. -Isrc -Iinclude -Ideps/http-parser -Ideps/zlib -Ideps/regex -DNO_VIZ -DSTDC -DNO_GZIP -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DWIN32 -D_WIN32_WINNT=0x0501 -D__USE_MINGW_ANSI_STDIO=1 -Wall -Wextra -O2 -c -o src/hash.o src/hash.c
In file included from src/common.h:30:0,
from src/hash.c:8:
src/win32/mingw-compat.h:13:0: warning: "lseek" redefined [enabled by default]
# define lseek _lseeki64
^
In file included from /Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:14:0,
from src/common.h:21,
from src/hash.c:8:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/io.h:335:0: note: this is the location of the previous definition
#define lseek lseek64
^
In file included from src/common.h:30:0,
from src/hash.c:8:
src/win32/mingw-compat.h:14:0: warning: "stat" redefined [enabled by default]
# define stat _stati64
^
In file included from src/common.h:21:0,
from src/hash.c:8:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:255:0: note: this is the location of the previous definition
#define stat _stat32i64
^
In file included from src/common.h:30:0,
from src/hash.c:8:
src/win32/mingw-compat.h:15:0: warning: "fstat" redefined [enabled by default]
# define fstat _fstati64
^
In file included from src/common.h:21:0,
from src/hash.c:8:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:256:0: note: this is the location of the previous definition
#define fstat _fstat32i64
^
i686-w64-mingw32-gcc -g -I. -Isrc -Iinclude -Ideps/http-parser -Ideps/zlib -Ideps/regex -DNO_VIZ -DSTDC -DNO_GZIP -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DWIN32 -D_WIN32_WINNT=0x0501 -D__USE_MINGW_ANSI_STDIO=1 -Wall -Wextra -O2 -c -o src/hashsig.o src/hashsig.c
In file included from src/common.h:30:0,
from src/hashsig.h:10,
from src/hashsig.c:7:
src/win32/mingw-compat.h:13:0: warning: "lseek" redefined [enabled by default]
# define lseek _lseeki64
^
In file included from /Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:14:0,
from src/common.h:21,
from src/hashsig.h:10,
from src/hashsig.c:7:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/io.h:335:0: note: this is the location of the previous definition
#define lseek lseek64
^
In file included from src/common.h:30:0,
from src/hashsig.h:10,
from src/hashsig.c:7:
src/win32/mingw-compat.h:14:0: warning: "stat" redefined [enabled by default]
# define stat _stati64
^
In file included from src/common.h:21:0,
from src/hashsig.h:10,
from src/hashsig.c:7:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:255:0: note: this is the location of the previous definition
#define stat _stat32i64
^
In file included from src/common.h:30:0,
from src/hashsig.h:10,
from src/hashsig.c:7:
src/win32/mingw-compat.h:15:0: warning: "fstat" redefined [enabled by default]
# define fstat _fstati64
^
In file included from src/common.h:21:0,
from src/hashsig.h:10,
from src/hashsig.c:7:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:256:0: note: this is the location of the previous definition
#define fstat _fstat32i64
^
i686-w64-mingw32-gcc -g -I. -Isrc -Iinclude -Ideps/http-parser -Ideps/zlib -Ideps/regex -DNO_VIZ -DSTDC -DNO_GZIP -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DWIN32 -D_WIN32_WINNT=0x0501 -D__USE_MINGW_ANSI_STDIO=1 -Wall -Wextra -O2 -c -o src/ignore.o src/ignore.c
In file included from src/common.h:30:0,
from src/oidmap.h:10,
from src/cache.h:15,
from src/repository.h:17,
from src/ignore.h:10,
from src/ignore.c:2:
src/win32/mingw-compat.h:13:0: warning: "lseek" redefined [enabled by default]
# define lseek _lseeki64
^
In file included from /Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:14:0,
from src/common.h:21,
from src/oidmap.h:10,
from src/cache.h:15,
from src/repository.h:17,
from src/ignore.h:10,
from src/ignore.c:2:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/io.h:335:0: note: this is the location of the previous definition
#define lseek lseek64
^
In file included from src/common.h:30:0,
from src/oidmap.h:10,
from src/cache.h:15,
from src/repository.h:17,
from src/ignore.h:10,
from src/ignore.c:2:
src/win32/mingw-compat.h:14:0: warning: "stat" redefined [enabled by default]
# define stat _stati64
^
In file included from src/common.h:21:0,
from src/oidmap.h:10,
from src/cache.h:15,
from src/repository.h:17,
from src/ignore.h:10,
from src/ignore.c:2:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:255:0: note: this is the location of the previous definition
#define stat _stat32i64
^
In file included from src/common.h:30:0,
from src/oidmap.h:10,
from src/cache.h:15,
from src/repository.h:17,
from src/ignore.h:10,
from src/ignore.c:2:
src/win32/mingw-compat.h:15:0: warning: "fstat" redefined [enabled by default]
# define fstat _fstati64
^
In file included from src/common.h:21:0,
from src/oidmap.h:10,
from src/cache.h:15,
from src/repository.h:17,
from src/ignore.h:10,
from src/ignore.c:2:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:256:0: note: this is the location of the previous definition
#define fstat _fstat32i64
^
i686-w64-mingw32-gcc -g -I. -Isrc -Iinclude -Ideps/http-parser -Ideps/zlib -Ideps/regex -DNO_VIZ -DSTDC -DNO_GZIP -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DWIN32 -D_WIN32_WINNT=0x0501 -D__USE_MINGW_ANSI_STDIO=1 -Wall -Wextra -O2 -c -o src/index.o src/index.c
In file included from src/common.h:30:0,
from src/index.c:10:
src/win32/mingw-compat.h:13:0: warning: "lseek" redefined [enabled by default]
# define lseek _lseeki64
^
In file included from /Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:14:0,
from src/common.h:21,
from src/index.c:10:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/io.h:335:0: note: this is the location of the previous definition
#define lseek lseek64
^
In file included from src/common.h:30:0,
from src/index.c:10:
src/win32/mingw-compat.h:14:0: warning: "stat" redefined [enabled by default]
# define stat _stati64
^
In file included from src/common.h:21:0,
from src/index.c:10:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:255:0: note: this is the location of the previous definition
#define stat _stat32i64
^
In file included from src/common.h:30:0,
from src/index.c:10:
src/win32/mingw-compat.h:15:0: warning: "fstat" redefined [enabled by default]
# define fstat _fstati64
^
In file included from src/common.h:21:0,
from src/index.c:10:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:256:0: note: this is the location of the previous definition
#define fstat _fstat32i64
^
i686-w64-mingw32-gcc -g -I. -Isrc -Iinclude -Ideps/http-parser -Ideps/zlib -Ideps/regex -DNO_VIZ -DSTDC -DNO_GZIP -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DWIN32 -D_WIN32_WINNT=0x0501 -D__USE_MINGW_ANSI_STDIO=1 -Wall -Wextra -O2 -c -o src/indexer.o src/indexer.c
In file included from deps/zlib/../../src/common.h:30:0,
from deps/zlib/zconf.h:11,
from deps/zlib/zlib.h:34,
from src/indexer.c:8:
deps/zlib/../../src/win32/mingw-compat.h:13:0: warning: "lseek" redefined [enabled by default]
# define lseek _lseeki64
^
In file included from /Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:14:0,
from deps/zlib/../../src/common.h:21,
from deps/zlib/zconf.h:11,
from deps/zlib/zlib.h:34,
from src/indexer.c:8:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/io.h:335:0: note: this is the location of the previous definition
#define lseek lseek64
^
In file included from deps/zlib/../../src/common.h:30:0,
from deps/zlib/zconf.h:11,
from deps/zlib/zlib.h:34,
from src/indexer.c:8:
deps/zlib/../../src/win32/mingw-compat.h:14:0: warning: "stat" redefined [enabled by default]
# define stat _stati64
^
In file included from deps/zlib/../../src/common.h:21:0,
from deps/zlib/zconf.h:11,
from deps/zlib/zlib.h:34,
from src/indexer.c:8:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:255:0: note: this is the location of the previous definition
#define stat _stat32i64
^
In file included from deps/zlib/../../src/common.h:30:0,
from deps/zlib/zconf.h:11,
from deps/zlib/zlib.h:34,
from src/indexer.c:8:
deps/zlib/../../src/win32/mingw-compat.h:15:0: warning: "fstat" redefined [enabled by default]
# define fstat _fstati64
^
In file included from deps/zlib/../../src/common.h:21:0,
from deps/zlib/zconf.h:11,
from deps/zlib/zlib.h:34,
from src/indexer.c:8:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:256:0: note: this is the location of the previous definition
#define fstat _fstat32i64
^
i686-w64-mingw32-gcc -g -I. -Isrc -Iinclude -Ideps/http-parser -Ideps/zlib -Ideps/regex -DNO_VIZ -DSTDC -DNO_GZIP -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DWIN32 -D_WIN32_WINNT=0x0501 -D__USE_MINGW_ANSI_STDIO=1 -Wall -Wextra -O2 -c -o src/iterator.o src/iterator.c
In file included from src/common.h:30:0,
from src/iterator.h:10,
from src/iterator.c:8:
src/win32/mingw-compat.h:13:0: warning: "lseek" redefined [enabled by default]
# define lseek _lseeki64
^
In file included from /Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:14:0,
from src/common.h:21,
from src/iterator.h:10,
from src/iterator.c:8:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/io.h:335:0: note: this is the location of the previous definition
#define lseek lseek64
^
In file included from src/common.h:30:0,
from src/iterator.h:10,
from src/iterator.c:8:
src/win32/mingw-compat.h:14:0: warning: "stat" redefined [enabled by default]
# define stat _stati64
^
In file included from src/common.h:21:0,
from src/iterator.h:10,
from src/iterator.c:8:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:255:0: note: this is the location of the previous definition
#define stat _stat32i64
^
In file included from src/common.h:30:0,
from src/iterator.h:10,
from src/iterator.c:8:
src/win32/mingw-compat.h:15:0: warning: "fstat" redefined [enabled by default]
# define fstat _fstati64
^
In file included from src/common.h:21:0,
from src/iterator.h:10,
from src/iterator.c:8:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:256:0: note: this is the location of the previous definition
#define fstat _fstat32i64
^
i686-w64-mingw32-gcc -g -I. -Isrc -Iinclude -Ideps/http-parser -Ideps/zlib -Ideps/regex -DNO_VIZ -DSTDC -DNO_GZIP -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DWIN32 -D_WIN32_WINNT=0x0501 -D__USE_MINGW_ANSI_STDIO=1 -Wall -Wextra -O2 -c -o src/merge.o src/merge.c
In file included from src/common.h:30:0,
from src/merge.c:8:
src/win32/mingw-compat.h:13:0: warning: "lseek" redefined [enabled by default]
# define lseek _lseeki64
^
In file included from /Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:14:0,
from src/common.h:21,
from src/merge.c:8:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/io.h:335:0: note: this is the location of the previous definition
#define lseek lseek64
^
In file included from src/common.h:30:0,
from src/merge.c:8:
src/win32/mingw-compat.h:14:0: warning: "stat" redefined [enabled by default]
# define stat _stati64
^
In file included from src/common.h:21:0,
from src/merge.c:8:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:255:0: note: this is the location of the previous definition
#define stat _stat32i64
^
In file included from src/common.h:30:0,
from src/merge.c:8:
src/win32/mingw-compat.h:15:0: warning: "fstat" redefined [enabled by default]
# define fstat _fstati64
^
In file included from src/common.h:21:0,
from src/merge.c:8:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:256:0: note: this is the location of the previous definition
#define fstat _fstat32i64
^
src/merge.c: In function ‘index_entry_similarity_calc’:
src/merge.c:649:2: warning: missing initializer for field ‘path’ of ‘git_diff_file’ [-Wmissing-field-initializers]
git_diff_file diff_file = {{{0}}};
^
In file included from include/git2/checkout.h:12:0,
from include/git2/merge.h:13,
from src/merge.h:14,
from src/merge.c:14:
include/git2/diff.h:225:14: note: ‘path’ declared here
const char *path;
^
src/merge.c: In function ‘merge_tree_normalize_opts’:
src/merge.c:1389:3: warning: missing initializer for field ‘flags’ of ‘git_merge_tree_opts’ [-Wmissing-field-initializers]
git_merge_tree_opts init = GIT_MERGE_TREE_OPTS_INIT;
^
In file included from src/merge.h:14:0,
from src/merge.c:14:
include/git2/merge.h:47:24: note: ‘flags’ declared here
git_merge_tree_flag_t flags;
^
i686-w64-mingw32-gcc -g -I. -Isrc -Iinclude -Ideps/http-parser -Ideps/zlib -Ideps/regex -DNO_VIZ -DSTDC -DNO_GZIP -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DWIN32 -D_WIN32_WINNT=0x0501 -D__USE_MINGW_ANSI_STDIO=1 -Wall -Wextra -O2 -c -o src/merge_file.o src/merge_file.c
In file included from src/common.h:30:0,
from src/merge_file.c:8:
src/win32/mingw-compat.h:13:0: warning: "lseek" redefined [enabled by default]
# define lseek _lseeki64
^
In file included from /Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:14:0,
from src/common.h:21,
from src/merge_file.c:8:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/io.h:335:0: note: this is the location of the previous definition
#define lseek lseek64
^
In file included from src/common.h:30:0,
from src/merge_file.c:8:
src/win32/mingw-compat.h:14:0: warning: "stat" redefined [enabled by default]
# define stat _stati64
^
In file included from src/common.h:21:0,
from src/merge_file.c:8:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:255:0: note: this is the location of the previous definition
#define stat _stat32i64
^
In file included from src/common.h:30:0,
from src/merge_file.c:8:
src/win32/mingw-compat.h:15:0: warning: "fstat" redefined [enabled by default]
# define fstat _fstati64
^
In file included from src/common.h:21:0,
from src/merge_file.c:8:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:256:0: note: this is the location of the previous definition
#define fstat _fstat32i64
^
i686-w64-mingw32-gcc -g -I. -Isrc -Iinclude -Ideps/http-parser -Ideps/zlib -Ideps/regex -DNO_VIZ -DSTDC -DNO_GZIP -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DWIN32 -D_WIN32_WINNT=0x0501 -D__USE_MINGW_ANSI_STDIO=1 -Wall -Wextra -O2 -c -o src/message.o src/message.c
In file included from src/common.h:30:0,
from src/buffer.h:10,
from src/message.h:11,
from src/message.c:8:
src/win32/mingw-compat.h:13:0: warning: "lseek" redefined [enabled by default]
# define lseek _lseeki64
^
In file included from /Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:14:0,
from src/common.h:21,
from src/buffer.h:10,
from src/message.h:11,
from src/message.c:8:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/io.h:335:0: note: this is the location of the previous definition
#define lseek lseek64
^
In file included from src/common.h:30:0,
from src/buffer.h:10,
from src/message.h:11,
from src/message.c:8:
src/win32/mingw-compat.h:14:0: warning: "stat" redefined [enabled by default]
# define stat _stati64
^
In file included from src/common.h:21:0,
from src/buffer.h:10,
from src/message.h:11,
from src/message.c:8:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:255:0: note: this is the location of the previous definition
#define stat _stat32i64
^
In file included from src/common.h:30:0,
from src/buffer.h:10,
from src/message.h:11,
from src/message.c:8:
src/win32/mingw-compat.h:15:0: warning: "fstat" redefined [enabled by default]
# define fstat _fstati64
^
In file included from src/common.h:21:0,
from src/buffer.h:10,
from src/message.h:11,
from src/message.c:8:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:256:0: note: this is the location of the previous definition
#define fstat _fstat32i64
^
i686-w64-mingw32-gcc -g -I. -Isrc -Iinclude -Ideps/http-parser -Ideps/zlib -Ideps/regex -DNO_VIZ -DSTDC -DNO_GZIP -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DWIN32 -D_WIN32_WINNT=0x0501 -D__USE_MINGW_ANSI_STDIO=1 -Wall -Wextra -O2 -c -o src/mwindow.o src/mwindow.c
In file included from src/common.h:30:0,
from src/mwindow.c:8:
src/win32/mingw-compat.h:13:0: warning: "lseek" redefined [enabled by default]
# define lseek _lseeki64
^
In file included from /Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:14:0,
from src/common.h:21,
from src/mwindow.c:8:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/io.h:335:0: note: this is the location of the previous definition
#define lseek lseek64
^
In file included from src/common.h:30:0,
from src/mwindow.c:8:
src/win32/mingw-compat.h:14:0: warning: "stat" redefined [enabled by default]
# define stat _stati64
^
In file included from src/common.h:21:0,
from src/mwindow.c:8:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:255:0: note: this is the location of the previous definition
#define stat _stat32i64
^
In file included from src/common.h:30:0,
from src/mwindow.c:8:
src/win32/mingw-compat.h:15:0: warning: "fstat" redefined [enabled by default]
# define fstat _fstati64
^
In file included from src/common.h:21:0,
from src/mwindow.c:8:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:256:0: note: this is the location of the previous definition
#define fstat _fstat32i64
^
i686-w64-mingw32-gcc -g -I. -Isrc -Iinclude -Ideps/http-parser -Ideps/zlib -Ideps/regex -DNO_VIZ -DSTDC -DNO_GZIP -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DWIN32 -D_WIN32_WINNT=0x0501 -D__USE_MINGW_ANSI_STDIO=1 -Wall -Wextra -O2 -c -o src/netops.o src/netops.c
In file included from src/common.h:30:0,
from src/netops.c:35:
src/win32/mingw-compat.h:13:0: warning: "lseek" redefined [enabled by default]
# define lseek _lseeki64
^
In file included from /Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:14:0,
from src/common.h:21,
from src/netops.c:35:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/io.h:335:0: note: this is the location of the previous definition
#define lseek lseek64
^
In file included from src/common.h:30:0,
from src/netops.c:35:
src/win32/mingw-compat.h:14:0: warning: "stat" redefined [enabled by default]
# define stat _stati64
^
In file included from src/common.h:21:0,
from src/netops.c:35:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:255:0: note: this is the location of the previous definition
#define stat _stat32i64
^
In file included from src/common.h:30:0,
from src/netops.c:35:
src/win32/mingw-compat.h:15:0: warning: "fstat" redefined [enabled by default]
# define fstat _fstati64
^
In file included from src/common.h:21:0,
from src/netops.c:35:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:256:0: note: this is the location of the previous definition
#define fstat _fstat32i64
^
i686-w64-mingw32-gcc -g -I. -Isrc -Iinclude -Ideps/http-parser -Ideps/zlib -Ideps/regex -DNO_VIZ -DSTDC -DNO_GZIP -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DWIN32 -D_WIN32_WINNT=0x0501 -D__USE_MINGW_ANSI_STDIO=1 -Wall -Wextra -O2 -c -o src/notes.o src/notes.c
In file included from src/common.h:30:0,
from src/notes.h:10,
from src/notes.c:8:
src/win32/mingw-compat.h:13:0: warning: "lseek" redefined [enabled by default]
# define lseek _lseeki64
^
In file included from /Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:14:0,
from src/common.h:21,
from src/notes.h:10,
from src/notes.c:8:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/io.h:335:0: note: this is the location of the previous definition
#define lseek lseek64
^
In file included from src/common.h:30:0,
from src/notes.h:10,
from src/notes.c:8:
src/win32/mingw-compat.h:14:0: warning: "stat" redefined [enabled by default]
# define stat _stati64
^
In file included from src/common.h:21:0,
from src/notes.h:10,
from src/notes.c:8:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:255:0: note: this is the location of the previous definition
#define stat _stat32i64
^
In file included from src/common.h:30:0,
from src/notes.h:10,
from src/notes.c:8:
src/win32/mingw-compat.h:15:0: warning: "fstat" redefined [enabled by default]
# define fstat _fstati64
^
In file included from src/common.h:21:0,
from src/notes.h:10,
from src/notes.c:8:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:256:0: note: this is the location of the previous definition
#define fstat _fstat32i64
^
i686-w64-mingw32-gcc -g -I. -Isrc -Iinclude -Ideps/http-parser -Ideps/zlib -Ideps/regex -DNO_VIZ -DSTDC -DNO_GZIP -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DWIN32 -D_WIN32_WINNT=0x0501 -D__USE_MINGW_ANSI_STDIO=1 -Wall -Wextra -O2 -c -o src/object.o src/object.c
In file included from src/common.h:30:0,
from src/object.c:11:
src/win32/mingw-compat.h:13:0: warning: "lseek" redefined [enabled by default]
# define lseek _lseeki64
^
In file included from /Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:14:0,
from src/common.h:21,
from src/object.c:11:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/io.h:335:0: note: this is the location of the previous definition
#define lseek lseek64
^
In file included from src/common.h:30:0,
from src/object.c:11:
src/win32/mingw-compat.h:14:0: warning: "stat" redefined [enabled by default]
# define stat _stati64
^
In file included from src/common.h:21:0,
from src/object.c:11:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:255:0: note: this is the location of the previous definition
#define stat _stat32i64
^
In file included from src/common.h:30:0,
from src/object.c:11:
src/win32/mingw-compat.h:15:0: warning: "fstat" redefined [enabled by default]
# define fstat _fstati64
^
In file included from src/common.h:21:0,
from src/object.c:11:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:256:0: note: this is the location of the previous definition
#define fstat _fstat32i64
^
i686-w64-mingw32-gcc -g -I. -Isrc -Iinclude -Ideps/http-parser -Ideps/zlib -Ideps/regex -DNO_VIZ -DSTDC -DNO_GZIP -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DWIN32 -D_WIN32_WINNT=0x0501 -D__USE_MINGW_ANSI_STDIO=1 -Wall -Wextra -O2 -c -o src/object_api.o src/object_api.c
In file included from src/common.h:30:0,
from src/object_api.c:9:
src/win32/mingw-compat.h:13:0: warning: "lseek" redefined [enabled by default]
# define lseek _lseeki64
^
In file included from /Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:14:0,
from src/common.h:21,
from src/object_api.c:9:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/io.h:335:0: note: this is the location of the previous definition
#define lseek lseek64
^
In file included from src/common.h:30:0,
from src/object_api.c:9:
src/win32/mingw-compat.h:14:0: warning: "stat" redefined [enabled by default]
# define stat _stati64
^
In file included from src/common.h:21:0,
from src/object_api.c:9:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:255:0: note: this is the location of the previous definition
#define stat _stat32i64
^
In file included from src/common.h:30:0,
from src/object_api.c:9:
src/win32/mingw-compat.h:15:0: warning: "fstat" redefined [enabled by default]
# define fstat _fstati64
^
In file included from src/common.h:21:0,
from src/object_api.c:9:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:256:0: note: this is the location of the previous definition
#define fstat _fstat32i64
^
i686-w64-mingw32-gcc -g -I. -Isrc -Iinclude -Ideps/http-parser -Ideps/zlib -Ideps/regex -DNO_VIZ -DSTDC -DNO_GZIP -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DWIN32 -D_WIN32_WINNT=0x0501 -D__USE_MINGW_ANSI_STDIO=1 -Wall -Wextra -O2 -c -o src/odb.o src/odb.c
In file included from src/common.h:30:0,
from src/odb.c:8:
src/win32/mingw-compat.h:13:0: warning: "lseek" redefined [enabled by default]
# define lseek _lseeki64
^
In file included from /Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:14:0,
from src/common.h:21,
from src/odb.c:8:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/io.h:335:0: note: this is the location of the previous definition
#define lseek lseek64
^
In file included from src/common.h:30:0,
from src/odb.c:8:
src/win32/mingw-compat.h:14:0: warning: "stat" redefined [enabled by default]
# define stat _stati64
^
In file included from src/common.h:21:0,
from src/odb.c:8:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:255:0: note: this is the location of the previous definition
#define stat _stat32i64
^
In file included from src/common.h:30:0,
from src/odb.c:8:
src/win32/mingw-compat.h:15:0: warning: "fstat" redefined [enabled by default]
# define fstat _fstati64
^
In file included from src/common.h:21:0,
from src/odb.c:8:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:256:0: note: this is the location of the previous definition
#define fstat _fstat32i64
^
i686-w64-mingw32-gcc -g -I. -Isrc -Iinclude -Ideps/http-parser -Ideps/zlib -Ideps/regex -DNO_VIZ -DSTDC -DNO_GZIP -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DWIN32 -D_WIN32_WINNT=0x0501 -D__USE_MINGW_ANSI_STDIO=1 -Wall -Wextra -O2 -c -o src/odb_loose.o src/odb_loose.c
In file included from src/common.h:30:0,
from src/odb_loose.c:8:
src/win32/mingw-compat.h:13:0: warning: "lseek" redefined [enabled by default]
# define lseek _lseeki64
^
In file included from /Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:14:0,
from src/common.h:21,
from src/odb_loose.c:8:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/io.h:335:0: note: this is the location of the previous definition
#define lseek lseek64
^
In file included from src/common.h:30:0,
from src/odb_loose.c:8:
src/win32/mingw-compat.h:14:0: warning: "stat" redefined [enabled by default]
# define stat _stati64
^
In file included from src/common.h:21:0,
from src/odb_loose.c:8:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:255:0: note: this is the location of the previous definition
#define stat _stat32i64
^
In file included from src/common.h:30:0,
from src/odb_loose.c:8:
src/win32/mingw-compat.h:15:0: warning: "fstat" redefined [enabled by default]
# define fstat _fstati64
^
In file included from src/common.h:21:0,
from src/odb_loose.c:8:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:256:0: note: this is the location of the previous definition
#define fstat _fstat32i64
^
i686-w64-mingw32-gcc -g -I. -Isrc -Iinclude -Ideps/http-parser -Ideps/zlib -Ideps/regex -DNO_VIZ -DSTDC -DNO_GZIP -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DWIN32 -D_WIN32_WINNT=0x0501 -D__USE_MINGW_ANSI_STDIO=1 -Wall -Wextra -O2 -c -o src/odb_pack.o src/odb_pack.c
In file included from src/common.h:30:0,
from src/odb_pack.c:8:
src/win32/mingw-compat.h:13:0: warning: "lseek" redefined [enabled by default]
# define lseek _lseeki64
^
In file included from /Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:14:0,
from src/common.h:21,
from src/odb_pack.c:8:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/io.h:335:0: note: this is the location of the previous definition
#define lseek lseek64
^
In file included from src/common.h:30:0,
from src/odb_pack.c:8:
src/win32/mingw-compat.h:14:0: warning: "stat" redefined [enabled by default]
# define stat _stati64
^
In file included from src/common.h:21:0,
from src/odb_pack.c:8:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:255:0: note: this is the location of the previous definition
#define stat _stat32i64
^
In file included from src/common.h:30:0,
from src/odb_pack.c:8:
src/win32/mingw-compat.h:15:0: warning: "fstat" redefined [enabled by default]
# define fstat _fstati64
^
In file included from src/common.h:21:0,
from src/odb_pack.c:8:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:256:0: note: this is the location of the previous definition
#define fstat _fstat32i64
^
i686-w64-mingw32-gcc -g -I. -Isrc -Iinclude -Ideps/http-parser -Ideps/zlib -Ideps/regex -DNO_VIZ -DSTDC -DNO_GZIP -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DWIN32 -D_WIN32_WINNT=0x0501 -D__USE_MINGW_ANSI_STDIO=1 -Wall -Wextra -O2 -c -o src/oid.o src/oid.c
In file included from src/common.h:30:0,
from src/oid.c:8:
src/win32/mingw-compat.h:13:0: warning: "lseek" redefined [enabled by default]
# define lseek _lseeki64
^
In file included from /Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:14:0,
from src/common.h:21,
from src/oid.c:8:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/io.h:335:0: note: this is the location of the previous definition
#define lseek lseek64
^
In file included from src/common.h:30:0,
from src/oid.c:8:
src/win32/mingw-compat.h:14:0: warning: "stat" redefined [enabled by default]
# define stat _stati64
^
In file included from src/common.h:21:0,
from src/oid.c:8:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:255:0: note: this is the location of the previous definition
#define stat _stat32i64
^
In file included from src/common.h:30:0,
from src/oid.c:8:
src/win32/mingw-compat.h:15:0: warning: "fstat" redefined [enabled by default]
# define fstat _fstati64
^
In file included from src/common.h:21:0,
from src/oid.c:8:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:256:0: note: this is the location of the previous definition
#define fstat _fstat32i64
^
i686-w64-mingw32-gcc -g -I. -Isrc -Iinclude -Ideps/http-parser -Ideps/zlib -Ideps/regex -DNO_VIZ -DSTDC -DNO_GZIP -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DWIN32 -D_WIN32_WINNT=0x0501 -D__USE_MINGW_ANSI_STDIO=1 -Wall -Wextra -O2 -c -o src/pack-objects.o src/pack-objects.c
In file included from src/common.h:30:0,
from src/pack-objects.h:11,
from src/pack-objects.c:8:
src/win32/mingw-compat.h:13:0: warning: "lseek" redefined [enabled by default]
# define lseek _lseeki64
^
In file included from /Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:14:0,
from src/common.h:21,
from src/pack-objects.h:11,
from src/pack-objects.c:8:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/io.h:335:0: note: this is the location of the previous definition
#define lseek lseek64
^
In file included from src/common.h:30:0,
from src/pack-objects.h:11,
from src/pack-objects.c:8:
src/win32/mingw-compat.h:14:0: warning: "stat" redefined [enabled by default]
# define stat _stati64
^
In file included from src/common.h:21:0,
from src/pack-objects.h:11,
from src/pack-objects.c:8:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:255:0: note: this is the location of the previous definition
#define stat _stat32i64
^
In file included from src/common.h:30:0,
from src/pack-objects.h:11,
from src/pack-objects.c:8:
src/win32/mingw-compat.h:15:0: warning: "fstat" redefined [enabled by default]
# define fstat _fstati64
^
In file included from src/common.h:21:0,
from src/pack-objects.h:11,
from src/pack-objects.c:8:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:256:0: note: this is the location of the previous definition
#define fstat _fstat32i64
^
i686-w64-mingw32-gcc -g -I. -Isrc -Iinclude -Ideps/http-parser -Ideps/zlib -Ideps/regex -DNO_VIZ -DSTDC -DNO_GZIP -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DWIN32 -D_WIN32_WINNT=0x0501 -D__USE_MINGW_ANSI_STDIO=1 -Wall -Wextra -O2 -c -o src/pack.o src/pack.c
In file included from src/common.h:30:0,
from src/pack.c:8:
src/win32/mingw-compat.h:13:0: warning: "lseek" redefined [enabled by default]
# define lseek _lseeki64
^
In file included from /Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:14:0,
from src/common.h:21,
from src/pack.c:8:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/io.h:335:0: note: this is the location of the previous definition
#define lseek lseek64
^
In file included from src/common.h:30:0,
from src/pack.c:8:
src/win32/mingw-compat.h:14:0: warning: "stat" redefined [enabled by default]
# define stat _stati64
^
In file included from src/common.h:21:0,
from src/pack.c:8:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:255:0: note: this is the location of the previous definition
#define stat _stat32i64
^
In file included from src/common.h:30:0,
from src/pack.c:8:
src/win32/mingw-compat.h:15:0: warning: "fstat" redefined [enabled by default]
# define fstat _fstati64
^
In file included from src/common.h:21:0,
from src/pack.c:8:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:256:0: note: this is the location of the previous definition
#define fstat _fstat32i64
^
i686-w64-mingw32-gcc -g -I. -Isrc -Iinclude -Ideps/http-parser -Ideps/zlib -Ideps/regex -DNO_VIZ -DSTDC -DNO_GZIP -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DWIN32 -D_WIN32_WINNT=0x0501 -D__USE_MINGW_ANSI_STDIO=1 -Wall -Wextra -O2 -c -o src/path.o src/path.c
In file included from src/common.h:30:0,
from src/path.c:7:
src/win32/mingw-compat.h:13:0: warning: "lseek" redefined [enabled by default]
# define lseek _lseeki64
^
In file included from /Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:14:0,
from src/common.h:21,
from src/path.c:7:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/io.h:335:0: note: this is the location of the previous definition
#define lseek lseek64
^
In file included from src/common.h:30:0,
from src/path.c:7:
src/win32/mingw-compat.h:14:0: warning: "stat" redefined [enabled by default]
# define stat _stati64
^
In file included from src/common.h:21:0,
from src/path.c:7:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:255:0: note: this is the location of the previous definition
#define stat _stat32i64
^
In file included from src/common.h:30:0,
from src/path.c:7:
src/win32/mingw-compat.h:15:0: warning: "fstat" redefined [enabled by default]
# define fstat _fstati64
^
In file included from src/common.h:21:0,
from src/path.c:7:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:256:0: note: this is the location of the previous definition
#define fstat _fstat32i64
^
i686-w64-mingw32-gcc -g -I. -Isrc -Iinclude -Ideps/http-parser -Ideps/zlib -Ideps/regex -DNO_VIZ -DSTDC -DNO_GZIP -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DWIN32 -D_WIN32_WINNT=0x0501 -D__USE_MINGW_ANSI_STDIO=1 -Wall -Wextra -O2 -c -o src/pathspec.o src/pathspec.c
In file included from src/common.h:30:0,
from src/pathspec.h:10,
from src/pathspec.c:10:
src/win32/mingw-compat.h:13:0: warning: "lseek" redefined [enabled by default]
# define lseek _lseeki64
^
In file included from /Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:14:0,
from src/common.h:21,
from src/pathspec.h:10,
from src/pathspec.c:10:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/io.h:335:0: note: this is the location of the previous definition
#define lseek lseek64
^
In file included from src/common.h:30:0,
from src/pathspec.h:10,
from src/pathspec.c:10:
src/win32/mingw-compat.h:14:0: warning: "stat" redefined [enabled by default]
# define stat _stati64
^
In file included from src/common.h:21:0,
from src/pathspec.h:10,
from src/pathspec.c:10:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:255:0: note: this is the location of the previous definition
#define stat _stat32i64
^
In file included from src/common.h:30:0,
from src/pathspec.h:10,
from src/pathspec.c:10:
src/win32/mingw-compat.h:15:0: warning: "fstat" redefined [enabled by default]
# define fstat _fstati64
^
In file included from src/common.h:21:0,
from src/pathspec.h:10,
from src/pathspec.c:10:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:256:0: note: this is the location of the previous definition
#define fstat _fstat32i64
^
i686-w64-mingw32-gcc -g -I. -Isrc -Iinclude -Ideps/http-parser -Ideps/zlib -Ideps/regex -DNO_VIZ -DSTDC -DNO_GZIP -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DWIN32 -D_WIN32_WINNT=0x0501 -D__USE_MINGW_ANSI_STDIO=1 -Wall -Wextra -O2 -c -o src/pool.o src/pool.c
In file included from src/common.h:30:0,
from src/pool.h:10,
from src/pool.c:1:
src/win32/mingw-compat.h:13:0: warning: "lseek" redefined [enabled by default]
# define lseek _lseeki64
^
In file included from /Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:14:0,
from src/common.h:21,
from src/pool.h:10,
from src/pool.c:1:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/io.h:335:0: note: this is the location of the previous definition
#define lseek lseek64
^
In file included from src/common.h:30:0,
from src/pool.h:10,
from src/pool.c:1:
src/win32/mingw-compat.h:14:0: warning: "stat" redefined [enabled by default]
# define stat _stati64
^
In file included from src/common.h:21:0,
from src/pool.h:10,
from src/pool.c:1:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:255:0: note: this is the location of the previous definition
#define stat _stat32i64
^
In file included from src/common.h:30:0,
from src/pool.h:10,
from src/pool.c:1:
src/win32/mingw-compat.h:15:0: warning: "fstat" redefined [enabled by default]
# define fstat _fstati64
^
In file included from src/common.h:21:0,
from src/pool.h:10,
from src/pool.c:1:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:256:0: note: this is the location of the previous definition
#define fstat _fstat32i64
^
i686-w64-mingw32-gcc -g -I. -Isrc -Iinclude -Ideps/http-parser -Ideps/zlib -Ideps/regex -DNO_VIZ -DSTDC -DNO_GZIP -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DWIN32 -D_WIN32_WINNT=0x0501 -D__USE_MINGW_ANSI_STDIO=1 -Wall -Wextra -O2 -c -o src/posix.o src/posix.c
In file included from src/common.h:30:0,
from src/posix.c:7:
src/win32/mingw-compat.h:13:0: warning: "lseek" redefined [enabled by default]
# define lseek _lseeki64
^
In file included from /Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:14:0,
from src/common.h:21,
from src/posix.c:7:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/io.h:335:0: note: this is the location of the previous definition
#define lseek lseek64
^
In file included from src/common.h:30:0,
from src/posix.c:7:
src/win32/mingw-compat.h:14:0: warning: "stat" redefined [enabled by default]
# define stat _stati64
^
In file included from src/common.h:21:0,
from src/posix.c:7:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:255:0: note: this is the location of the previous definition
#define stat _stat32i64
^
In file included from src/common.h:30:0,
from src/posix.c:7:
src/win32/mingw-compat.h:15:0: warning: "fstat" redefined [enabled by default]
# define fstat _fstati64
^
In file included from src/common.h:21:0,
from src/posix.c:7:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:256:0: note: this is the location of the previous definition
#define fstat _fstat32i64
^
i686-w64-mingw32-gcc -g -I. -Isrc -Iinclude -Ideps/http-parser -Ideps/zlib -Ideps/regex -DNO_VIZ -DSTDC -DNO_GZIP -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DWIN32 -D_WIN32_WINNT=0x0501 -D__USE_MINGW_ANSI_STDIO=1 -Wall -Wextra -O2 -c -o src/pqueue.o src/pqueue.c
In file included from src/common.h:30:0,
from src/pqueue.c:30:
src/win32/mingw-compat.h:13:0: warning: "lseek" redefined [enabled by default]
# define lseek _lseeki64
^
In file included from /Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:14:0,
from src/common.h:21,
from src/pqueue.c:30:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/io.h:335:0: note: this is the location of the previous definition
#define lseek lseek64
^
In file included from src/common.h:30:0,
from src/pqueue.c:30:
src/win32/mingw-compat.h:14:0: warning: "stat" redefined [enabled by default]
# define stat _stati64
^
In file included from src/common.h:21:0,
from src/pqueue.c:30:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:255:0: note: this is the location of the previous definition
#define stat _stat32i64
^
In file included from src/common.h:30:0,
from src/pqueue.c:30:
src/win32/mingw-compat.h:15:0: warning: "fstat" redefined [enabled by default]
# define fstat _fstati64
^
In file included from src/common.h:21:0,
from src/pqueue.c:30:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:256:0: note: this is the location of the previous definition
#define fstat _fstat32i64
^
i686-w64-mingw32-gcc -g -I. -Isrc -Iinclude -Ideps/http-parser -Ideps/zlib -Ideps/regex -DNO_VIZ -DSTDC -DNO_GZIP -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DWIN32 -D_WIN32_WINNT=0x0501 -D__USE_MINGW_ANSI_STDIO=1 -Wall -Wextra -O2 -c -o src/push.o src/push.c
In file included from src/common.h:30:0,
from src/push.c:10:
src/win32/mingw-compat.h:13:0: warning: "lseek" redefined [enabled by default]
# define lseek _lseeki64
^
In file included from /Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:14:0,
from src/common.h:21,
from src/push.c:10:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/io.h:335:0: note: this is the location of the previous definition
#define lseek lseek64
^
In file included from src/common.h:30:0,
from src/push.c:10:
src/win32/mingw-compat.h:14:0: warning: "stat" redefined [enabled by default]
# define stat _stati64
^
In file included from src/common.h:21:0,
from src/push.c:10:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:255:0: note: this is the location of the previous definition
#define stat _stat32i64
^
In file included from src/common.h:30:0,
from src/push.c:10:
src/win32/mingw-compat.h:15:0: warning: "fstat" redefined [enabled by default]
# define fstat _fstati64
^
In file included from src/common.h:21:0,
from src/push.c:10:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:256:0: note: this is the location of the previous definition
#define fstat _fstat32i64
^
i686-w64-mingw32-gcc -g -I. -Isrc -Iinclude -Ideps/http-parser -Ideps/zlib -Ideps/regex -DNO_VIZ -DSTDC -DNO_GZIP -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DWIN32 -D_WIN32_WINNT=0x0501 -D__USE_MINGW_ANSI_STDIO=1 -Wall -Wextra -O2 -c -o src/refdb.o src/refdb.c
In file included from src/common.h:30:0,
from src/refdb.c:8:
src/win32/mingw-compat.h:13:0: warning: "lseek" redefined [enabled by default]
# define lseek _lseeki64
^
In file included from /Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:14:0,
from src/common.h:21,
from src/refdb.c:8:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/io.h:335:0: note: this is the location of the previous definition
#define lseek lseek64
^
In file included from src/common.h:30:0,
from src/refdb.c:8:
src/win32/mingw-compat.h:14:0: warning: "stat" redefined [enabled by default]
# define stat _stati64
^
In file included from src/common.h:21:0,
from src/refdb.c:8:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:255:0: note: this is the location of the previous definition
#define stat _stat32i64
^
In file included from src/common.h:30:0,
from src/refdb.c:8:
src/win32/mingw-compat.h:15:0: warning: "fstat" redefined [enabled by default]
# define fstat _fstati64
^
In file included from src/common.h:21:0,
from src/refdb.c:8:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:256:0: note: this is the location of the previous definition
#define fstat _fstat32i64
^
i686-w64-mingw32-gcc -g -I. -Isrc -Iinclude -Ideps/http-parser -Ideps/zlib -Ideps/regex -DNO_VIZ -DSTDC -DNO_GZIP -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DWIN32 -D_WIN32_WINNT=0x0501 -D__USE_MINGW_ANSI_STDIO=1 -Wall -Wextra -O2 -c -o src/refdb_fs.o src/refdb_fs.c
In file included from src/common.h:30:0,
from src/refs.h:10,
from src/refdb_fs.c:8:
src/win32/mingw-compat.h:13:0: warning: "lseek" redefined [enabled by default]
# define lseek _lseeki64
^
In file included from /Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:14:0,
from src/common.h:21,
from src/refs.h:10,
from src/refdb_fs.c:8:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/io.h:335:0: note: this is the location of the previous definition
#define lseek lseek64
^
In file included from src/common.h:30:0,
from src/refs.h:10,
from src/refdb_fs.c:8:
src/win32/mingw-compat.h:14:0: warning: "stat" redefined [enabled by default]
# define stat _stati64
^
In file included from src/common.h:21:0,
from src/refs.h:10,
from src/refdb_fs.c:8:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:255:0: note: this is the location of the previous definition
#define stat _stat32i64
^
In file included from src/common.h:30:0,
from src/refs.h:10,
from src/refdb_fs.c:8:
src/win32/mingw-compat.h:15:0: warning: "fstat" redefined [enabled by default]
# define fstat _fstati64
^
In file included from src/common.h:21:0,
from src/refs.h:10,
from src/refdb_fs.c:8:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:256:0: note: this is the location of the previous definition
#define fstat _fstat32i64
^
i686-w64-mingw32-gcc -g -I. -Isrc -Iinclude -Ideps/http-parser -Ideps/zlib -Ideps/regex -DNO_VIZ -DSTDC -DNO_GZIP -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DWIN32 -D_WIN32_WINNT=0x0501 -D__USE_MINGW_ANSI_STDIO=1 -Wall -Wextra -O2 -c -o src/reflog.o src/reflog.c
In file included from src/common.h:30:0,
from src/reflog.h:10,
from src/reflog.c:8:
src/win32/mingw-compat.h:13:0: warning: "lseek" redefined [enabled by default]
# define lseek _lseeki64
^
In file included from /Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:14:0,
from src/common.h:21,
from src/reflog.h:10,
from src/reflog.c:8:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/io.h:335:0: note: this is the location of the previous definition
#define lseek lseek64
^
In file included from src/common.h:30:0,
from src/reflog.h:10,
from src/reflog.c:8:
src/win32/mingw-compat.h:14:0: warning: "stat" redefined [enabled by default]
# define stat _stati64
^
In file included from src/common.h:21:0,
from src/reflog.h:10,
from src/reflog.c:8:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:255:0: note: this is the location of the previous definition
#define stat _stat32i64
^
In file included from src/common.h:30:0,
from src/reflog.h:10,
from src/reflog.c:8:
src/win32/mingw-compat.h:15:0: warning: "fstat" redefined [enabled by default]
# define fstat _fstati64
^
In file included from src/common.h:21:0,
from src/reflog.h:10,
from src/reflog.c:8:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:256:0: note: this is the location of the previous definition
#define fstat _fstat32i64
^
i686-w64-mingw32-gcc -g -I. -Isrc -Iinclude -Ideps/http-parser -Ideps/zlib -Ideps/regex -DNO_VIZ -DSTDC -DNO_GZIP -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DWIN32 -D_WIN32_WINNT=0x0501 -D__USE_MINGW_ANSI_STDIO=1 -Wall -Wextra -O2 -c -o src/refs.o src/refs.c
In file included from src/common.h:30:0,
from src/refs.h:10,
from src/refs.c:8:
src/win32/mingw-compat.h:13:0: warning: "lseek" redefined [enabled by default]
# define lseek _lseeki64
^
In file included from /Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:14:0,
from src/common.h:21,
from src/refs.h:10,
from src/refs.c:8:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/io.h:335:0: note: this is the location of the previous definition
#define lseek lseek64
^
In file included from src/common.h:30:0,
from src/refs.h:10,
from src/refs.c:8:
src/win32/mingw-compat.h:14:0: warning: "stat" redefined [enabled by default]
# define stat _stati64
^
In file included from src/common.h:21:0,
from src/refs.h:10,
from src/refs.c:8:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:255:0: note: this is the location of the previous definition
#define stat _stat32i64
^
In file included from src/common.h:30:0,
from src/refs.h:10,
from src/refs.c:8:
src/win32/mingw-compat.h:15:0: warning: "fstat" redefined [enabled by default]
# define fstat _fstati64
^
In file included from src/common.h:21:0,
from src/refs.h:10,
from src/refs.c:8:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:256:0: note: this is the location of the previous definition
#define fstat _fstat32i64
^
i686-w64-mingw32-gcc -g -I. -Isrc -Iinclude -Ideps/http-parser -Ideps/zlib -Ideps/regex -DNO_VIZ -DSTDC -DNO_GZIP -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DWIN32 -D_WIN32_WINNT=0x0501 -D__USE_MINGW_ANSI_STDIO=1 -Wall -Wextra -O2 -c -o src/refspec.o src/refspec.c
In file included from src/common.h:30:0,
from src/refspec.c:10:
src/win32/mingw-compat.h:13:0: warning: "lseek" redefined [enabled by default]
# define lseek _lseeki64
^
In file included from /Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:14:0,
from src/common.h:21,
from src/refspec.c:10:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/io.h:335:0: note: this is the location of the previous definition
#define lseek lseek64
^
In file included from src/common.h:30:0,
from src/refspec.c:10:
src/win32/mingw-compat.h:14:0: warning: "stat" redefined [enabled by default]
# define stat _stati64
^
In file included from src/common.h:21:0,
from src/refspec.c:10:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:255:0: note: this is the location of the previous definition
#define stat _stat32i64
^
In file included from src/common.h:30:0,
from src/refspec.c:10:
src/win32/mingw-compat.h:15:0: warning: "fstat" redefined [enabled by default]
# define fstat _fstati64
^
In file included from src/common.h:21:0,
from src/refspec.c:10:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:256:0: note: this is the location of the previous definition
#define fstat _fstat32i64
^
i686-w64-mingw32-gcc -g -I. -Isrc -Iinclude -Ideps/http-parser -Ideps/zlib -Ideps/regex -DNO_VIZ -DSTDC -DNO_GZIP -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DWIN32 -D_WIN32_WINNT=0x0501 -D__USE_MINGW_ANSI_STDIO=1 -Wall -Wextra -O2 -c -o src/remote.o src/remote.c
In file included from src/common.h:30:0,
from src/oidmap.h:10,
from src/cache.h:15,
from src/repository.h:17,
from src/config.h:13,
from src/remote.c:13:
src/win32/mingw-compat.h:13:0: warning: "lseek" redefined [enabled by default]
# define lseek _lseeki64
^
In file included from /Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:14:0,
from src/common.h:21,
from src/oidmap.h:10,
from src/cache.h:15,
from src/repository.h:17,
from src/config.h:13,
from src/remote.c:13:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/io.h:335:0: note: this is the location of the previous definition
#define lseek lseek64
^
In file included from src/common.h:30:0,
from src/oidmap.h:10,
from src/cache.h:15,
from src/repository.h:17,
from src/config.h:13,
from src/remote.c:13:
src/win32/mingw-compat.h:14:0: warning: "stat" redefined [enabled by default]
# define stat _stati64
^
In file included from src/common.h:21:0,
from src/oidmap.h:10,
from src/cache.h:15,
from src/repository.h:17,
from src/config.h:13,
from src/remote.c:13:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:255:0: note: this is the location of the previous definition
#define stat _stat32i64
^
In file included from src/common.h:30:0,
from src/oidmap.h:10,
from src/cache.h:15,
from src/repository.h:17,
from src/config.h:13,
from src/remote.c:13:
src/win32/mingw-compat.h:15:0: warning: "fstat" redefined [enabled by default]
# define fstat _fstati64
^
In file included from src/common.h:21:0,
from src/oidmap.h:10,
from src/cache.h:15,
from src/repository.h:17,
from src/config.h:13,
from src/remote.c:13:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:256:0: note: this is the location of the previous definition
#define fstat _fstat32i64
^
i686-w64-mingw32-gcc -g -I. -Isrc -Iinclude -Ideps/http-parser -Ideps/zlib -Ideps/regex -DNO_VIZ -DSTDC -DNO_GZIP -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DWIN32 -D_WIN32_WINNT=0x0501 -D__USE_MINGW_ANSI_STDIO=1 -Wall -Wextra -O2 -c -o src/repository.o src/repository.c
In file included from src/common.h:30:0,
from src/repository.c:14:
src/win32/mingw-compat.h:13:0: warning: "lseek" redefined [enabled by default]
# define lseek _lseeki64
^
In file included from /Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:14:0,
from src/common.h:21,
from src/repository.c:14:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/io.h:335:0: note: this is the location of the previous definition
#define lseek lseek64
^
In file included from src/common.h:30:0,
from src/repository.c:14:
src/win32/mingw-compat.h:14:0: warning: "stat" redefined [enabled by default]
# define stat _stati64
^
In file included from src/common.h:21:0,
from src/repository.c:14:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:255:0: note: this is the location of the previous definition
#define stat _stat32i64
^
In file included from src/common.h:30:0,
from src/repository.c:14:
src/win32/mingw-compat.h:15:0: warning: "fstat" redefined [enabled by default]
# define fstat _fstati64
^
In file included from src/common.h:21:0,
from src/repository.c:14:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:256:0: note: this is the location of the previous definition
#define fstat _fstat32i64
^
src/repository.c: In function ‘git_repository_init’:
src/repository.c:1351:2: warning: missing initializer for field ‘flags’ of ‘git_repository_init_options’ [-Wmissing-field-initializers]
git_repository_init_options opts = GIT_REPOSITORY_INIT_OPTIONS_INIT;
^
In file included from src/repository.h:13:0,
from src/repository.c:15:
include/git2/repository.h:260:14: note: ‘flags’ declared here
uint32_t flags;
^
i686-w64-mingw32-gcc -g -I. -Isrc -Iinclude -Ideps/http-parser -Ideps/zlib -Ideps/regex -DNO_VIZ -DSTDC -DNO_GZIP -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DWIN32 -D_WIN32_WINNT=0x0501 -D__USE_MINGW_ANSI_STDIO=1 -Wall -Wextra -O2 -c -o src/reset.o src/reset.c
In file included from src/common.h:30:0,
from src/reset.c:8:
src/win32/mingw-compat.h:13:0: warning: "lseek" redefined [enabled by default]
# define lseek _lseeki64
^
In file included from /Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:14:0,
from src/common.h:21,
from src/reset.c:8:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/io.h:335:0: note: this is the location of the previous definition
#define lseek lseek64
^
In file included from src/common.h:30:0,
from src/reset.c:8:
src/win32/mingw-compat.h:14:0: warning: "stat" redefined [enabled by default]
# define stat _stati64
^
In file included from src/common.h:21:0,
from src/reset.c:8:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:255:0: note: this is the location of the previous definition
#define stat _stat32i64
^
In file included from src/common.h:30:0,
from src/reset.c:8:
src/win32/mingw-compat.h:15:0: warning: "fstat" redefined [enabled by default]
# define fstat _fstati64
^
In file included from src/common.h:21:0,
from src/reset.c:8:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:256:0: note: this is the location of the previous definition
#define fstat _fstat32i64
^
src/reset.c: In function ‘git_reset_default’:
src/reset.c:28:2: warning: missing initializer for field ‘interhunk_lines’ of ‘git_diff_options’ [-Wmissing-field-initializers]
git_diff_options opts = GIT_DIFF_OPTIONS_INIT;
^
In file included from include/git2/checkout.h:12:0,
from include/git2/merge.h:13,
from src/merge.h:14,
from src/reset.c:11:
include/git2/diff.h:324:11: note: ‘interhunk_lines’ declared here
uint16_t interhunk_lines; /**< defaults to 0 */
^
src/reset.c: In function ‘git_reset’:
src/reset.c:102:2: warning: missing initializer for field ‘checkout_strategy’ of ‘git_checkout_opts’ [-Wmissing-field-initializers]
git_checkout_opts opts = GIT_CHECKOUT_OPTS_INIT;
^
In file included from include/git2/merge.h:13:0,
from src/merge.h:14,
from src/reset.c:11:
include/git2/checkout.h:217:15: note: ‘checkout_strategy’ declared here
unsigned int checkout_strategy; /** default will be a dry run */
^
i686-w64-mingw32-gcc -g -I. -Isrc -Iinclude -Ideps/http-parser -Ideps/zlib -Ideps/regex -DNO_VIZ -DSTDC -DNO_GZIP -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DWIN32 -D_WIN32_WINNT=0x0501 -D__USE_MINGW_ANSI_STDIO=1 -Wall -Wextra -O2 -c -o src/revparse.o src/revparse.c
In file included from src/common.h:30:0,
from src/revparse.c:10:
src/win32/mingw-compat.h:13:0: warning: "lseek" redefined [enabled by default]
# define lseek _lseeki64
^
In file included from /Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:14:0,
from src/common.h:21,
from src/revparse.c:10:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/io.h:335:0: note: this is the location of the previous definition
#define lseek lseek64
^
In file included from src/common.h:30:0,
from src/revparse.c:10:
src/win32/mingw-compat.h:14:0: warning: "stat" redefined [enabled by default]
# define stat _stati64
^
In file included from src/common.h:21:0,
from src/revparse.c:10:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:255:0: note: this is the location of the previous definition
#define stat _stat32i64
^
In file included from src/common.h:30:0,
from src/revparse.c:10:
src/win32/mingw-compat.h:15:0: warning: "fstat" redefined [enabled by default]
# define fstat _fstati64
^
In file included from src/common.h:21:0,
from src/revparse.c:10:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:256:0: note: this is the location of the previous definition
#define fstat _fstat32i64
^
i686-w64-mingw32-gcc -g -I. -Isrc -Iinclude -Ideps/http-parser -Ideps/zlib -Ideps/regex -DNO_VIZ -DSTDC -DNO_GZIP -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DWIN32 -D_WIN32_WINNT=0x0501 -D__USE_MINGW_ANSI_STDIO=1 -Wall -Wextra -O2 -c -o src/revwalk.o src/revwalk.c
In file included from src/common.h:30:0,
from src/revwalk.c:8:
src/win32/mingw-compat.h:13:0: warning: "lseek" redefined [enabled by default]
# define lseek _lseeki64
^
In file included from /Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:14:0,
from src/common.h:21,
from src/revwalk.c:8:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/io.h:335:0: note: this is the location of the previous definition
#define lseek lseek64
^
In file included from src/common.h:30:0,
from src/revwalk.c:8:
src/win32/mingw-compat.h:14:0: warning: "stat" redefined [enabled by default]
# define stat _stati64
^
In file included from src/common.h:21:0,
from src/revwalk.c:8:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:255:0: note: this is the location of the previous definition
#define stat _stat32i64
^
In file included from src/common.h:30:0,
from src/revwalk.c:8:
src/win32/mingw-compat.h:15:0: warning: "fstat" redefined [enabled by default]
# define fstat _fstati64
^
In file included from src/common.h:21:0,
from src/revwalk.c:8:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:256:0: note: this is the location of the previous definition
#define fstat _fstat32i64
^
i686-w64-mingw32-gcc -g -I. -Isrc -Iinclude -Ideps/http-parser -Ideps/zlib -Ideps/regex -DNO_VIZ -DSTDC -DNO_GZIP -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DWIN32 -D_WIN32_WINNT=0x0501 -D__USE_MINGW_ANSI_STDIO=1 -Wall -Wextra -O2 -c -o src/sha1_lookup.o src/sha1_lookup.c
In file included from src/common.h:30:0,
from src/sha1_lookup.c:11:
src/win32/mingw-compat.h:13:0: warning: "lseek" redefined [enabled by default]
# define lseek _lseeki64
^
In file included from /Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:14:0,
from src/common.h:21,
from src/sha1_lookup.c:11:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/io.h:335:0: note: this is the location of the previous definition
#define lseek lseek64
^
In file included from src/common.h:30:0,
from src/sha1_lookup.c:11:
src/win32/mingw-compat.h:14:0: warning: "stat" redefined [enabled by default]
# define stat _stati64
^
In file included from src/common.h:21:0,
from src/sha1_lookup.c:11:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:255:0: note: this is the location of the previous definition
#define stat _stat32i64
^
In file included from src/common.h:30:0,
from src/sha1_lookup.c:11:
src/win32/mingw-compat.h:15:0: warning: "fstat" redefined [enabled by default]
# define fstat _fstati64
^
In file included from src/common.h:21:0,
from src/sha1_lookup.c:11:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:256:0: note: this is the location of the previous definition
#define fstat _fstat32i64
^
i686-w64-mingw32-gcc -g -I. -Isrc -Iinclude -Ideps/http-parser -Ideps/zlib -Ideps/regex -DNO_VIZ -DSTDC -DNO_GZIP -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DWIN32 -D_WIN32_WINNT=0x0501 -D__USE_MINGW_ANSI_STDIO=1 -Wall -Wextra -O2 -c -o src/signature.o src/signature.c
In file included from src/common.h:30:0,
from src/signature.c:8:
src/win32/mingw-compat.h:13:0: warning: "lseek" redefined [enabled by default]
# define lseek _lseeki64
^
In file included from /Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:14:0,
from src/common.h:21,
from src/signature.c:8:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/io.h:335:0: note: this is the location of the previous definition
#define lseek lseek64
^
In file included from src/common.h:30:0,
from src/signature.c:8:
src/win32/mingw-compat.h:14:0: warning: "stat" redefined [enabled by default]
# define stat _stati64
^
In file included from src/common.h:21:0,
from src/signature.c:8:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:255:0: note: this is the location of the previous definition
#define stat _stat32i64
^
In file included from src/common.h:30:0,
from src/signature.c:8:
src/win32/mingw-compat.h:15:0: warning: "fstat" redefined [enabled by default]
# define fstat _fstati64
^
In file included from src/common.h:21:0,
from src/signature.c:8:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:256:0: note: this is the location of the previous definition
#define fstat _fstat32i64
^
i686-w64-mingw32-gcc -g -I. -Isrc -Iinclude -Ideps/http-parser -Ideps/zlib -Ideps/regex -DNO_VIZ -DSTDC -DNO_GZIP -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DWIN32 -D_WIN32_WINNT=0x0501 -D__USE_MINGW_ANSI_STDIO=1 -Wall -Wextra -O2 -c -o src/stash.o src/stash.c
In file included from src/common.h:30:0,
from src/stash.c:8:
src/win32/mingw-compat.h:13:0: warning: "lseek" redefined [enabled by default]
# define lseek _lseeki64
^
In file included from /Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:14:0,
from src/common.h:21,
from src/stash.c:8:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/io.h:335:0: note: this is the location of the previous definition
#define lseek lseek64
^
In file included from src/common.h:30:0,
from src/stash.c:8:
src/win32/mingw-compat.h:14:0: warning: "stat" redefined [enabled by default]
# define stat _stati64
^
In file included from src/common.h:21:0,
from src/stash.c:8:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:255:0: note: this is the location of the previous definition
#define stat _stat32i64
^
In file included from src/common.h:30:0,
from src/stash.c:8:
src/win32/mingw-compat.h:15:0: warning: "fstat" redefined [enabled by default]
# define fstat _fstati64
^
In file included from src/common.h:21:0,
from src/stash.c:8:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:256:0: note: this is the location of the previous definition
#define fstat _fstat32i64
^
src/stash.c: In function ‘build_untracked_tree’:
src/stash.c:225:2: warning: missing initializer for field ‘interhunk_lines’ of ‘git_diff_options’ [-Wmissing-field-initializers]
git_diff_options opts = GIT_DIFF_OPTIONS_INIT;
^
In file included from src/stash.c:13:0:
include/git2/diff.h:324:11: note: ‘interhunk_lines’ declared here
uint16_t interhunk_lines; /**< defaults to 0 */
^
src/stash.c: In function ‘build_workdir_tree’:
src/stash.c:315:2: warning: missing initializer for field ‘interhunk_lines’ of ‘git_diff_options’ [-Wmissing-field-initializers]
git_diff_options opts = GIT_DIFF_OPTIONS_INIT;
^
In file included from src/stash.c:13:0:
include/git2/diff.h:324:11: note: ‘interhunk_lines’ declared here
uint16_t interhunk_lines; /**< defaults to 0 */
^
src/stash.c: In function ‘ensure_there_are_changes_to_stash’:
src/stash.c:474:2: warning: missing initializer for field ‘show’ of ‘git_status_options’ [-Wmissing-field-initializers]
git_status_options opts = GIT_STATUS_OPTIONS_INIT;
^
In file included from src/stash.c:15:0:
include/git2/status.h:162:20: note: ‘show’ declared here
git_status_show_t show;
^
src/stash.c: In function ‘reset_index_and_workdir’:
src/stash.c:500:2: warning: missing initializer for field ‘checkout_strategy’ of ‘git_checkout_opts’ [-Wmissing-field-initializers]
git_checkout_opts opts = GIT_CHECKOUT_OPTS_INIT;
^
In file included from src/stash.c:16:0:
include/git2/checkout.h:217:15: note: ‘checkout_strategy’ declared here
unsigned int checkout_strategy; /** default will be a dry run */
^
i686-w64-mingw32-gcc -g -I. -Isrc -Iinclude -Ideps/http-parser -Ideps/zlib -Ideps/regex -DNO_VIZ -DSTDC -DNO_GZIP -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DWIN32 -D_WIN32_WINNT=0x0501 -D__USE_MINGW_ANSI_STDIO=1 -Wall -Wextra -O2 -c -o src/status.o src/status.c
In file included from src/common.h:30:0,
from src/status.c:8:
src/win32/mingw-compat.h:13:0: warning: "lseek" redefined [enabled by default]
# define lseek _lseeki64
^
In file included from /Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:14:0,
from src/common.h:21,
from src/status.c:8:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/io.h:335:0: note: this is the location of the previous definition
#define lseek lseek64
^
In file included from src/common.h:30:0,
from src/status.c:8:
src/win32/mingw-compat.h:14:0: warning: "stat" redefined [enabled by default]
# define stat _stati64
^
In file included from src/common.h:21:0,
from src/status.c:8:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:255:0: note: this is the location of the previous definition
#define stat _stat32i64
^
In file included from src/common.h:30:0,
from src/status.c:8:
src/win32/mingw-compat.h:15:0: warning: "fstat" redefined [enabled by default]
# define fstat _fstati64
^
In file included from src/common.h:21:0,
from src/status.c:8:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:256:0: note: this is the location of the previous definition
#define fstat _fstat32i64
^
src/status.c: In function ‘git_status_list_new’:
src/status.c:253:2: warning: missing initializer for field ‘interhunk_lines’ of ‘git_diff_options’ [-Wmissing-field-initializers]
git_diff_options diffopt = GIT_DIFF_OPTIONS_INIT;
^
In file included from include/git2/checkout.h:12:0,
from include/git2/merge.h:13,
from include/git2.h:25,
from src/status.c:9:
include/git2/diff.h:324:11: note: ‘interhunk_lines’ declared here
uint16_t interhunk_lines; /**< defaults to 0 */
^
src/status.c:254:2: warning: missing initializer for field ‘flags’ of ‘git_diff_find_options’ [-Wmissing-field-initializers]
git_diff_find_options findopts_i2w = GIT_DIFF_FIND_OPTIONS_INIT;
^
In file included from include/git2/checkout.h:12:0,
from include/git2/merge.h:13,
from include/git2.h:25,
from src/status.c:9:
include/git2/diff.h:498:11: note: ‘flags’ declared here
uint32_t flags;
^
src/status.c: In function ‘git_status_file’:
src/status.c:460:2: warning: missing initializer for field ‘show’ of ‘git_status_options’ [-Wmissing-field-initializers]
git_status_options opts = GIT_STATUS_OPTIONS_INIT;
^
In file included from include/git2.h:51:0,
from src/status.c:9:
include/git2/status.h:162:20: note: ‘show’ declared here
git_status_show_t show;
^
i686-w64-mingw32-gcc -g -I. -Isrc -Iinclude -Ideps/http-parser -Ideps/zlib -Ideps/regex -DNO_VIZ -DSTDC -DNO_GZIP -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DWIN32 -D_WIN32_WINNT=0x0501 -D__USE_MINGW_ANSI_STDIO=1 -Wall -Wextra -O2 -c -o src/submodule.o src/submodule.c
In file included from src/common.h:30:0,
from src/submodule.c:8:
src/win32/mingw-compat.h:13:0: warning: "lseek" redefined [enabled by default]
# define lseek _lseeki64
^
In file included from /Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:14:0,
from src/common.h:21,
from src/submodule.c:8:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/io.h:335:0: note: this is the location of the previous definition
#define lseek lseek64
^
In file included from src/common.h:30:0,
from src/submodule.c:8:
src/win32/mingw-compat.h:14:0: warning: "stat" redefined [enabled by default]
# define stat _stati64
^
In file included from src/common.h:21:0,
from src/submodule.c:8:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:255:0: note: this is the location of the previous definition
#define stat _stat32i64
^
In file included from src/common.h:30:0,
from src/submodule.c:8:
src/win32/mingw-compat.h:15:0: warning: "fstat" redefined [enabled by default]
# define fstat _fstati64
^
In file included from src/common.h:21:0,
from src/submodule.c:8:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:256:0: note: this is the location of the previous definition
#define fstat _fstat32i64
^
src/submodule.c: In function ‘git_submodule_add_setup’:
src/submodule.c:211:2: warning: missing initializer for field ‘flags’ of ‘git_repository_init_options’ [-Wmissing-field-initializers]
git_repository_init_options initopt = GIT_REPOSITORY_INIT_OPTIONS_INIT;
^
In file included from include/git2.h:23:0,
from src/config.h:10,
from src/submodule.c:18:
include/git2/repository.h:260:14: note: ‘flags’ declared here
uint32_t flags;
^
src/submodule.c: In function ‘submodule_get_wd_status’:
src/submodule.c:1526:2: warning: missing initializer for field ‘interhunk_lines’ of ‘git_diff_options’ [-Wmissing-field-initializers]
git_diff_options opt = GIT_DIFF_OPTIONS_INIT;
^
In file included from include/git2/checkout.h:12:0,
from include/git2/merge.h:13,
from include/git2.h:25,
from src/config.h:10,
from src/submodule.c:18:
include/git2/diff.h:324:11: note: ‘interhunk_lines’ declared here
uint16_t interhunk_lines; /**< defaults to 0 */
^
i686-w64-mingw32-gcc -g -I. -Isrc -Iinclude -Ideps/http-parser -Ideps/zlib -Ideps/regex -DNO_VIZ -DSTDC -DNO_GZIP -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DWIN32 -D_WIN32_WINNT=0x0501 -D__USE_MINGW_ANSI_STDIO=1 -Wall -Wextra -O2 -c -o src/tag.o src/tag.c
In file included from src/common.h:30:0,
from src/tag.c:8:
src/win32/mingw-compat.h:13:0: warning: "lseek" redefined [enabled by default]
# define lseek _lseeki64
^
In file included from /Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:14:0,
from src/common.h:21,
from src/tag.c:8:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/io.h:335:0: note: this is the location of the previous definition
#define lseek lseek64
^
In file included from src/common.h:30:0,
from src/tag.c:8:
src/win32/mingw-compat.h:14:0: warning: "stat" redefined [enabled by default]
# define stat _stati64
^
In file included from src/common.h:21:0,
from src/tag.c:8:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:255:0: note: this is the location of the previous definition
#define stat _stat32i64
^
In file included from src/common.h:30:0,
from src/tag.c:8:
src/win32/mingw-compat.h:15:0: warning: "fstat" redefined [enabled by default]
# define fstat _fstati64
^
In file included from src/common.h:21:0,
from src/tag.c:8:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:256:0: note: this is the location of the previous definition
#define fstat _fstat32i64
^
i686-w64-mingw32-gcc -g -I. -Isrc -Iinclude -Ideps/http-parser -Ideps/zlib -Ideps/regex -DNO_VIZ -DSTDC -DNO_GZIP -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DWIN32 -D_WIN32_WINNT=0x0501 -D__USE_MINGW_ANSI_STDIO=1 -Wall -Wextra -O2 -c -o src/thread-utils.o src/thread-utils.c
In file included from src/common.h:30:0,
from src/thread-utils.c:7:
src/win32/mingw-compat.h:13:0: warning: "lseek" redefined [enabled by default]
# define lseek _lseeki64
^
In file included from /Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:14:0,
from src/common.h:21,
from src/thread-utils.c:7:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/io.h:335:0: note: this is the location of the previous definition
#define lseek lseek64
^
In file included from src/common.h:30:0,
from src/thread-utils.c:7:
src/win32/mingw-compat.h:14:0: warning: "stat" redefined [enabled by default]
# define stat _stati64
^
In file included from src/common.h:21:0,
from src/thread-utils.c:7:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:255:0: note: this is the location of the previous definition
#define stat _stat32i64
^
In file included from src/common.h:30:0,
from src/thread-utils.c:7:
src/win32/mingw-compat.h:15:0: warning: "fstat" redefined [enabled by default]
# define fstat _fstati64
^
In file included from src/common.h:21:0,
from src/thread-utils.c:7:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:256:0: note: this is the location of the previous definition
#define fstat _fstat32i64
^
i686-w64-mingw32-gcc -g -I. -Isrc -Iinclude -Ideps/http-parser -Ideps/zlib -Ideps/regex -DNO_VIZ -DSTDC -DNO_GZIP -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DWIN32 -D_WIN32_WINNT=0x0501 -D__USE_MINGW_ANSI_STDIO=1 -Wall -Wextra -O2 -c -o src/trace.o src/trace.c
In file included from src/common.h:30:0,
from src/buffer.h:10,
from src/trace.c:8:
src/win32/mingw-compat.h:13:0: warning: "lseek" redefined [enabled by default]
# define lseek _lseeki64
^
In file included from /Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:14:0,
from src/common.h:21,
from src/buffer.h:10,
from src/trace.c:8:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/io.h:335:0: note: this is the location of the previous definition
#define lseek lseek64
^
In file included from src/common.h:30:0,
from src/buffer.h:10,
from src/trace.c:8:
src/win32/mingw-compat.h:14:0: warning: "stat" redefined [enabled by default]
# define stat _stati64
^
In file included from src/common.h:21:0,
from src/buffer.h:10,
from src/trace.c:8:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:255:0: note: this is the location of the previous definition
#define stat _stat32i64
^
In file included from src/common.h:30:0,
from src/buffer.h:10,
from src/trace.c:8:
src/win32/mingw-compat.h:15:0: warning: "fstat" redefined [enabled by default]
# define fstat _fstati64
^
In file included from src/common.h:21:0,
from src/buffer.h:10,
from src/trace.c:8:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:256:0: note: this is the location of the previous definition
#define fstat _fstat32i64
^
i686-w64-mingw32-gcc -g -I. -Isrc -Iinclude -Ideps/http-parser -Ideps/zlib -Ideps/regex -DNO_VIZ -DSTDC -DNO_GZIP -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DWIN32 -D_WIN32_WINNT=0x0501 -D__USE_MINGW_ANSI_STDIO=1 -Wall -Wextra -O2 -c -o src/transport.o src/transport.c
In file included from src/common.h:30:0,
from src/transport.c:7:
src/win32/mingw-compat.h:13:0: warning: "lseek" redefined [enabled by default]
# define lseek _lseeki64
^
In file included from /Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:14:0,
from src/common.h:21,
from src/transport.c:7:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/io.h:335:0: note: this is the location of the previous definition
#define lseek lseek64
^
In file included from src/common.h:30:0,
from src/transport.c:7:
src/win32/mingw-compat.h:14:0: warning: "stat" redefined [enabled by default]
# define stat _stati64
^
In file included from src/common.h:21:0,
from src/transport.c:7:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:255:0: note: this is the location of the previous definition
#define stat _stat32i64
^
In file included from src/common.h:30:0,
from src/transport.c:7:
src/win32/mingw-compat.h:15:0: warning: "fstat" redefined [enabled by default]
# define fstat _fstati64
^
In file included from src/common.h:21:0,
from src/transport.c:7:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:256:0: note: this is the location of the previous definition
#define fstat _fstat32i64
^
src/transport.c:42:2: warning: missing initializer for field ‘param’ of ‘transport_definition’ [-Wmissing-field-initializers]
{NULL, 0, 0}
^
src/transport.c:18:8: note: ‘param’ declared here
void *param;
^
i686-w64-mingw32-gcc -g -I. -Isrc -Iinclude -Ideps/http-parser -Ideps/zlib -Ideps/regex -DNO_VIZ -DSTDC -DNO_GZIP -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DWIN32 -D_WIN32_WINNT=0x0501 -D__USE_MINGW_ANSI_STDIO=1 -Wall -Wextra -O2 -c -o src/tree-cache.o src/tree-cache.c
In file included from src/common.h:30:0,
from src/tree-cache.h:11,
from src/tree-cache.c:8:
src/win32/mingw-compat.h:13:0: warning: "lseek" redefined [enabled by default]
# define lseek _lseeki64
^
In file included from /Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:14:0,
from src/common.h:21,
from src/tree-cache.h:11,
from src/tree-cache.c:8:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/io.h:335:0: note: this is the location of the previous definition
#define lseek lseek64
^
In file included from src/common.h:30:0,
from src/tree-cache.h:11,
from src/tree-cache.c:8:
src/win32/mingw-compat.h:14:0: warning: "stat" redefined [enabled by default]
# define stat _stati64
^
In file included from src/common.h:21:0,
from src/tree-cache.h:11,
from src/tree-cache.c:8:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:255:0: note: this is the location of the previous definition
#define stat _stat32i64
^
In file included from src/common.h:30:0,
from src/tree-cache.h:11,
from src/tree-cache.c:8:
src/win32/mingw-compat.h:15:0: warning: "fstat" redefined [enabled by default]
# define fstat _fstati64
^
In file included from src/common.h:21:0,
from src/tree-cache.h:11,
from src/tree-cache.c:8:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:256:0: note: this is the location of the previous definition
#define fstat _fstat32i64
^
i686-w64-mingw32-gcc -g -I. -Isrc -Iinclude -Ideps/http-parser -Ideps/zlib -Ideps/regex -DNO_VIZ -DSTDC -DNO_GZIP -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DWIN32 -D_WIN32_WINNT=0x0501 -D__USE_MINGW_ANSI_STDIO=1 -Wall -Wextra -O2 -c -o src/tree.o src/tree.c
In file included from src/common.h:30:0,
from src/tree.c:8:
src/win32/mingw-compat.h:13:0: warning: "lseek" redefined [enabled by default]
# define lseek _lseeki64
^
In file included from /Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:14:0,
from src/common.h:21,
from src/tree.c:8:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/io.h:335:0: note: this is the location of the previous definition
#define lseek lseek64
^
In file included from src/common.h:30:0,
from src/tree.c:8:
src/win32/mingw-compat.h:14:0: warning: "stat" redefined [enabled by default]
# define stat _stati64
^
In file included from src/common.h:21:0,
from src/tree.c:8:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:255:0: note: this is the location of the previous definition
#define stat _stat32i64
^
In file included from src/common.h:30:0,
from src/tree.c:8:
src/win32/mingw-compat.h:15:0: warning: "fstat" redefined [enabled by default]
# define fstat _fstati64
^
In file included from src/common.h:21:0,
from src/tree.c:8:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:256:0: note: this is the location of the previous definition
#define fstat _fstat32i64
^
i686-w64-mingw32-gcc -g -I. -Isrc -Iinclude -Ideps/http-parser -Ideps/zlib -Ideps/regex -DNO_VIZ -DSTDC -DNO_GZIP -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DWIN32 -D_WIN32_WINNT=0x0501 -D__USE_MINGW_ANSI_STDIO=1 -Wall -Wextra -O2 -c -o src/tsort.o src/tsort.c
In file included from src/common.h:30:0,
from src/tsort.c:8:
src/win32/mingw-compat.h:13:0: warning: "lseek" redefined [enabled by default]
# define lseek _lseeki64
^
In file included from /Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:14:0,
from src/common.h:21,
from src/tsort.c:8:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/io.h:335:0: note: this is the location of the previous definition
#define lseek lseek64
^
In file included from src/common.h:30:0,
from src/tsort.c:8:
src/win32/mingw-compat.h:14:0: warning: "stat" redefined [enabled by default]
# define stat _stati64
^
In file included from src/common.h:21:0,
from src/tsort.c:8:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:255:0: note: this is the location of the previous definition
#define stat _stat32i64
^
In file included from src/common.h:30:0,
from src/tsort.c:8:
src/win32/mingw-compat.h:15:0: warning: "fstat" redefined [enabled by default]
# define fstat _fstati64
^
In file included from src/common.h:21:0,
from src/tsort.c:8:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:256:0: note: this is the location of the previous definition
#define fstat _fstat32i64
^
i686-w64-mingw32-gcc -g -I. -Isrc -Iinclude -Ideps/http-parser -Ideps/zlib -Ideps/regex -DNO_VIZ -DSTDC -DNO_GZIP -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DWIN32 -D_WIN32_WINNT=0x0501 -D__USE_MINGW_ANSI_STDIO=1 -Wall -Wextra -O2 -c -o src/util.o src/util.c
In file included from src/common.h:30:0,
from src/util.c:8:
src/win32/mingw-compat.h:13:0: warning: "lseek" redefined [enabled by default]
# define lseek _lseeki64
^
In file included from /Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:14:0,
from src/common.h:21,
from src/util.c:8:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/io.h:335:0: note: this is the location of the previous definition
#define lseek lseek64
^
In file included from src/common.h:30:0,
from src/util.c:8:
src/win32/mingw-compat.h:14:0: warning: "stat" redefined [enabled by default]
# define stat _stati64
^
In file included from src/common.h:21:0,
from src/util.c:8:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:255:0: note: this is the location of the previous definition
#define stat _stat32i64
^
In file included from src/common.h:30:0,
from src/util.c:8:
src/win32/mingw-compat.h:15:0: warning: "fstat" redefined [enabled by default]
# define fstat _fstati64
^
In file included from src/common.h:21:0,
from src/util.c:8:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:256:0: note: this is the location of the previous definition
#define fstat _fstat32i64
^
src/util.c:702:28: warning: ‘git__qsort_r_glue_cmp’ defined but not used [-Wunused-function]
static int GIT_STDLIB_CALL git__qsort_r_glue_cmp(
^
i686-w64-mingw32-gcc -g -I. -Isrc -Iinclude -Ideps/http-parser -Ideps/zlib -Ideps/regex -DNO_VIZ -DSTDC -DNO_GZIP -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DWIN32 -D_WIN32_WINNT=0x0501 -D__USE_MINGW_ANSI_STDIO=1 -Wall -Wextra -O2 -c -o src/vector.o src/vector.c
In file included from src/common.h:30:0,
from src/vector.c:8:
src/win32/mingw-compat.h:13:0: warning: "lseek" redefined [enabled by default]
# define lseek _lseeki64
^
In file included from /Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:14:0,
from src/common.h:21,
from src/vector.c:8:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/io.h:335:0: note: this is the location of the previous definition
#define lseek lseek64
^
In file included from src/common.h:30:0,
from src/vector.c:8:
src/win32/mingw-compat.h:14:0: warning: "stat" redefined [enabled by default]
# define stat _stati64
^
In file included from src/common.h:21:0,
from src/vector.c:8:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:255:0: note: this is the location of the previous definition
#define stat _stat32i64
^
In file included from src/common.h:30:0,
from src/vector.c:8:
src/win32/mingw-compat.h:15:0: warning: "fstat" redefined [enabled by default]
# define fstat _fstati64
^
In file included from src/common.h:21:0,
from src/vector.c:8:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:256:0: note: this is the location of the previous definition
#define fstat _fstat32i64
^
i686-w64-mingw32-gcc -g -I. -Isrc -Iinclude -Ideps/http-parser -Ideps/zlib -Ideps/regex -DNO_VIZ -DSTDC -DNO_GZIP -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DWIN32 -D_WIN32_WINNT=0x0501 -D__USE_MINGW_ANSI_STDIO=1 -Wall -Wextra -O2 -c -o src/transports/cred.o src/transports/cred.c
In file included from src/common.h:30:0,
from src/posix.h:10,
from src/netops.h:10,
from src/transports/smart.h:9,
from src/transports/cred.c:9:
src/win32/mingw-compat.h:13:0: warning: "lseek" redefined [enabled by default]
# define lseek _lseeki64
^
In file included from /Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:14:0,
from src/common.h:21,
from src/posix.h:10,
from src/netops.h:10,
from src/transports/smart.h:9,
from src/transports/cred.c:9:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/io.h:335:0: note: this is the location of the previous definition
#define lseek lseek64
^
In file included from src/common.h:30:0,
from src/posix.h:10,
from src/netops.h:10,
from src/transports/smart.h:9,
from src/transports/cred.c:9:
src/win32/mingw-compat.h:14:0: warning: "stat" redefined [enabled by default]
# define stat _stati64
^
In file included from src/common.h:21:0,
from src/posix.h:10,
from src/netops.h:10,
from src/transports/smart.h:9,
from src/transports/cred.c:9:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:255:0: note: this is the location of the previous definition
#define stat _stat32i64
^
In file included from src/common.h:30:0,
from src/posix.h:10,
from src/netops.h:10,
from src/transports/smart.h:9,
from src/transports/cred.c:9:
src/win32/mingw-compat.h:15:0: warning: "fstat" redefined [enabled by default]
# define fstat _fstati64
^
In file included from src/common.h:21:0,
from src/posix.h:10,
from src/netops.h:10,
from src/transports/smart.h:9,
from src/transports/cred.c:9:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:256:0: note: this is the location of the previous definition
#define fstat _fstat32i64
^
i686-w64-mingw32-gcc -g -I. -Isrc -Iinclude -Ideps/http-parser -Ideps/zlib -Ideps/regex -DNO_VIZ -DSTDC -DNO_GZIP -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DWIN32 -D_WIN32_WINNT=0x0501 -D__USE_MINGW_ANSI_STDIO=1 -Wall -Wextra -O2 -c -o src/transports/cred_helpers.o src/transports/cred_helpers.c
In file included from src/common.h:30:0,
from src/transports/cred_helpers.c:8:
src/win32/mingw-compat.h:13:0: warning: "lseek" redefined [enabled by default]
# define lseek _lseeki64
^
In file included from /Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:14:0,
from src/common.h:21,
from src/transports/cred_helpers.c:8:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/io.h:335:0: note: this is the location of the previous definition
#define lseek lseek64
^
In file included from src/common.h:30:0,
from src/transports/cred_helpers.c:8:
src/win32/mingw-compat.h:14:0: warning: "stat" redefined [enabled by default]
# define stat _stati64
^
In file included from src/common.h:21:0,
from src/transports/cred_helpers.c:8:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:255:0: note: this is the location of the previous definition
#define stat _stat32i64
^
In file included from src/common.h:30:0,
from src/transports/cred_helpers.c:8:
src/win32/mingw-compat.h:15:0: warning: "fstat" redefined [enabled by default]
# define fstat _fstati64
^
In file included from src/common.h:21:0,
from src/transports/cred_helpers.c:8:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:256:0: note: this is the location of the previous definition
#define fstat _fstat32i64
^
i686-w64-mingw32-gcc -g -I. -Isrc -Iinclude -Ideps/http-parser -Ideps/zlib -Ideps/regex -DNO_VIZ -DSTDC -DNO_GZIP -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DWIN32 -D_WIN32_WINNT=0x0501 -D__USE_MINGW_ANSI_STDIO=1 -Wall -Wextra -O2 -c -o src/transports/git.o src/transports/git.c
In file included from src/common.h:30:0,
from src/buffer.h:10,
from src/transports/git.c:9:
src/win32/mingw-compat.h:13:0: warning: "lseek" redefined [enabled by default]
# define lseek _lseeki64
^
In file included from /Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:14:0,
from src/common.h:21,
from src/buffer.h:10,
from src/transports/git.c:9:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/io.h:335:0: note: this is the location of the previous definition
#define lseek lseek64
^
In file included from src/common.h:30:0,
from src/buffer.h:10,
from src/transports/git.c:9:
src/win32/mingw-compat.h:14:0: warning: "stat" redefined [enabled by default]
# define stat _stati64
^
In file included from src/common.h:21:0,
from src/buffer.h:10,
from src/transports/git.c:9:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:255:0: note: this is the location of the previous definition
#define stat _stat32i64
^
In file included from src/common.h:30:0,
from src/buffer.h:10,
from src/transports/git.c:9:
src/win32/mingw-compat.h:15:0: warning: "fstat" redefined [enabled by default]
# define fstat _fstati64
^
In file included from src/common.h:21:0,
from src/buffer.h:10,
from src/transports/git.c:9:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:256:0: note: this is the location of the previous definition
#define fstat _fstat32i64
^
i686-w64-mingw32-gcc -g -I. -Isrc -Iinclude -Ideps/http-parser -Ideps/zlib -Ideps/regex -DNO_VIZ -DSTDC -DNO_GZIP -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DWIN32 -D_WIN32_WINNT=0x0501 -D__USE_MINGW_ANSI_STDIO=1 -Wall -Wextra -O2 -c -o src/transports/http.o src/transports/http.c
In file included from src/common.h:30:0,
from src/buffer.h:10,
from src/transports/http.c:11:
src/win32/mingw-compat.h:13:0: warning: "lseek" redefined [enabled by default]
# define lseek _lseeki64
^
In file included from /Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:14:0,
from src/common.h:21,
from src/buffer.h:10,
from src/transports/http.c:11:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/io.h:335:0: note: this is the location of the previous definition
#define lseek lseek64
^
In file included from src/common.h:30:0,
from src/buffer.h:10,
from src/transports/http.c:11:
src/win32/mingw-compat.h:14:0: warning: "stat" redefined [enabled by default]
# define stat _stati64
^
In file included from src/common.h:21:0,
from src/buffer.h:10,
from src/transports/http.c:11:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:255:0: note: this is the location of the previous definition
#define stat _stat32i64
^
In file included from src/common.h:30:0,
from src/buffer.h:10,
from src/transports/http.c:11:
src/win32/mingw-compat.h:15:0: warning: "fstat" redefined [enabled by default]
# define fstat _fstati64
^
In file included from src/common.h:21:0,
from src/buffer.h:10,
from src/transports/http.c:11:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:256:0: note: this is the location of the previous definition
#define fstat _fstat32i64
^
i686-w64-mingw32-gcc -g -I. -Isrc -Iinclude -Ideps/http-parser -Ideps/zlib -Ideps/regex -DNO_VIZ -DSTDC -DNO_GZIP -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DWIN32 -D_WIN32_WINNT=0x0501 -D__USE_MINGW_ANSI_STDIO=1 -Wall -Wextra -O2 -c -o src/transports/local.o src/transports/local.c
In file included from src/common.h:30:0,
from src/transports/local.c:7:
src/win32/mingw-compat.h:13:0: warning: "lseek" redefined [enabled by default]
# define lseek _lseeki64
^
In file included from /Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:14:0,
from src/common.h:21,
from src/transports/local.c:7:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/io.h:335:0: note: this is the location of the previous definition
#define lseek lseek64
^
In file included from src/common.h:30:0,
from src/transports/local.c:7:
src/win32/mingw-compat.h:14:0: warning: "stat" redefined [enabled by default]
# define stat _stati64
^
In file included from src/common.h:21:0,
from src/transports/local.c:7:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:255:0: note: this is the location of the previous definition
#define stat _stat32i64
^
In file included from src/common.h:30:0,
from src/transports/local.c:7:
src/win32/mingw-compat.h:15:0: warning: "fstat" redefined [enabled by default]
# define fstat _fstati64
^
In file included from src/common.h:21:0,
from src/transports/local.c:7:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:256:0: note: this is the location of the previous definition
#define fstat _fstat32i64
^
i686-w64-mingw32-gcc -g -I. -Isrc -Iinclude -Ideps/http-parser -Ideps/zlib -Ideps/regex -DNO_VIZ -DSTDC -DNO_GZIP -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DWIN32 -D_WIN32_WINNT=0x0501 -D__USE_MINGW_ANSI_STDIO=1 -Wall -Wextra -O2 -c -o src/transports/smart.o src/transports/smart.c
In file included from src/common.h:30:0,
from src/posix.h:10,
from src/netops.h:10,
from src/transports/smart.h:9,
from src/transports/smart.c:8:
src/win32/mingw-compat.h:13:0: warning: "lseek" redefined [enabled by default]
# define lseek _lseeki64
^
In file included from /Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:14:0,
from src/common.h:21,
from src/posix.h:10,
from src/netops.h:10,
from src/transports/smart.h:9,
from src/transports/smart.c:8:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/io.h:335:0: note: this is the location of the previous definition
#define lseek lseek64
^
In file included from src/common.h:30:0,
from src/posix.h:10,
from src/netops.h:10,
from src/transports/smart.h:9,
from src/transports/smart.c:8:
src/win32/mingw-compat.h:14:0: warning: "stat" redefined [enabled by default]
# define stat _stati64
^
In file included from src/common.h:21:0,
from src/posix.h:10,
from src/netops.h:10,
from src/transports/smart.h:9,
from src/transports/smart.c:8:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:255:0: note: this is the location of the previous definition
#define stat _stat32i64
^
In file included from src/common.h:30:0,
from src/posix.h:10,
from src/netops.h:10,
from src/transports/smart.h:9,
from src/transports/smart.c:8:
src/win32/mingw-compat.h:15:0: warning: "fstat" redefined [enabled by default]
# define fstat _fstati64
^
In file included from src/common.h:21:0,
from src/posix.h:10,
from src/netops.h:10,
from src/transports/smart.h:9,
from src/transports/smart.c:8:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:256:0: note: this is the location of the previous definition
#define fstat _fstat32i64
^
i686-w64-mingw32-gcc -g -I. -Isrc -Iinclude -Ideps/http-parser -Ideps/zlib -Ideps/regex -DNO_VIZ -DSTDC -DNO_GZIP -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DWIN32 -D_WIN32_WINNT=0x0501 -D__USE_MINGW_ANSI_STDIO=1 -Wall -Wextra -O2 -c -o src/transports/smart_pkt.o src/transports/smart_pkt.c
In file included from src/common.h:30:0,
from src/transports/smart_pkt.c:8:
src/win32/mingw-compat.h:13:0: warning: "lseek" redefined [enabled by default]
# define lseek _lseeki64
^
In file included from /Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:14:0,
from src/common.h:21,
from src/transports/smart_pkt.c:8:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/io.h:335:0: note: this is the location of the previous definition
#define lseek lseek64
^
In file included from src/common.h:30:0,
from src/transports/smart_pkt.c:8:
src/win32/mingw-compat.h:14:0: warning: "stat" redefined [enabled by default]
# define stat _stati64
^
In file included from src/common.h:21:0,
from src/transports/smart_pkt.c:8:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:255:0: note: this is the location of the previous definition
#define stat _stat32i64
^
In file included from src/common.h:30:0,
from src/transports/smart_pkt.c:8:
src/win32/mingw-compat.h:15:0: warning: "fstat" redefined [enabled by default]
# define fstat _fstati64
^
In file included from src/common.h:21:0,
from src/transports/smart_pkt.c:8:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:256:0: note: this is the location of the previous definition
#define fstat _fstat32i64
^
i686-w64-mingw32-gcc -g -I. -Isrc -Iinclude -Ideps/http-parser -Ideps/zlib -Ideps/regex -DNO_VIZ -DSTDC -DNO_GZIP -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DWIN32 -D_WIN32_WINNT=0x0501 -D__USE_MINGW_ANSI_STDIO=1 -Wall -Wextra -O2 -c -o src/transports/smart_protocol.o src/transports/smart_protocol.c
In file included from src/common.h:30:0,
from src/posix.h:10,
from src/netops.h:10,
from src/transports/smart.h:9,
from src/transports/smart_protocol.c:10:
src/win32/mingw-compat.h:13:0: warning: "lseek" redefined [enabled by default]
# define lseek _lseeki64
^
In file included from /Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:14:0,
from src/common.h:21,
from src/posix.h:10,
from src/netops.h:10,
from src/transports/smart.h:9,
from src/transports/smart_protocol.c:10:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/io.h:335:0: note: this is the location of the previous definition
#define lseek lseek64
^
In file included from src/common.h:30:0,
from src/posix.h:10,
from src/netops.h:10,
from src/transports/smart.h:9,
from src/transports/smart_protocol.c:10:
src/win32/mingw-compat.h:14:0: warning: "stat" redefined [enabled by default]
# define stat _stati64
^
In file included from src/common.h:21:0,
from src/posix.h:10,
from src/netops.h:10,
from src/transports/smart.h:9,
from src/transports/smart_protocol.c:10:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:255:0: note: this is the location of the previous definition
#define stat _stat32i64
^
In file included from src/common.h:30:0,
from src/posix.h:10,
from src/netops.h:10,
from src/transports/smart.h:9,
from src/transports/smart_protocol.c:10:
src/win32/mingw-compat.h:15:0: warning: "fstat" redefined [enabled by default]
# define fstat _fstati64
^
In file included from src/common.h:21:0,
from src/posix.h:10,
from src/netops.h:10,
from src/transports/smart.h:9,
from src/transports/smart_protocol.c:10:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:256:0: note: this is the location of the previous definition
#define fstat _fstat32i64
^
i686-w64-mingw32-gcc -g -I. -Isrc -Iinclude -Ideps/http-parser -Ideps/zlib -Ideps/regex -DNO_VIZ -DSTDC -DNO_GZIP -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DWIN32 -D_WIN32_WINNT=0x0501 -D__USE_MINGW_ANSI_STDIO=1 -Wall -Wextra -O2 -c -o src/transports/ssh.o src/transports/ssh.c
In file included from src/common.h:30:0,
from src/buffer.h:10,
from src/transports/ssh.c:9:
src/win32/mingw-compat.h:13:0: warning: "lseek" redefined [enabled by default]
# define lseek _lseeki64
^
In file included from /Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:14:0,
from src/common.h:21,
from src/buffer.h:10,
from src/transports/ssh.c:9:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/io.h:335:0: note: this is the location of the previous definition
#define lseek lseek64
^
In file included from src/common.h:30:0,
from src/buffer.h:10,
from src/transports/ssh.c:9:
src/win32/mingw-compat.h:14:0: warning: "stat" redefined [enabled by default]
# define stat _stati64
^
In file included from src/common.h:21:0,
from src/buffer.h:10,
from src/transports/ssh.c:9:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:255:0: note: this is the location of the previous definition
#define stat _stat32i64
^
In file included from src/common.h:30:0,
from src/buffer.h:10,
from src/transports/ssh.c:9:
src/win32/mingw-compat.h:15:0: warning: "fstat" redefined [enabled by default]
# define fstat _fstati64
^
In file included from src/common.h:21:0,
from src/buffer.h:10,
from src/transports/ssh.c:9:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:256:0: note: this is the location of the previous definition
#define fstat _fstat32i64
^
i686-w64-mingw32-gcc -g -I. -Isrc -Iinclude -Ideps/http-parser -Ideps/zlib -Ideps/regex -DNO_VIZ -DSTDC -DNO_GZIP -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DWIN32 -D_WIN32_WINNT=0x0501 -D__USE_MINGW_ANSI_STDIO=1 -Wall -Wextra -O2 -c -o src/transports/winhttp.o src/transports/winhttp.c
i686-w64-mingw32-gcc -g -I. -Isrc -Iinclude -Ideps/http-parser -Ideps/zlib -Ideps/regex -DNO_VIZ -DSTDC -DNO_GZIP -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DWIN32 -D_WIN32_WINNT=0x0501 -D__USE_MINGW_ANSI_STDIO=1 -Wall -Wextra -O2 -c -o src/xdiff/xdiffi.o src/xdiff/xdiffi.c
i686-w64-mingw32-gcc -g -I. -Isrc -Iinclude -Ideps/http-parser -Ideps/zlib -Ideps/regex -DNO_VIZ -DSTDC -DNO_GZIP -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DWIN32 -D_WIN32_WINNT=0x0501 -D__USE_MINGW_ANSI_STDIO=1 -Wall -Wextra -O2 -c -o src/xdiff/xemit.o src/xdiff/xemit.c
i686-w64-mingw32-gcc -g -I. -Isrc -Iinclude -Ideps/http-parser -Ideps/zlib -Ideps/regex -DNO_VIZ -DSTDC -DNO_GZIP -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DWIN32 -D_WIN32_WINNT=0x0501 -D__USE_MINGW_ANSI_STDIO=1 -Wall -Wextra -O2 -c -o src/xdiff/xhistogram.o src/xdiff/xhistogram.c
i686-w64-mingw32-gcc -g -I. -Isrc -Iinclude -Ideps/http-parser -Ideps/zlib -Ideps/regex -DNO_VIZ -DSTDC -DNO_GZIP -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DWIN32 -D_WIN32_WINNT=0x0501 -D__USE_MINGW_ANSI_STDIO=1 -Wall -Wextra -O2 -c -o src/xdiff/xmerge.o src/xdiff/xmerge.c
i686-w64-mingw32-gcc -g -I. -Isrc -Iinclude -Ideps/http-parser -Ideps/zlib -Ideps/regex -DNO_VIZ -DSTDC -DNO_GZIP -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DWIN32 -D_WIN32_WINNT=0x0501 -D__USE_MINGW_ANSI_STDIO=1 -Wall -Wextra -O2 -c -o src/xdiff/xpatience.o src/xdiff/xpatience.c
i686-w64-mingw32-gcc -g -I. -Isrc -Iinclude -Ideps/http-parser -Ideps/zlib -Ideps/regex -DNO_VIZ -DSTDC -DNO_GZIP -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DWIN32 -D_WIN32_WINNT=0x0501 -D__USE_MINGW_ANSI_STDIO=1 -Wall -Wextra -O2 -c -o src/xdiff/xprepare.o src/xdiff/xprepare.c
i686-w64-mingw32-gcc -g -I. -Isrc -Iinclude -Ideps/http-parser -Ideps/zlib -Ideps/regex -DNO_VIZ -DSTDC -DNO_GZIP -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DWIN32 -D_WIN32_WINNT=0x0501 -D__USE_MINGW_ANSI_STDIO=1 -Wall -Wextra -O2 -c -o src/xdiff/xutils.o src/xdiff/xutils.c
i686-w64-mingw32-gcc -g -I. -Isrc -Iinclude -Ideps/http-parser -Ideps/zlib -Ideps/regex -DNO_VIZ -DSTDC -DNO_GZIP -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DWIN32 -D_WIN32_WINNT=0x0501 -D__USE_MINGW_ANSI_STDIO=1 -Wall -Wextra -O2 -c -o deps/http-parser/http_parser.o deps/http-parser/http_parser.c
i686-w64-mingw32-gcc -g -I. -Isrc -Iinclude -Ideps/http-parser -Ideps/zlib -Ideps/regex -DNO_VIZ -DSTDC -DNO_GZIP -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DWIN32 -D_WIN32_WINNT=0x0501 -D__USE_MINGW_ANSI_STDIO=1 -Wall -Wextra -O2 -c -o deps/zlib/adler32.o deps/zlib/adler32.c
In file included from deps/zlib/../../src/common.h:30:0,
from deps/zlib/zconf.h:11,
from deps/zlib/zlib.h:34,
from deps/zlib/zutil.h:22,
from deps/zlib/adler32.c:8:
deps/zlib/../../src/win32/mingw-compat.h:13:0: warning: "lseek" redefined [enabled by default]
# define lseek _lseeki64
^
In file included from /Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:14:0,
from deps/zlib/../../src/common.h:21,
from deps/zlib/zconf.h:11,
from deps/zlib/zlib.h:34,
from deps/zlib/zutil.h:22,
from deps/zlib/adler32.c:8:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/io.h:335:0: note: this is the location of the previous definition
#define lseek lseek64
^
In file included from deps/zlib/../../src/common.h:30:0,
from deps/zlib/zconf.h:11,
from deps/zlib/zlib.h:34,
from deps/zlib/zutil.h:22,
from deps/zlib/adler32.c:8:
deps/zlib/../../src/win32/mingw-compat.h:14:0: warning: "stat" redefined [enabled by default]
# define stat _stati64
^
In file included from deps/zlib/../../src/common.h:21:0,
from deps/zlib/zconf.h:11,
from deps/zlib/zlib.h:34,
from deps/zlib/zutil.h:22,
from deps/zlib/adler32.c:8:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:255:0: note: this is the location of the previous definition
#define stat _stat32i64
^
In file included from deps/zlib/../../src/common.h:30:0,
from deps/zlib/zconf.h:11,
from deps/zlib/zlib.h:34,
from deps/zlib/zutil.h:22,
from deps/zlib/adler32.c:8:
deps/zlib/../../src/win32/mingw-compat.h:15:0: warning: "fstat" redefined [enabled by default]
# define fstat _fstati64
^
In file included from deps/zlib/../../src/common.h:21:0,
from deps/zlib/zconf.h:11,
from deps/zlib/zlib.h:34,
from deps/zlib/zutil.h:22,
from deps/zlib/adler32.c:8:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:256:0: note: this is the location of the previous definition
#define fstat _fstat32i64
^
i686-w64-mingw32-gcc -g -I. -Isrc -Iinclude -Ideps/http-parser -Ideps/zlib -Ideps/regex -DNO_VIZ -DSTDC -DNO_GZIP -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DWIN32 -D_WIN32_WINNT=0x0501 -D__USE_MINGW_ANSI_STDIO=1 -Wall -Wextra -O2 -c -o deps/zlib/crc32.o deps/zlib/crc32.c
In file included from deps/zlib/../../src/common.h:30:0,
from deps/zlib/zconf.h:11,
from deps/zlib/zlib.h:34,
from deps/zlib/zutil.h:22,
from deps/zlib/crc32.c:29:
deps/zlib/../../src/win32/mingw-compat.h:13:0: warning: "lseek" redefined [enabled by default]
# define lseek _lseeki64
^
In file included from /Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:14:0,
from deps/zlib/../../src/common.h:21,
from deps/zlib/zconf.h:11,
from deps/zlib/zlib.h:34,
from deps/zlib/zutil.h:22,
from deps/zlib/crc32.c:29:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/io.h:335:0: note: this is the location of the previous definition
#define lseek lseek64
^
In file included from deps/zlib/../../src/common.h:30:0,
from deps/zlib/zconf.h:11,
from deps/zlib/zlib.h:34,
from deps/zlib/zutil.h:22,
from deps/zlib/crc32.c:29:
deps/zlib/../../src/win32/mingw-compat.h:14:0: warning: "stat" redefined [enabled by default]
# define stat _stati64
^
In file included from deps/zlib/../../src/common.h:21:0,
from deps/zlib/zconf.h:11,
from deps/zlib/zlib.h:34,
from deps/zlib/zutil.h:22,
from deps/zlib/crc32.c:29:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:255:0: note: this is the location of the previous definition
#define stat _stat32i64
^
In file included from deps/zlib/../../src/common.h:30:0,
from deps/zlib/zconf.h:11,
from deps/zlib/zlib.h:34,
from deps/zlib/zutil.h:22,
from deps/zlib/crc32.c:29:
deps/zlib/../../src/win32/mingw-compat.h:15:0: warning: "fstat" redefined [enabled by default]
# define fstat _fstati64
^
In file included from deps/zlib/../../src/common.h:21:0,
from deps/zlib/zconf.h:11,
from deps/zlib/zlib.h:34,
from deps/zlib/zutil.h:22,
from deps/zlib/crc32.c:29:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:256:0: note: this is the location of the previous definition
#define fstat _fstat32i64
^
i686-w64-mingw32-gcc -g -I. -Isrc -Iinclude -Ideps/http-parser -Ideps/zlib -Ideps/regex -DNO_VIZ -DSTDC -DNO_GZIP -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DWIN32 -D_WIN32_WINNT=0x0501 -D__USE_MINGW_ANSI_STDIO=1 -Wall -Wextra -O2 -c -o deps/zlib/deflate.o deps/zlib/deflate.c
In file included from deps/zlib/../../src/common.h:30:0,
from deps/zlib/zconf.h:11,
from deps/zlib/zlib.h:34,
from deps/zlib/zutil.h:22,
from deps/zlib/deflate.h:16,
from deps/zlib/deflate.c:52:
deps/zlib/../../src/win32/mingw-compat.h:13:0: warning: "lseek" redefined [enabled by default]
# define lseek _lseeki64
^
In file included from /Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:14:0,
from deps/zlib/../../src/common.h:21,
from deps/zlib/zconf.h:11,
from deps/zlib/zlib.h:34,
from deps/zlib/zutil.h:22,
from deps/zlib/deflate.h:16,
from deps/zlib/deflate.c:52:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/io.h:335:0: note: this is the location of the previous definition
#define lseek lseek64
^
In file included from deps/zlib/../../src/common.h:30:0,
from deps/zlib/zconf.h:11,
from deps/zlib/zlib.h:34,
from deps/zlib/zutil.h:22,
from deps/zlib/deflate.h:16,
from deps/zlib/deflate.c:52:
deps/zlib/../../src/win32/mingw-compat.h:14:0: warning: "stat" redefined [enabled by default]
# define stat _stati64
^
In file included from deps/zlib/../../src/common.h:21:0,
from deps/zlib/zconf.h:11,
from deps/zlib/zlib.h:34,
from deps/zlib/zutil.h:22,
from deps/zlib/deflate.h:16,
from deps/zlib/deflate.c:52:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:255:0: note: this is the location of the previous definition
#define stat _stat32i64
^
In file included from deps/zlib/../../src/common.h:30:0,
from deps/zlib/zconf.h:11,
from deps/zlib/zlib.h:34,
from deps/zlib/zutil.h:22,
from deps/zlib/deflate.h:16,
from deps/zlib/deflate.c:52:
deps/zlib/../../src/win32/mingw-compat.h:15:0: warning: "fstat" redefined [enabled by default]
# define fstat _fstati64
^
In file included from deps/zlib/../../src/common.h:21:0,
from deps/zlib/zconf.h:11,
from deps/zlib/zlib.h:34,
from deps/zlib/zutil.h:22,
from deps/zlib/deflate.h:16,
from deps/zlib/deflate.c:52:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:256:0: note: this is the location of the previous definition
#define fstat _fstat32i64
^
i686-w64-mingw32-gcc -g -I. -Isrc -Iinclude -Ideps/http-parser -Ideps/zlib -Ideps/regex -DNO_VIZ -DSTDC -DNO_GZIP -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DWIN32 -D_WIN32_WINNT=0x0501 -D__USE_MINGW_ANSI_STDIO=1 -Wall -Wextra -O2 -c -o deps/zlib/inffast.o deps/zlib/inffast.c
In file included from deps/zlib/../../src/common.h:30:0,
from deps/zlib/zconf.h:11,
from deps/zlib/zlib.h:34,
from deps/zlib/zutil.h:22,
from deps/zlib/inffast.c:6:
deps/zlib/../../src/win32/mingw-compat.h:13:0: warning: "lseek" redefined [enabled by default]
# define lseek _lseeki64
^
In file included from /Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:14:0,
from deps/zlib/../../src/common.h:21,
from deps/zlib/zconf.h:11,
from deps/zlib/zlib.h:34,
from deps/zlib/zutil.h:22,
from deps/zlib/inffast.c:6:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/io.h:335:0: note: this is the location of the previous definition
#define lseek lseek64
^
In file included from deps/zlib/../../src/common.h:30:0,
from deps/zlib/zconf.h:11,
from deps/zlib/zlib.h:34,
from deps/zlib/zutil.h:22,
from deps/zlib/inffast.c:6:
deps/zlib/../../src/win32/mingw-compat.h:14:0: warning: "stat" redefined [enabled by default]
# define stat _stati64
^
In file included from deps/zlib/../../src/common.h:21:0,
from deps/zlib/zconf.h:11,
from deps/zlib/zlib.h:34,
from deps/zlib/zutil.h:22,
from deps/zlib/inffast.c:6:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:255:0: note: this is the location of the previous definition
#define stat _stat32i64
^
In file included from deps/zlib/../../src/common.h:30:0,
from deps/zlib/zconf.h:11,
from deps/zlib/zlib.h:34,
from deps/zlib/zutil.h:22,
from deps/zlib/inffast.c:6:
deps/zlib/../../src/win32/mingw-compat.h:15:0: warning: "fstat" redefined [enabled by default]
# define fstat _fstati64
^
In file included from deps/zlib/../../src/common.h:21:0,
from deps/zlib/zconf.h:11,
from deps/zlib/zlib.h:34,
from deps/zlib/zutil.h:22,
from deps/zlib/inffast.c:6:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:256:0: note: this is the location of the previous definition
#define fstat _fstat32i64
^
i686-w64-mingw32-gcc -g -I. -Isrc -Iinclude -Ideps/http-parser -Ideps/zlib -Ideps/regex -DNO_VIZ -DSTDC -DNO_GZIP -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DWIN32 -D_WIN32_WINNT=0x0501 -D__USE_MINGW_ANSI_STDIO=1 -Wall -Wextra -O2 -c -o deps/zlib/inflate.o deps/zlib/inflate.c
In file included from deps/zlib/../../src/common.h:30:0,
from deps/zlib/zconf.h:11,
from deps/zlib/zlib.h:34,
from deps/zlib/zutil.h:22,
from deps/zlib/inflate.c:83:
deps/zlib/../../src/win32/mingw-compat.h:13:0: warning: "lseek" redefined [enabled by default]
# define lseek _lseeki64
^
In file included from /Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:14:0,
from deps/zlib/../../src/common.h:21,
from deps/zlib/zconf.h:11,
from deps/zlib/zlib.h:34,
from deps/zlib/zutil.h:22,
from deps/zlib/inflate.c:83:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/io.h:335:0: note: this is the location of the previous definition
#define lseek lseek64
^
In file included from deps/zlib/../../src/common.h:30:0,
from deps/zlib/zconf.h:11,
from deps/zlib/zlib.h:34,
from deps/zlib/zutil.h:22,
from deps/zlib/inflate.c:83:
deps/zlib/../../src/win32/mingw-compat.h:14:0: warning: "stat" redefined [enabled by default]
# define stat _stati64
^
In file included from deps/zlib/../../src/common.h:21:0,
from deps/zlib/zconf.h:11,
from deps/zlib/zlib.h:34,
from deps/zlib/zutil.h:22,
from deps/zlib/inflate.c:83:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:255:0: note: this is the location of the previous definition
#define stat _stat32i64
^
In file included from deps/zlib/../../src/common.h:30:0,
from deps/zlib/zconf.h:11,
from deps/zlib/zlib.h:34,
from deps/zlib/zutil.h:22,
from deps/zlib/inflate.c:83:
deps/zlib/../../src/win32/mingw-compat.h:15:0: warning: "fstat" redefined [enabled by default]
# define fstat _fstati64
^
In file included from deps/zlib/../../src/common.h:21:0,
from deps/zlib/zconf.h:11,
from deps/zlib/zlib.h:34,
from deps/zlib/zutil.h:22,
from deps/zlib/inflate.c:83:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:256:0: note: this is the location of the previous definition
#define fstat _fstat32i64
^
i686-w64-mingw32-gcc -g -I. -Isrc -Iinclude -Ideps/http-parser -Ideps/zlib -Ideps/regex -DNO_VIZ -DSTDC -DNO_GZIP -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DWIN32 -D_WIN32_WINNT=0x0501 -D__USE_MINGW_ANSI_STDIO=1 -Wall -Wextra -O2 -c -o deps/zlib/inftrees.o deps/zlib/inftrees.c
In file included from deps/zlib/../../src/common.h:30:0,
from deps/zlib/zconf.h:11,
from deps/zlib/zlib.h:34,
from deps/zlib/zutil.h:22,
from deps/zlib/inftrees.c:6:
deps/zlib/../../src/win32/mingw-compat.h:13:0: warning: "lseek" redefined [enabled by default]
# define lseek _lseeki64
^
In file included from /Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:14:0,
from deps/zlib/../../src/common.h:21,
from deps/zlib/zconf.h:11,
from deps/zlib/zlib.h:34,
from deps/zlib/zutil.h:22,
from deps/zlib/inftrees.c:6:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/io.h:335:0: note: this is the location of the previous definition
#define lseek lseek64
^
In file included from deps/zlib/../../src/common.h:30:0,
from deps/zlib/zconf.h:11,
from deps/zlib/zlib.h:34,
from deps/zlib/zutil.h:22,
from deps/zlib/inftrees.c:6:
deps/zlib/../../src/win32/mingw-compat.h:14:0: warning: "stat" redefined [enabled by default]
# define stat _stati64
^
In file included from deps/zlib/../../src/common.h:21:0,
from deps/zlib/zconf.h:11,
from deps/zlib/zlib.h:34,
from deps/zlib/zutil.h:22,
from deps/zlib/inftrees.c:6:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:255:0: note: this is the location of the previous definition
#define stat _stat32i64
^
In file included from deps/zlib/../../src/common.h:30:0,
from deps/zlib/zconf.h:11,
from deps/zlib/zlib.h:34,
from deps/zlib/zutil.h:22,
from deps/zlib/inftrees.c:6:
deps/zlib/../../src/win32/mingw-compat.h:15:0: warning: "fstat" redefined [enabled by default]
# define fstat _fstati64
^
In file included from deps/zlib/../../src/common.h:21:0,
from deps/zlib/zconf.h:11,
from deps/zlib/zlib.h:34,
from deps/zlib/zutil.h:22,
from deps/zlib/inftrees.c:6:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:256:0: note: this is the location of the previous definition
#define fstat _fstat32i64
^
i686-w64-mingw32-gcc -g -I. -Isrc -Iinclude -Ideps/http-parser -Ideps/zlib -Ideps/regex -DNO_VIZ -DSTDC -DNO_GZIP -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DWIN32 -D_WIN32_WINNT=0x0501 -D__USE_MINGW_ANSI_STDIO=1 -Wall -Wextra -O2 -c -o deps/zlib/trees.o deps/zlib/trees.c
In file included from deps/zlib/../../src/common.h:30:0,
from deps/zlib/zconf.h:11,
from deps/zlib/zlib.h:34,
from deps/zlib/zutil.h:22,
from deps/zlib/deflate.h:16,
from deps/zlib/trees.c:37:
deps/zlib/../../src/win32/mingw-compat.h:13:0: warning: "lseek" redefined [enabled by default]
# define lseek _lseeki64
^
In file included from /Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:14:0,
from deps/zlib/../../src/common.h:21,
from deps/zlib/zconf.h:11,
from deps/zlib/zlib.h:34,
from deps/zlib/zutil.h:22,
from deps/zlib/deflate.h:16,
from deps/zlib/trees.c:37:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/io.h:335:0: note: this is the location of the previous definition
#define lseek lseek64
^
In file included from deps/zlib/../../src/common.h:30:0,
from deps/zlib/zconf.h:11,
from deps/zlib/zlib.h:34,
from deps/zlib/zutil.h:22,
from deps/zlib/deflate.h:16,
from deps/zlib/trees.c:37:
deps/zlib/../../src/win32/mingw-compat.h:14:0: warning: "stat" redefined [enabled by default]
# define stat _stati64
^
In file included from deps/zlib/../../src/common.h:21:0,
from deps/zlib/zconf.h:11,
from deps/zlib/zlib.h:34,
from deps/zlib/zutil.h:22,
from deps/zlib/deflate.h:16,
from deps/zlib/trees.c:37:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:255:0: note: this is the location of the previous definition
#define stat _stat32i64
^
In file included from deps/zlib/../../src/common.h:30:0,
from deps/zlib/zconf.h:11,
from deps/zlib/zlib.h:34,
from deps/zlib/zutil.h:22,
from deps/zlib/deflate.h:16,
from deps/zlib/trees.c:37:
deps/zlib/../../src/win32/mingw-compat.h:15:0: warning: "fstat" redefined [enabled by default]
# define fstat _fstati64
^
In file included from deps/zlib/../../src/common.h:21:0,
from deps/zlib/zconf.h:11,
from deps/zlib/zlib.h:34,
from deps/zlib/zutil.h:22,
from deps/zlib/deflate.h:16,
from deps/zlib/trees.c:37:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:256:0: note: this is the location of the previous definition
#define fstat _fstat32i64
^
i686-w64-mingw32-gcc -g -I. -Isrc -Iinclude -Ideps/http-parser -Ideps/zlib -Ideps/regex -DNO_VIZ -DSTDC -DNO_GZIP -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DWIN32 -D_WIN32_WINNT=0x0501 -D__USE_MINGW_ANSI_STDIO=1 -Wall -Wextra -O2 -c -o deps/zlib/zutil.o deps/zlib/zutil.c
In file included from deps/zlib/../../src/common.h:30:0,
from deps/zlib/zconf.h:11,
from deps/zlib/zlib.h:34,
from deps/zlib/zutil.h:22,
from deps/zlib/zutil.c:8:
deps/zlib/../../src/win32/mingw-compat.h:13:0: warning: "lseek" redefined [enabled by default]
# define lseek _lseeki64
^
In file included from /Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:14:0,
from deps/zlib/../../src/common.h:21,
from deps/zlib/zconf.h:11,
from deps/zlib/zlib.h:34,
from deps/zlib/zutil.h:22,
from deps/zlib/zutil.c:8:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/io.h:335:0: note: this is the location of the previous definition
#define lseek lseek64
^
In file included from deps/zlib/../../src/common.h:30:0,
from deps/zlib/zconf.h:11,
from deps/zlib/zlib.h:34,
from deps/zlib/zutil.h:22,
from deps/zlib/zutil.c:8:
deps/zlib/../../src/win32/mingw-compat.h:14:0: warning: "stat" redefined [enabled by default]
# define stat _stati64
^
In file included from deps/zlib/../../src/common.h:21:0,
from deps/zlib/zconf.h:11,
from deps/zlib/zlib.h:34,
from deps/zlib/zutil.h:22,
from deps/zlib/zutil.c:8:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:255:0: note: this is the location of the previous definition
#define stat _stat32i64
^
In file included from deps/zlib/../../src/common.h:30:0,
from deps/zlib/zconf.h:11,
from deps/zlib/zlib.h:34,
from deps/zlib/zutil.h:22,
from deps/zlib/zutil.c:8:
deps/zlib/../../src/win32/mingw-compat.h:15:0: warning: "fstat" redefined [enabled by default]
# define fstat _fstati64
^
In file included from deps/zlib/../../src/common.h:21:0,
from deps/zlib/zconf.h:11,
from deps/zlib/zlib.h:34,
from deps/zlib/zutil.h:22,
from deps/zlib/zutil.c:8:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:256:0: note: this is the location of the previous definition
#define fstat _fstat32i64
^
i686-w64-mingw32-gcc -g -I. -Isrc -Iinclude -Ideps/http-parser -Ideps/zlib -Ideps/regex -DNO_VIZ -DSTDC -DNO_GZIP -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DWIN32 -D_WIN32_WINNT=0x0501 -D__USE_MINGW_ANSI_STDIO=1 -Wall -Wextra -O2 -c -o src/hash/hash_generic.o src/hash/hash_generic.c
In file included from src/common.h:30:0,
from src/hash/hash_generic.c:8:
src/win32/mingw-compat.h:13:0: warning: "lseek" redefined [enabled by default]
# define lseek _lseeki64
^
In file included from /Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:14:0,
from src/common.h:21,
from src/hash/hash_generic.c:8:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/io.h:335:0: note: this is the location of the previous definition
#define lseek lseek64
^
In file included from src/common.h:30:0,
from src/hash/hash_generic.c:8:
src/win32/mingw-compat.h:14:0: warning: "stat" redefined [enabled by default]
# define stat _stati64
^
In file included from src/common.h:21:0,
from src/hash/hash_generic.c:8:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:255:0: note: this is the location of the previous definition
#define stat _stat32i64
^
In file included from src/common.h:30:0,
from src/hash/hash_generic.c:8:
src/win32/mingw-compat.h:15:0: warning: "fstat" redefined [enabled by default]
# define fstat _fstati64
^
In file included from src/common.h:21:0,
from src/hash/hash_generic.c:8:
/Users/arthur/mingw-w32/i686-w64-mingw32/include/sys/stat.h:256:0: note: this is the location of the previous definition
#define fstat _fstat32i64
^
src/hash/hash_generic.c: In function ‘git_hash_final’:
src/hash/hash_generic.c:284:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
put_be32(out->id + i*4, ctx->H[i]);
^
rm -f libgit2.a
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment