Fix missing comma between CC flags in tests gyp file

This commit is contained in:
Max Brunsfeld 2014-08-27 21:34:42 -07:00
parent b91f48ced2
commit 0414451d79

View file

@ -49,7 +49,7 @@
'cflags': [
'-Wall',
'-Wextra',
'-Wno-unused-parameter'
'-Wno-unused-parameter',
'-Wno-unknown-pragmas',
],
'cflags_c': [