LwIP 2.2.1在STM32F407VET6平台 移植
This commit is contained in:
6
ThirdParty/lwip-2.2.1/contrib/examples/example_app/ppp_settings.h
vendored
Normal file
6
ThirdParty/lwip-2.2.1/contrib/examples/example_app/ppp_settings.h
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
#ifdef _MSC_VER
|
||||
#pragma warning (disable: 4242) /* PPP only: conversion from 'x' to 'y', possible loss of data */
|
||||
#pragma warning (disable: 4244) /* PPP only: conversion from 'x' to 'y', possible loss of data (again?) */
|
||||
#pragma warning (disable: 4310) /* PPP only: cast truncates constant value */
|
||||
#pragma warning (disable: 4706) /* PPP only: assignment within conditional expression */
|
||||
#endif /* MSC_VER */
|
||||
Reference in New Issue
Block a user