Skip to content
This repository has been archived by the owner on Jan 12, 2020. It is now read-only.

Commit

Permalink
Fix compiler warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
mtl1979 committed Dec 2, 2019
1 parent 7ac1680 commit 6cfef7a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/CryptoNoteCore/SwappedVector.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers
// Copyright (c) 2019, The Bittorium developers
//
// This file is part of Bytecoin.
//
Expand All @@ -18,7 +19,7 @@
#include "SwappedVector.h"

namespace {
#ifdef MSVC
#ifdef _MSC_VER
char suppressMSVCWarningLNK4221;
#endif
}

0 comments on commit 6cfef7a

Please sign in to comment.