summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2016-10-24 18:26:10 +0200
committer Vas Crabb <vas@vastheman.com>2016-10-25 20:12:30 +1100
commit31127f8613f84e3f023c5294d748b90a65526766 (patch)
treefc2fb6a91e6604e3b5497a22cd3bc5ad9882fc23
parente33eb48ad04270772df3ec15920f36141d274076 (diff)
Fixed linking warning for ASIO (nw)
-rw-r--r--src/osd/asio.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/osd/asio.h b/src/osd/asio.h
index 67efe07acda..cde767edee3 100644
--- a/src/osd/asio.h
+++ b/src/osd/asio.h
@@ -17,7 +17,6 @@
#pragma GCC diagnostic ignored "-Wunused-variable"
#endif
-#define ASIO_HEADER_ONLY
#define ASIO_STANDALONE
#define ASIO_SEPARATE_COMPILATION
#define ASIO_NOEXCEPT noexcept(true)