Skip to content

Commit

Permalink
eh warnings are ok
Browse files Browse the repository at this point in the history
  • Loading branch information
bradjc committed Nov 29, 2018
1 parent 1e07358 commit 55d3c80
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions boards/Common.mk
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,10 @@ RUSTFLAGS_FOR_CARGO_LINKING := -C link-arg=-Tlayout.ld -C linker=rust-lld \

# Disallow warnings for continuous integration builds. Disallowing them here
# ensures that warnings during testing won't prevent compilation from succeeding.
ifeq ($(CI),true)
RUSTFLAGS_FOR_CARGO_LINKING += -D warnings
endif
# We are OK with warnings in bootloader land!
# ifeq ($(CI),true)
# RUSTFLAGS_FOR_CARGO_LINKING += -D warnings
# endif

# http://stackoverflow.com/questions/10858261/abort-makefile-if-variable-not-set
# Check that given variables are set and all have non-empty values,
Expand Down

0 comments on commit 55d3c80

Please sign in to comment.