diff options
| author | Rusty Wagner <rusty.wagner@gmail.com> | 2019-10-27 21:27:04 -0400 |
|---|---|---|
| committer | Rusty Wagner <rusty.wagner@gmail.com> | 2019-10-27 22:55:50 -0400 |
| commit | 6d44b037731fe497a98739bfd237e430f90974aa (patch) | |
| tree | f9ef42f61ccbab8c15bcc072fea07249de7a6465 /binaryninjaapi.h | |
| parent | a49e1b7d4e3d1bab73337b6d9412350f39f5ce15 (diff) | |
Eliminate most warnings on Linux
Diffstat (limited to 'binaryninjaapi.h')
| -rw-r--r-- | binaryninjaapi.h | 2 |
1 files changed, 2 insertions, 0 deletions
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<std::string>& 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); |
