Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: Makedependen warnings  (Read 2352 times)

0 Members and 1 Guest are viewing this topic.

roohi

    Topic Starter


    Beginner

    Makedependen warnings
    « on: October 15, 2008, 05:48:30 AM »
    I am using makedepend source downloaded from
    http://llg.cubic.org/docs/vc7.html

    Now as I am using this it returns me number of warnnings that
    Quote
    C:\makedepend\makedepend: warning:  C:/Program Files/Microsoft Visual Studio/VC98/Include/winuser.h:  non-portable whitespace encountered at line 2444

    Can any one help me out to slove this , while before using this code I was not getting this warning with makedepend .

    previously I use makedepende exe provided by someone , I dont have the source code of that one.

    Thanks for any help .

    roohi

      Topic Starter


      Beginner

      Re: Makedependen warnings
      « Reply #1 on: October 15, 2008, 07:12:39 AM »
      makedepend utility always complains about whitespace before the '#' in preprocessor directives.

      if any one get this warnings the easiest way to avoid that , dump these warnings into a temp file and deleting this temp file at the end.