Skip to content
Snippets Groups Projects
Commit 89daa40f authored by Alam Ed Arias's avatar Alam Ed Arias
Browse files

CireceCI: ignore unused results with CFLAGS

parent 953dbad8
Branches
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ jobs: ...@@ -7,7 +7,7 @@ jobs:
environment: environment:
CC: ccache gcc CC: ccache gcc
CCACHE_COMPRESS: true CCACHE_COMPRESS: true
WFLAGS: -Wno-error=unused-result CFLAGS: -Wno-error=unused-result
#- image: ubuntu:trusty #- image: ubuntu:trusty
# environment: # environment:
# CC: ccache gcc -m32 # CC: ccache gcc -m32
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment