Fix missing comma between CC flags in tests gyp file
This commit is contained in:
parent
b91f48ced2
commit
0414451d79
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@
|
|||
'cflags': [
|
||||
'-Wall',
|
||||
'-Wextra',
|
||||
'-Wno-unused-parameter'
|
||||
'-Wno-unused-parameter',
|
||||
'-Wno-unknown-pragmas',
|
||||
],
|
||||
'cflags_c': [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue