Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
B
Baitboat
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OpenSource
Baitboat
Commits
15c5e153
Commit
15c5e153
authored
10 years ago
by
Andrew Tridgell
Browse files
Options
Downloads
Patches
Plain Diff
PX4: re-enable some warnings as errors
parent
17eee56b
No related branches found
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
mk/px4_targets.mk
+1
-1
1 addition, 1 deletion
mk/px4_targets.mk
with
1 addition
and
1 deletion
mk/px4_targets.mk
+
1
−
1
View file @
15c5e153
...
@@ -45,7 +45,7 @@ PX4_V2_CONFIG_FILE=$(MK_DIR)/PX4/config_px4fmu-v2_APM.mk
...
@@ -45,7 +45,7 @@ PX4_V2_CONFIG_FILE=$(MK_DIR)/PX4/config_px4fmu-v2_APM.mk
SKETCHFLAGS
=
$(
SKETCHLIBINCLUDES
)
-I
$(
PWD
)
-DARDUPILOT_BUILD
-DTESTS_MATHLIB_DISABLE
-DCONFIG_HAL_BOARD
=
HAL_BOARD_PX4
-DSKETCHNAME
=
"
\\\"
$(
SKETCH
)
\\\"
"
-DSKETCH_MAIN
=
ArduPilot_main
-DAPM_BUILD_DIRECTORY
=
APM_BUILD_
$(
SKETCH
)
SKETCHFLAGS
=
$(
SKETCHLIBINCLUDES
)
-I
$(
PWD
)
-DARDUPILOT_BUILD
-DTESTS_MATHLIB_DISABLE
-DCONFIG_HAL_BOARD
=
HAL_BOARD_PX4
-DSKETCHNAME
=
"
\\\"
$(
SKETCH
)
\\\"
"
-DSKETCH_MAIN
=
ArduPilot_main
-DAPM_BUILD_DIRECTORY
=
APM_BUILD_
$(
SKETCH
)
WARNFLAGS
=
-Wno-psabi
-Wno-packed
-Wno-error
=
double-promotion
-Wno-error
=
unused-variable
-Wno-error
=
unused-but-set-variable
-Wno-error
=
reorder
-Wno-error
=
float-equal
-Wno-error
=
frame-larger-than
=
1024
-Wno-error
=
pmf-conversions
-Wno-error
=
missing-declarations
WARNFLAGS
=
-Wno-psabi
-Wno-packed
-Wno-error
=
double-promotion
-Wno-error
=
unused-variable
-Wno-error
=
reorder
-Wno-error
=
float-equal
-Wno-error
=
pmf-conversions
-Wno-error
=
missing-declarations
-Wno-error
=
unused-function
# avoid PX4 submodules
# avoid PX4 submodules
export
GIT_SUBMODULES_ARE_EVIL
=
1
export
GIT_SUBMODULES_ARE_EVIL
=
1
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment