aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Documentation
diff options
authorLuc Van Oostenryck <luc.vanoostenryck@gmail.com>2020-08-18 22:00:41 +0200
committerLuc Van Oostenryck <luc.vanoostenryck@gmail.com>2020-08-18 22:00:41 +0200
commit101649206777f00be5c23f60f87f01066ad64ece (patch)
treec1f17a02ef5823f9af19f4f7a9735930716a4dbe /Documentation
parentad7af4347d271874378a7d826a91fd05e41d4051 (diff)
parent8b3cbf54ad42c68f5ea2fa5bc2cef5ce9e608571 (diff)
downloadsparse-dev-101649206777f00be5c23f60f87f01066ad64ece.tar.gz
Merge branch 'union-cast' into master
* teach sparse about union casts
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/release-notes/v0.6.3.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/release-notes/v0.6.3.rst b/Documentation/release-notes/v0.6.3.rst
new file mode 100644
index 00000000..1aae742e
--- /dev/null
+++ b/Documentation/release-notes/v0.6.3.rst
@@ -0,0 +1,5 @@
+v0.6.3 (2020-xx-xy)
+===================
+
+* Changes in warnings:
+ "warning: cast to union type" [disable with -Wno-union-cast]