Binary compatibility report for the GTA library between 0.9.2 and 0.9.3 versions on x86
Test Info
Library Name | GTA |
Version #1 | 0.9.2 |
Version #2 | 0.9.3 |
CPU Architecture | x86 |
GCC Version | 4.6.1 |
Test Results
Total Header Files | 3 |
Total Shared Libraries | 1 |
Total Symbols / Types | 72 / 61 |
Verdict | Incompatible (1.39%) |
---|
Problem Summary
| Severity | Count |
---|
Added Symbols | - | 0 |
Removed Symbols | High | 1 |
Problems with Data Types | High | 0 |
Medium | 0 |
Low | 0 |
Problems with Symbols | High | 0 |
Medium | 0 |
Low | 1 |
Problems with Constants | Low | 0 |
Other Changes | - | 0 |
Removed Symbols (1)
gta.h,
libgta.so.0.0.0
gta_data_is_chunked ( gta_header_t const* header )
to the top
Problems with Symbols, Low Severity (1)
gta.h,
libgta.so.0.0.0
[+] gta_get_compression ( gta_header_t* header ) (1)
changed to:gta_get_compression ( gta_header_t const* header )
| Change | Effect |
---|
1 | Type of 1st parameter header has been changed from gta_header_t* to gta_header_t const*. | Replacement of parameter data type may indicate a change in its semantic meaning. |
to the top
Header Files (3)
gta.h
gta.hpp
gta_version.h
to the top
Shared Libraries (1)
libgta.so.0.0.0
to the top