Browse Source

Releases: Windows socket transport warnings

pull/1778/head
Sami Vaarala 7 years ago
parent
commit
2e90c87e95
  1. 3
      RELEASES.rst

3
RELEASES.rst

@ -3204,6 +3204,9 @@ Planned
* Fix some Clang warnings (GH-1777)
* Fix a few casts in duk_trans_socket_windows.c to avoid errors in a C++
build (GH-1773)
* Add automatic workaround for union aliasing issues with FreeBSD + -m32 +
Clang prior to 5.0; the aliasing issues cause packed duk_tval to work
incorrectly (see

Loading…
Cancel
Save