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
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@ jobs:
environment:
CC: ccache gcc
CCACHE_COMPRESS: true
WFLAGS: -Wno-error=unused-result
CFLAGS: -Wno-error=unused-result
#- image: ubuntu:trusty
# environment:
# CC: ccache gcc -m32
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment