Home
last modified time | relevance | path

Searched refs:warning (Results 1 – 7 of 7) sorted by relevance

/TwlSDK-5.3.1/
Dchangelog-TwlSDK-5_3_patch1-20090824.txt17 - Revised the warning display for running TWL-exclusive ROM on NITRO.
19 …a TWL-exclusive ROM was run on NITRO, the OS_Init function would detect it and display the warning.
20 …sive ROM on NITRO, the NitroStartUp function was skipped, preventing the warning from being displa…
21 …e in the _start function rather than in the OS_Init function so that the warning is displayed rega…
/TwlSDK-5.3.1/include/
Dtwl_win32.h41 #pragma warning(disable:4201) // warning for nameless structure definition
61 #pragma warning(default:4201)
Dnitro_win32.h41 #pragma warning(disable:4201) // warning for nameless structure definition
61 #pragma warning(default:4201)
/TwlSDK-5.3.1/include/nitro/snd/common/
Dbank.h69 #pragma warning( disable : 4200 ) // warning: zero-sized array in struct/union
171 #pragma warning( default : 4200 ) // warning: zero-sized array in struct/union
/TwlSDK-5.3.1/build/tools/makelcf/
Dmisc.h54 #define warning(...) do { fprintf(stderr, "Warning: "); \ macro
/TwlSDK-5.3.1/build/tools/makelcf.TWL/
Dmisc.h40 #define warning(...) do { fprintf(stderr, "Warning: "); \ macro
/TwlSDK-5.3.1/build/libraries/snd/common/src/
Dsnd_bank.c43 #pragma warning( disable : 4018 ) // Warning: Signed/unsigned mismatch
44 #pragma warning( disable : 4311 ) // Warning: Pointer truncation from 'type' to 'type'
45 #pragma warning( disable : 4312 ) // Warning: Conversion from 'type' to 'type' of greater size