Link to home
Start Free TrialLog in
Avatar of s_lavie
s_lavie

asked on

ADO compilation warning

Hi,
When using:
#import "C:\Program Files\Common Files\System\ADO\msado15.dll" no_namespace rename("EOF", "EndOfFile")

I get the following compilation warning:

c:\myprojects\ado\debug\msado15.tlh(403) : warning C4146: unary minus operator applied to unsigned type, result still unsigned

Which is obviously isn't my code.
What's the reason and how do I solve this?
Should I be worry about that warning?
ASKER CERTIFIED SOLUTION
Avatar of jtm111
jtm111

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial