]> 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 17:22:48 +0000 (20:22 +0300)
commit9b85f61670214c4245032ae75d31ce0cc0048d54
tree3850897fdbe5997c1f83b87a7390692157874ecc
parent119da90babfad5a9fe999ac815e716af27c6ed8f
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