Thread: Warning Messages

  1. #1
    Registered User
    Join Date
    Nov 2001
    Posts
    202

    Warning Messages

    This is a continuation of the discussion over on the C programming board called "Too many warning messages?"

    Salem~I posted a zip of my code and resources as you requested

  2. #2
    Registered User
    Join Date
    Nov 2001
    Posts
    202
    Sorry for somereason it wasnt uploaded, Sorry. We shall try this again :-)

  3. #3
    Has a Masters in B.S.
    Join Date
    Aug 2001
    Posts
    2,263
    most compilers support pragmas of this sort since its part of the standard though i don't know what the syntax and use rules are... check the compiler doc's ir something if these don't work.

    #pragma warning(disable:errornumberhere)

    // Code Segment...

    #pragma warning(default:errornumberhere)
    ADVISORY: This users posts are rated CP-MA, for Mature Audiences only.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 10
    Last Post: 07-10-2008, 03:45 PM
  2. Screwy Linker Error - VC2005
    By Tonto in forum C++ Programming
    Replies: 5
    Last Post: 06-19-2007, 02:39 PM
  3. <Gulp>
    By kryptkat in forum Windows Programming
    Replies: 7
    Last Post: 01-14-2006, 01:03 PM
  4. Dikumud
    By maxorator in forum C++ Programming
    Replies: 1
    Last Post: 10-01-2005, 06:39 AM
  5. Interface Question
    By smog890 in forum C Programming
    Replies: 11
    Last Post: 06-03-2002, 05:06 PM