Skip to content

Commit 64a133a

Browse files
committed
no-strict-prototypes
1 parent 8c1b370 commit 64a133a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/build_tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ def BuildWlaGb():
5656
Run('cmake', '-G', 'NMake Makefiles', '-DCMAKE_BUILD_TYPE=Release', WLA_DX_DIR, cwd=WLA_DX_BUILD_DIR)
5757
Run('nmake', cwd=WLA_DX_BUILD_DIR)
5858
else:
59-
Run('cmake', '-DCMAKE_POLICY_VERSION_MINIMUM=3.5', WLA_DX_DIR, cwd=WLA_DX_BUILD_DIR)
59+
Run('cmake', '-DCMAKE_POLICY_VERSION_MINIMUM=3.5', '-DCMAKE_C_FLAGS=-Wno-strict-prototypes', WLA_DX_DIR, cwd=WLA_DX_BUILD_DIR)
6060
Run('make', cwd=WLA_DX_BUILD_DIR)
6161
# Test that wla-gb was build OK.
6262
Run(os.path.join(WLA_DX_BIN_DIR, 'wla-gb'))

0 commit comments

Comments
 (0)