Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions Tools/ardupilotwaf/boards.py
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,6 @@ def configure_env(self, cfg, env):
'-Werror=implicit-fallthrough',
'-cl-single-precision-constant',
'-Wno-vla-extension',
'-ftrapping-math', # prevent re-ordering of sanity checks
]
else:
env.CFLAGS += [
Expand Down Expand Up @@ -453,7 +452,6 @@ def configure_env(self, cfg, env):
'-Wno-gnu-variable-sized-type-not-at-end',
'-Werror=implicit-fallthrough',
'-cl-single-precision-constant',
'-ftrapping-math', # prevent re-ordering of sanity checks
]
if self.cc_version_gte(cfg, 10, 0):
use_prefix_map = True
Expand Down
Loading