Go to the documentation of this file.
26#ifndef __OgreThreadHeadersBoost_H__
27#define __OgreThreadHeadersBoost_H__
29#if OGRE_COMPILER == OGRE_COMPILER_CLANG || OGRE_COMPILER == OGRE_COMPILER_GNUC
30# pragma GCC diagnostic push
31#if OGRE_COMPILER == OGRE_COMPILER_GNUC
32# pragma GCC diagnostic ignored "-Wpragmas"
33#elif OGRE_COMPILER == OGRE_COMPILER_CLANG
34# pragma GCC diagnostic ignored "-Wdocumentation"
36# pragma GCC diagnostic ignored "-Wshadow"
37# pragma GCC diagnostic ignored "-Wpadded"
38# pragma GCC diagnostic ignored "-Wweak-vtables"
39# pragma GCC diagnostic ignored "-Wall"
40# pragma GCC diagnostic ignored "-Wshorten-64-to-32"
41# pragma GCC diagnostic ignored "-Wunused-local-typedefs"
42# pragma GCC diagnostic ignored "-Wunused-variable"
43# pragma GCC diagnostic ignored "-Wundef"
46#include <boost/thread/tss.hpp>
47#include <boost/thread/recursive_mutex.hpp>
48#include <boost/thread/condition.hpp>
49#include <boost/thread/thread.hpp>
50#include <boost/thread/shared_mutex.hpp>
51#include <boost/thread/locks.hpp>
53#if OGRE_COMPILER == OGRE_COMPILER_CLANG || OGRE_COMPILER == OGRE_COMPILER_GNUC
54# pragma GCC diagnostic pop
Copyright © 2012 Torus Knot Software Ltd

This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License.