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 old style.
I tried using -Jdir[..\zlib] to try and suppress the warning messages but that did not work.
Anyone know how to suppress this warning message? If it really is using -Jdir could you please post an example compiler command line?
Thanks!