stdcpp/tsrc/Stdcpp_test/stdcxx/testengine/src/printf.cpp
changeset 22 ddc455616bd6
parent 0 e4d67989cc36
child 45 4b03adbd26ca
child 57 2efc27d87e1c
equal deleted inserted replaced
18:47c74d1534e1 22:ddc455616bd6
    50 #include <ios>
    50 #include <ios>
    51 #include <iostream>
    51 #include <iostream>
    52 #include <locale>
    52 #include <locale>
    53 //#include <string>
    53 //#include <string>
    54 #include <string.h>
    54 #include <string.h>
       
    55 
       
    56 #ifdef __ARMCC__
       
    57 #pragma diag_suppress 61
       
    58 #pragma diag_suppress 63
       
    59 #endif
    55 
    60 
    56 #define _RWSTD_NO_EXT_BIN_IO
    61 #define _RWSTD_NO_EXT_BIN_IO
    57 #define _RWSTD_NO_EXT_REENTRANT_IO
    62 #define _RWSTD_NO_EXT_REENTRANT_IO
    58 
    63 
    59 #ifndef __SYMBIAN32__
    64 #ifndef __SYMBIAN32__