diff options
author | Janne Anttila <janne.anttila@digia.com> | 2009-09-08 10:58:01 (GMT) |
---|---|---|
committer | Janne Anttila <janne.anttila@digia.com> | 2009-09-09 06:06:05 (GMT) |
commit | 5a4d3eec863e10d45edb76659c06729efdea4d9d (patch) | |
tree | 3962f7b4d58e3d1dc1e03b2983edc47f6ce6e24e /src/gui/text | |
parent | f5ef0b09d34e238b9976875ccba2463c2242c748 (diff) | |
download | Qt-5a4d3eec863e10d45edb76659c06729efdea4d9d.zip Qt-5a4d3eec863e10d45edb76659c06729efdea4d9d.tar.gz Qt-5a4d3eec863e10d45edb76659c06729efdea4d9d.tar.bz2 |
Fixed compiler warnings for RVCT compiler.
When compiling libmng for RVCT the following compiler warnings were
reported:
- #177-D: variable "pTemp" was declared but never referenced
- #14-D: extra text after expected end of preprocessing directive
This fix delays the pTemp declaration, until they are needed inside
used for example in 'mng_create_imagedataobject' function.
For 'extra text after expected end of preprocessing directive' warning
the fix is to use:
#endif /* MNG_SUPPORT_WRITE */
Instead of:
#endif MNG_SUPPORT_WRITE
Task-number: 241223
Reviewed-by: Espen Riskedal
Diffstat (limited to 'src/gui/text')
0 files changed, 0 insertions, 0 deletions