IAP class library for LPC1768, LPC11U24, LPC1114, LPC812 and LPC824
Dependents: MakerBotServer SystemManagement IAP_testing Arch_Pro_TCPSocket ... more
Revision 10:59f7e32ae397, committed 2018-08-16
- Comitter:
- okano
- Date:
- Thu Aug 16 06:24:19 2018 +0000
- Parent:
- 9:26095608ac1a
- Commit message:
- compiler warning supressed
Changed in this revision
IAP.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r 26095608ac1a -r 59f7e32ae397 IAP.cpp --- a/IAP.cpp Thu Aug 16 06:18:29 2018 +0000 +++ b/IAP.cpp Thu Aug 16 06:24:19 2018 +0000 @@ -220,6 +220,8 @@ return ( (int)IAP_result[ 0 ] ); } +#pragma diag_suppress 1293 // suppressing warning of "assignment in condition" + int IAP::write_page( char *source_addr, int target_page ) { int r;