FLAM Issue Tracker - FL5 | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0000129 | FL5 | a. Build | public | 2013-08-07 07:49 | 2013-08-07 12:16 |
Reporter | Falk Reichbott | ||||
Assigned To | Ulrich Schwab | ||||
Priority | high | Severity | major | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Platform | System z | OS | LINUX | OS Version | SELS |
Product Version | |||||
Target Version | 0.08 | Fixed in Version | 0.08 | ||
Summary | 0000129: Use always fixed size types in format strings | ||||
Description | FLAM internally uses always fixed size types (f.e. I32) but the zLinux cross compilation results in a lot of warings for sizeof, errno and other values, because %d or %u in the format string does not fit with the size of these non FLAM values. In all these cases we must cast the values to I32 or U32 and use %ld or %lu so that our source is 32 and 64 bit as well as more platform independent. The reason for all these warnings on zLinux is the missing m32 compiler option in the zLinux make file. To prepare 32 and 64 deployments of FL5 for all platforms this change would be usefull. | ||||
Steps To Reproduce | |||||
Additional Information | |||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | |||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2013-08-07 07:49 | Falk Reichbott | New Issue | |||
2013-08-07 07:49 | Falk Reichbott | Status | new => assigned | ||
2013-08-07 07:49 | Falk Reichbott | Assigned To | => Ulrich Schwab | ||
2013-08-07 07:49 | Falk Reichbott | View Status | private => public | ||
2013-08-07 11:10 | Ulrich Schwab | Summary | Use always fix size types in format strings => Use always fixed size types in format strings | ||
2013-08-07 11:10 | Ulrich Schwab | Description Updated | bug_revision_view_page.php?rev_id=55#r55 | ||
2013-08-07 12:16 | Ulrich Schwab | Status | assigned => resolved | ||
2013-08-07 12:16 | Ulrich Schwab | Fixed in Version | => 0.08 | ||
2013-08-07 12:16 | Ulrich Schwab | Resolution | open => fixed |
There are no notes attached to this issue. |