Commit 073871bd authored by Ryan McClelland's avatar Ryan McClelland Committed by Henrik Brix Andersen
Browse files

doc: release-notes-3.6: add release note about -Wdouble-promotion



This adds a release note about -Wdouble-promotion now being a default
warning flag.

Signed-off-by: default avatarRyan McClelland <ryanmcclelland@meta.com>
parent 77244aae
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -290,6 +290,9 @@ Build system and infrastructure

* Deprecated ``CONF_FILE`` ``prj_<build>.conf`` build type.

* Added `-Wdouble-promotion` as a default warning when compiling to warn developers with
  single-precision floats easily being promoted to double-precision.

Drivers and Sensors
*******************