Remove duplicate global definitions

This fixes compiling with gcc-10.

Reported by ixz.
This commit is contained in:
Kevin Easton
2019-12-28 17:07:58 +11:00
parent 9fe7de361e
commit 4f63d48929
4 changed files with 4 additions and 3 deletions

View File

@@ -1,5 +1,8 @@
[Changes 1.2.2]
* Remove duplicate global definitions to fix compiling with gcc 10.
Reported by ixz. (caf)
* Remove queueing of wildcard CSETs and fix use-after-free with queued
CSETs. (caf)