From 37fd1115c38accc319a82f17c0e9262091844cac Mon Sep 17 00:00:00 2001 From: Dave Rigby Date: Thu, 16 Jul 2015 11:36:00 +0100 Subject: [PATCH] Remove extraneous ';' on closing 'extern "C"' Fixes warning with newer GCCs: include/jemalloc/jemalloc.h:229:2: warning: extra ';' [-Wpedantic] }; ^ --- include/jemalloc/jemalloc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/jemalloc/jemalloc.sh b/include/jemalloc/jemalloc.sh index 7e1c8be1..c085814f 100755 --- a/include/jemalloc/jemalloc.sh +++ b/include/jemalloc/jemalloc.sh @@ -22,7 +22,7 @@ done cat <