Changes between Version 4 and Version 5 of Guidelines/Warnings/Microsoft


Ignore:
Timestamp:
Sep 3, 2010, 11:58:08 AM (12 years ago)
Author:
Daniel James
Comment:

Try adding some horizontal rules to separate the items.

Legend:

Unmodified
Added
Removed
Modified
  • Guidelines/Warnings/Microsoft

    v4 v5  
    22
    33[[PageOutline(1-2)]]
     4
     5----
    46
    57== C4100 - Unreferenced formal parameter == #c4100
     
    1315`#  pragma warning(disable: 4100) // 'name' : unreferenced formal parameter`
    1416
     17----
     18
    1519== C4127 - Conditional expression is constant == #c4127
    1620
     
    2226
    2327`#  pragma warning(disable: 4127) // conditional expression is constant.`
     28
     29----