Home | History | Annotate | Download | only in Python

Lines Matching full:warn

162 #define WARN(msg)                                       \
216 /* XXX: For compatibility, only warn about truncations
219 WARN("Truncation of value to char");
228 WARN("Truncation of value to unsigned char");
237 WARN("Truncation of value to short");
246 WARN("Truncation of value to unsigned short");
255 WARN("Truncation of value to int");
269 WARN("Writing negative value into unsigned field");
273 WARN("Truncation of value to unsigned int");
293 WARN("Writing negative value into unsigned field");