forked from Archive/PX4-Autopilot
Do not require suffixed constants
This commit is contained in:
parent
4d3a2c824c
commit
ba4f881f80
|
@ -138,8 +138,7 @@ ARCHCWARNINGS = $(ARCHWARNINGS) \
|
|||
-Wold-style-declaration \
|
||||
-Wmissing-parameter-type \
|
||||
-Wmissing-prototypes \
|
||||
-Wnested-externs \
|
||||
-Wunsuffixed-float-constants
|
||||
-Wnested-externs
|
||||
|
||||
# C++-specific warnings
|
||||
#
|
||||
|
|
Loading…
Reference in New Issue