libgit2/src/win32
liyuray dfa0b65c69 fix below issues on mingw:
1. compile warning:

D:\libgit2.git\src\win32\posix_w32.c: In function 'p_open':
D:\libgit2.git\src\win32\posix_w32.c:235:10: warning: 'mode_t' is promoted to 'int' when passed through '...' [enabled by default]
D:\libgit2.git\src\win32\posix_w32.c:235:10: note: (so you should pass 'int' not 'mode_t' to 'va_arg')
D:\libgit2.git\src\win32\posix_w32.c:235:10: note: if this code is reached, the program will abort

2. test crash.

3. the above two issues are same root cause. please see http://www.eskimo.com/~scs/cclass/int/sx11c.html
2012-06-21 20:17:54 +08:00
..
dir.c Continue error conversion 2012-03-14 17:36:15 -07:00
dir.h Update diff to use iterators 2012-03-02 15:49:29 -08:00
git2.rc Update Copyright header 2012-02-13 17:11:09 +01:00
map.c Resolve comments from pull request 2012-03-13 14:23:24 -07:00
mingw-compat.h Update Copyright header 2012-02-13 17:11:09 +01:00
msvc-compat.h repository: make git_repository_init() value the core.filemode config entry 2012-06-05 14:01:44 +02:00
posix_w32.c fix below issues on mingw: 2012-06-21 20:17:54 +08:00
posix.h Rename posix wrappers with 'p_' prefix. 2012-06-06 13:24:25 -07:00
precompiled.c Precompile headers for MSVC. 2012-06-13 14:28:47 -07:00
precompiled.h Precompile headers for MSVC. 2012-06-13 14:28:47 -07:00
pthread.c Continue error conversion 2012-03-14 17:36:15 -07:00
pthread.h Update Copyright header 2012-02-13 17:11:09 +01:00
utf-conv.c Fix bugs in UTF-8 <-> UTF-16 conversion 2012-05-24 13:44:24 -07:00
utf-conv.h Update Copyright header 2012-02-13 17:11:09 +01:00