• compiler warning
    hi... i am getting a compiler warning... "warning: C3007E: Uninitialised or corrupted use of PSR. This code may not work correctly" how to fix this warning? thanks.
  • compiler warning
    hi... i am getting a compiler warning... "warning: C3007E: Uninitialised or corrupted use of PSR. This code may not work correctly" how to fix this warning? thanks.
  • Compiler warning - why?
    I am just learning C by starting on modifying an example program to do what I want it to do. But immediately get warning messages although the compiled program runs fine. Whenever I declare a variable...
  • Disable compiler warning
    How do you disable compiler warnings in uVision 4? It's for a K20 procesor so it's an ARM Cortex M4. I tried the standard C++ #pragma warning but it didn't sppear to work...
  • Suppress compiler warning
    I'm using uVision 4 with an ARM9 and implementing the zlib compression library. I'm getting a lot of warning messages "warning: #1294-D: Old-style function deflateInit_" because the library uses the...