diff options
author | Ramsay Jones <ramsay@ramsay1.demon.co.uk> | 2010-06-01 19:31:26 +0100 |
---|---|---|
committer | Andreas Ericsson <ae@op5.se> | 2010-06-02 11:18:55 +0200 |
commit | 468b12adb15f5546e7c5536f72204605fbd83f6d (patch) | |
tree | 259ad1a27fc30dc0167d8dd506cb800bd128abc5 /src/commit.c | |
parent | 4e0d6d864d3632a820d8bf3dd89ff333b9bbd34d (diff) | |
download | libgit2-468b12adb15f5546e7c5536f72204605fbd83f6d.tar.gz |
msvc: tests/t0403-lists.c: Fix a compiler warning
For more recent versions of msvc, the time_t type, as returned by
the time() function, is a 64-bit type. The srand() function, however,
expects an 'unsigned int' input parameter, leading to the warning.
Signed-off-by: Ramsay Jones <ramsay@ramsay1.demon.co.uk>
Signed-off-by: Andreas Ericsson <ae@op5.se>
Diffstat (limited to 'src/commit.c')
0 files changed, 0 insertions, 0 deletions