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
6d9224dd60
commit
91852cc725
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
|
||||
// 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
|
||||
|
|
|
@ -29,7 +29,9 @@ class CFauna;
|
|||
|
||||
|
||||
|
||||
#ifdef NL_OS_WINDOWS
|
||||
#pragma warning (disable : 4355)
|
||||
#endif // NL_OS_WINDOWS
|
||||
|
||||
//////////////////////////////////////////////////////////////////////////////
|
||||
// CBotPlayer //
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue