• Compiler warnings
    Hi, We are using uVision3 V3.05c for one of my projects. Any time I open my compiler and compile my project it gives 80 to 100 warnings. If I compile again it comes to 10 warnings which are actuall...
  • Compiler warnings
    Hi, We are using uVision3 V3.05c for one of my projects. Any time I open my compiler and compile my project it gives 80 to 100 warnings. If I compile again it comes to 10 warnings which are actuall...
  • 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...