Merge pull request #2024 from mozilla/fix-warning-typo
Fix typo in warning name
This commit is contained in:
commit
8fa35518ea
@ -10,7 +10,7 @@ import sys
|
|||||||
from multiprocessing.dummy import Pool
|
from multiprocessing.dummy import Pool
|
||||||
|
|
||||||
ARGS = ['-O3', '-DNDEBUG', '-DKENLM_MAX_ORDER=6', '-std=c++11',
|
ARGS = ['-O3', '-DNDEBUG', '-DKENLM_MAX_ORDER=6', '-std=c++11',
|
||||||
'-Wno-unused-local-typedef', '-Wno-sign-compare']
|
'-Wno-unused-local-typedefs', '-Wno-sign-compare']
|
||||||
|
|
||||||
INCLUDES = [
|
INCLUDES = [
|
||||||
'..',
|
'..',
|
||||||
|
Loading…
Reference in New Issue
Block a user