source: azure_iot_hub_f767zi/trunk/asp_baseplatform/lwip/contrib-2.1.0/examples/example_app/ppp_settings.h@ 457

Last change on this file since 457 was 457, checked in by coas-nagasima, 4 years ago

ファイルを追加

  • Property svn:eol-style set to native
  • Property svn:mime-type set to text/x-chdr;charset=UTF-8
File size: 410 bytes
Line 
1#ifdef _MSC_VER
2#pragma warning (disable: 4242) /* PPP only: conversion from 'x' to 'y', possible loss of data */
3#pragma warning (disable: 4244) /* PPP only: conversion from 'x' to 'y', possible loss of data (again?) */
4#pragma warning (disable: 4310) /* PPP only: cast truncates constant value */
5#pragma warning (disable: 4706) /* PPP only: assignment within conditional expression */
6#endif /* MSC_VER */
Note: See TracBrowser for help on using the repository browser.