From 6d44b037731fe497a98739bfd237e430f90974aa Mon Sep 17 00:00:00 2001 From: Rusty Wagner Date: Sun, 27 Oct 2019 21:27:04 -0400 Subject: Eliminate most warnings on Linux --- binaryninjaapi.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'binaryninjaapi.h') diff --git a/binaryninjaapi.h b/binaryninjaapi.h index a1233412..fc225316 100644 --- a/binaryninjaapi.h +++ b/binaryninjaapi.h @@ -1033,6 +1033,7 @@ __attribute__ ((format (printf, 1, 2))) NameList(const std::string& name, const std::string& join); NameList(const std::vector& name, const std::string& join); NameList(const NameList& name, const std::string& join); + NameList(const NameList& name); virtual ~NameList(); virtual NameList& operator=(const std::string& name); @@ -2424,6 +2425,7 @@ __attribute__ ((format (printf, 1, 2))) Variable(BNVariableSourceType type, uint32_t index, uint64_t storage); Variable(BNVariableSourceType type, uint64_t storage); Variable(const BNVariable& var); + Variable(const Variable& var); Variable& operator=(const Variable& var); -- cgit v1.3.1