]> granicus.if.org Git - gc/commit
Fix MS VC warning about compiling unused checksums and thread_local_alloc
authorIvan Maidanski <ivmai@mail.ru>
Tue, 31 Jan 2017 23:21:22 +0000 (02:21 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Mon, 6 Feb 2017 18:59:51 +0000 (21:59 +0300)
commit51e3922af8059e1af4b8c807508a76a7f4e3ea72
tree0b37d983f9dbed6dc92dd4013dbb5f8d47826f1b
parent028b87ba5781880d0ebc738ef8a4a40318306768
Fix MS VC warning about compiling unused checksums and thread_local_alloc

* CMakeLists.txt (SRC): Remove checksums.c (to avoid MS VC warning
about unused file).
* CMakeLists.txt (SRC): Do not add thread_local_alloc.c unless
ADD_DEFINITIONS("-DTHREAD_LOCAL_ALLOC") present.
CMakeLists.txt