Browse Source

Releases: more -fsanitize=undefined cleanup

pull/1798/head
Sami Vaarala 7 years ago
parent
commit
e0ed72355f
  1. 3
      RELEASES.rst

3
RELEASES.rst

@ -3231,7 +3231,8 @@ Planned
* Fix some Clang warnings by avoiding undefined behavior by default, define
DUK_USE_ALLOW_UNDEFINED_BEHAVIOR to reduce the explicit undefined behavior
checks for better footprint/performance (GH-1777, GH-1795, GH-1796, GH-1797)
checks for better footprint/performance (GH-1777, GH-1795, GH-1796, GH-1797,
GH-1798)
* Fix some compilation warnings triggered when DUK_NORETURN is not defined;
the internal DUK_WO_NORETURN() is used to include unreachable dummy

Loading…
Cancel
Save