~ubuntu-branches/debian/sid/abi-compliance-checker/sid

« back to all changes in this revision

Viewing changes to modules/RulesBin.xml

  • Committer: Package Import Robot
  • Author(s): Mathieu Malaterre
  • Date: 2013-07-29 21:56:09 UTC
  • mfrom: (1.2.2)
  • Revision ID: package-import@ubuntu.com-20130729215609-7wv3mjhn5mn6yceb
Tags: 1.99.7-1
* New upstream
  - Fixed default arguments of methods (broken in 1.99.1)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1422
1422
 
1423
1423
<rule>
1424
1424
    <id>
 
1425
        Struct_Field_Size_Increased
 
1426
    </id>
 
1427
    <severity>
 
1428
        Low
 
1429
    </severity>
 
1430
    <kind>
 
1431
        Fields
 
1432
    </kind>
 
1433
    <change>
 
1434
        Size of field @target has been changed from @old_size to @new_size.
 
1435
    </change>
 
1436
    <effect>
 
1437
        Previous accesses of applications and library functions to this field may be broken.
 
1438
    </effect>
 
1439
</rule>
 
1440
 
 
1441
<rule>
 
1442
    <id>
1425
1443
        Field_Size_And_Layout
1426
1444
    </id>
1427
1445
    <severity>