From 0414451d7960ae060af8a5808a5701fe29717c8c Mon Sep 17 00:00:00 2001 From: Max Brunsfeld Date: Wed, 27 Aug 2014 21:34:42 -0700 Subject: [PATCH] Fix missing comma between CC flags in tests gyp file --- tests.gyp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests.gyp b/tests.gyp index 767d326b..2eaf0d3a 100644 --- a/tests.gyp +++ b/tests.gyp @@ -49,7 +49,7 @@ 'cflags': [ '-Wall', '-Wextra', - '-Wno-unused-parameter' + '-Wno-unused-parameter', '-Wno-unknown-pragmas', ], 'cflags_c': [