mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 09:19:01 +00:00
Changed: #825 Remove all warning when compiling Ryzom
This commit is contained in:
parent
d99f9aa3cf
commit
aad61b3ecb
3 changed files with 6 additions and 0 deletions
|
@ -14,7 +14,9 @@
|
||||||
// You should have received a copy of the GNU Affero General Public License
|
// You should have received a copy of the GNU Affero General Public License
|
||||||
// along with this program. If not, see <http://www.gnu.org/licenses/>.
|
// along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
|
#ifdef NL_OS_WINDOWS
|
||||||
#pragma warning (disable : 4355) // warning C4355: 'this' : used in base member initializer list
|
#pragma warning (disable : 4355) // warning C4355: 'this' : used in base member initializer list
|
||||||
|
#endif // NL_OS_WINDOWS
|
||||||
|
|
||||||
#ifndef RYAI_BOT_PET_H
|
#ifndef RYAI_BOT_PET_H
|
||||||
#define RYAI_BOT_PET_H
|
#define RYAI_BOT_PET_H
|
||||||
|
|
|
@ -29,7 +29,9 @@ class CFauna;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
#ifdef NL_OS_WINDOWS
|
||||||
#pragma warning (disable : 4355)
|
#pragma warning (disable : 4355)
|
||||||
|
#endif // NL_OS_WINDOWS
|
||||||
|
|
||||||
//////////////////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////////////////
|
||||||
// CBotPlayer //
|
// CBotPlayer //
|
||||||
|
|
|
@ -26,7 +26,9 @@
|
||||||
// The only valid constructor requires a pointer to the parent class that the
|
// The only valid constructor requires a pointer to the parent class that the
|
||||||
// list link represents
|
// list link represents
|
||||||
|
|
||||||
|
#ifdef NL_OS_WINDOWS
|
||||||
#pragma warning (disable : 4355)
|
#pragma warning (disable : 4355)
|
||||||
|
#endif // NL_OS_WINDOWS
|
||||||
|
|
||||||
template <class C>
|
template <class C>
|
||||||
class CListLink
|
class CListLink
|
||||||
|
|
Loading…
Reference in a new issue