Skip to content

Commit

Permalink
[libgc] Eliminate warning about redefinition of GC_WIN32_THREADS
Browse files Browse the repository at this point in the history
Makefile defines GC_WIN32_THREADS as 1 but gc_config_macros was
redefining as defined but with no value.

Signed-off-by: Alex J Lennon <[email protected]>
  • Loading branch information
ajlennon committed Oct 29, 2014
1 parent e0dab77 commit 41981cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libgc/include/gc_config_macros.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
# define GC_LINUX_THREADS
#endif
#if defined(WIN32_THREADS)
# define GC_WIN32_THREADS
# define GC_WIN32_THREADS 1
#endif
#if defined(USE_LD_WRAP)
# define GC_USE_LD_WRAP
Expand Down

0 comments on commit 41981cd

Please sign in to comment.