From 5ce3bf4d6719591d676547d025527c47bb50d035 Mon Sep 17 00:00:00 2001 From: Leif Walsh Date: Wed, 17 Apr 2013 00:01:21 -0400 Subject: [PATCH] refs #5127 ignore some more compiler warnings in jemalloc git-svn-id: file:///svn/toku/tokudb@50750 c7de825b-a66e-492c-adef-691d508d4ae1 --- CTestCustom.cmake | 1 + 1 file changed, 1 insertion(+) diff --git a/CTestCustom.cmake b/CTestCustom.cmake index 6d9f76e3afc..4d65111350a 100644 --- a/CTestCustom.cmake +++ b/CTestCustom.cmake @@ -226,6 +226,7 @@ list(APPEND CTEST_CUSTOM_WARNING_EXCEPTION "clang: warning: unknown warning option" # don't complain about warnings in jemalloc source "jemalloc-3.2.0/src" + "jemalloc/internal/jemalloc_internal.h" # don't complain about ranlib or libtool on empty archive "has no symbols" "the table of contents is empty"