RAS
Fork of IAP by
Diff: IAP.cpp
- Revision:
- 10:59f7e32ae397
- Parent:
- 9:26095608ac1a
- Child:
- 11:69e39050fccf
--- 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;