| Warning |
Occurs when... |
| Warning: anonymous definition declared at file scope |
A file-scope declaration has no construct name. It is strongly
recommended that you name declarations at file scope. The compiler
generates a mock-up name consisting of the construct general type and the
construct UID. |
| Warning: truncating initial value |
An initial value is greater in size than the variable that can accommodate it. |
| Warning: truncating value |
A value in a case label is greater in size than the type being examined. |