File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 27
27
cd ../numpy && \
28
28
NUMPY_EXPERIMENTAL_ARRAY_FUNCTION=1 \
29
29
F77=gfortran-5 F90=gfortran-5 \
30
- CFLAGS=-UNDEBUG python3 runtests.py --mode=full -- -rsx --junitxml=junit/test-results.xml"
30
+ CFLAGS=' -UNDEBUG -std=c99' python3 runtests.py --mode=full -- -rsx --junitxml=junit/test-results.xml"
31
31
displayName: 'Run 32-bit Ubuntu Docker Build / Tests'
32
32
- task : PublishTestResults@2
33
33
inputs :
Original file line number Diff line number Diff line change @@ -351,8 +351,6 @@ def build_project(args):
351
351
'-Werror=unused-function' ,
352
352
])
353
353
env ['CFLAGS' ] = warnings_as_errors + ' ' + env .get ('CFLAGS' , '' )
354
- # NumPy > 1.16 should be C99 compatible.
355
- env ['CFLAGS' ] = '-std=c99' + ' ' + env .get ('CFLAGS' , '' )
356
354
if args .debug or args .gcov :
357
355
# assume everyone uses gcc/gfortran
358
356
env ['OPT' ] = '-O0 -ggdb'
You can’t perform that action at this time.
0 commit comments