ci: various linter / CI compiler error fixes

Includes changing TRUE to OP_TRUE for anyone-can-spend output name,
to avoid symbol conflict on win64 builds, which is really obnoxious.
This commit is contained in:
Andrew Poelstra 2020-12-04 15:20:42 +00:00
parent 1e98c9fa9e
commit 68bfd70b43
41 changed files with 132 additions and 116 deletions

View file

@ -24,7 +24,6 @@
#include <sys/types.h>
#include <sys/stat.h>
#include <deque>
#include <event2/thread.h>
#include <event2/buffer.h>