Changeset 804 in dev


Ignore:
Timestamp:
Feb 12, 2011, 12:32:21 AM (13 years ago)
Author:
イグトランス (egtra)
Message:

ライブラリからの警告を抑制するpragmaを追加

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/egtra/ab5.0/abdev/abdev/stdafx.h

    r772 r804  
    2626#include <atlcom.h>
    2727#include <atlhost.h>
     28#pragma warning(push)
     29#pragma warning(disable: 6011 6246 6255 6269 6387)
    2830#include <atlapp.h>
    2931#include <atlframe.h>
     
    3133#include <atlmisc.h>
    3234#include <atlctrls.h>
     35#pragma warning(pop)
    3336
    3437//boost libraries
     
    4043
    4144// tinyxml
     45#pragma warning(push)
     46#pragma warning(disable: 6011)
    4247#include <tinyxml/tinyxml.h>
     48#pragma warning(pop)
    4349
    4450#include <jenga/include/jenga.h>
Note: See TracChangeset for help on using the changeset viewer.