Skip to content
Snippets Groups Projects
Commit 638c40f6 authored by Rye Mutt's avatar Rye Mutt :bread:
Browse files

Supress Wpessimizing-move warning from boost

parent b7741a0b
No related branches found
No related tags found
No related merge requests found
......@@ -34,10 +34,16 @@
#include "../llcoproceduremanager.h"
#include <functional>
#if LL_GNUC
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wpessimizing-move"
#endif
#include <boost/fiber/fiber.hpp>
#include <boost/fiber/buffered_channel.hpp>
#include <boost/fiber/unbuffered_channel.hpp>
#if LL_GNUC
#pragma GCC diagnostic pop
#endif
#include "../test/lltut.h"
#include "../test/sync.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment