Changed: #825 Remove all warning when compiling Ryzom

This commit is contained in:
kervala 2010-09-29 10:20:09 +02:00
parent d99f9aa3cf
commit aad61b3ecb
3 changed files with 6 additions and 0 deletions

View file

@ -14,7 +14,9 @@
// 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/>.
#ifdef NL_OS_WINDOWS
#pragma warning (disable : 4355) // warning C4355: 'this' : used in base member initializer list
#endif // NL_OS_WINDOWS
#ifndef RYAI_BOT_PET_H
#define RYAI_BOT_PET_H

View file

@ -29,7 +29,9 @@ class CFauna;
#ifdef NL_OS_WINDOWS
#pragma warning (disable : 4355)
#endif // NL_OS_WINDOWS
//////////////////////////////////////////////////////////////////////////////
// CBotPlayer //

View file

@ -26,7 +26,9 @@
// The only valid constructor requires a pointer to the parent class that the
// list link represents
#ifdef NL_OS_WINDOWS
#pragma warning (disable : 4355)
#endif // NL_OS_WINDOWS
template <class C>
class CListLink