Warnings by compiler regarding ADO

From: Abdul N K (abdul_n_khan_at_hotmail.com)
Date: 12/23/04


Date: 23 Dec 2004 00:54:33 -0800

In my VisualC++ Project, I used to get the following warning. I am
using ADO 2.7 I don't know, what is wrong with my ADO

Intermediate\msado27.tlh(407) : warning C4146: unary minus operator
applied to unsigned type, result still unsigned

Can anyone tell me the reason?



Relevant Pages

  • Re: Warnings by compiler regarding ADO
    ... > In my VisualC++ Project, I used to get the following warning. ... > using ADO 2.7 I don't know, what is wrong with my ADO ... > applied to unsigned type, ...
    (microsoft.public.data.ado)
  • Re: GCC 3.3.1, new warnings with <limits>
    ... > on an unsigned type which does a < compareison. ... and thus prints out the warning. ... If I take the following preprocessed source and compile it ...
    (freebsd-current)
  • Use Microsoft CDO Example
    ... MSVC 6 on Windows XP. ... warning C4192: automatically excluding 'ISupportErrorInfo' while importing type library ... unary minus operator applied to unsigned type, ...
    (microsoft.public.win32.programmer.messaging)
  • Re: size_t and int comparison
    ... It's giving you a warning because strlen returns a size_t, ... some unsigned type. ... You're comparing it to 'i', ... every time through the loop. ...
    (comp.lang.cpp)
  • Re: [PATCH] i386, nmi: signed vs unsigned mixup
    ... signed and unsigned type in conditional expression (2109 instances ... So for the signedness related warnings we have a total of 14491 warnings. ... warning: ...
    (Linux-Kernel)