Browse Source

Releases: DUK_UNREF() volatile

pull/1282/head
Sami Vaarala 8 years ago
parent
commit
2da1244170
  1. 2
      RELEASES.rst

2
RELEASES.rst

@ -2424,6 +2424,8 @@ Planned
* Fix incorrect exponentiation operator behavior which happened at least on
Linux gcc 4.8.4 with -O2 (not -Os) (GH-1272)
* Compiler warning fix for using DUK_UNREF() on a volatile argument (GH-1282)
* Add DUK_HOT() and DUK_COLD() macros, and use them for a few internal
functions (GH-1297)

Loading…
Cancel
Save