SPP1225 Warning, Statement beginning on line <line>:<type> int is being used - Preprocessor2 for Embedded SQL

Teradata Preprocessor2 (SPP Prefix) Messages

Deployment
VantageCloud
VantageCore
Edition
Enterprise
IntelliFlex
Lake
VMware
Product
Preprocessor2 for Embedded SQL
Release Number
15.xx, 16.xx, 17.xx, 20.xx
Published
June 2020
Language
English (United States)
Last Update
2023-11-20
lifecycle
Latest
Product Category
Teradata Tools and Utilities

SPP1225 Warning, Statement beginning on line <line>:<type> int is being used

Language:

C

Possible Cause:

Unqualified int type used.

Possible Solution:

The precompiler assumes either short or long int depending on which platform the precompiler is executing. The int should be qualified to insure the proper size is being used.