I wrote:
> The other warnings are due to declaring t_texture::tex_obj as u32 but
> using it as GLuint.  The latter type appears to be defined consistently
> as unsigned int while the former is system-dependent.

Actually this is not the case; u32 is not taken from a standard header
but is defined in include/pdp_types.h as unsigned long.  Similarly s32
is defined as long.  I hope nothing relies on these being exactly 32
bits in size.

Ben.

-- 
Ben Hutchings
It is easier to change the specification to fit the program than vice versa.

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to