various small C++ warning fixes

This commit is contained in:
Noel Berry
2021-05-06 21:48:06 -07:00
parent fb91b77900
commit 04f6257b75
20 changed files with 87 additions and 89 deletions

View File

@ -1,5 +1,5 @@
#include <blah/streams/memorystream.h>
#include <string.h>
#include <cstring>
using namespace Blah;