Skip to content
Snippets Groups Projects
Commit 8de50a11 authored by rswindell's avatar rswindell
Browse files

Disabled bc++ warnings: variable assigned value that is never used.

parent 83f768d3
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,7 @@ DEBUG = 1 # Comment out for release (non-debug) version
ifdef bcc
CC = bc++ -q
LD = ilink -q
CFLAGS = -D__unix__ -w-csu -w-pch -w-ccc -w-rch -w-par -O2
CFLAGS = -D__unix__ -w-csu -w-pch -w-ccc -w-rch -w-par -w-aus -O2
else
CC = gcc
LD = ld
......
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