POV-Ray : Newsgroups : povray.beta-test : 3.7rc6 on Raspberry PI, compile errors : Re: 3.7rc6 on Raspberry PI, compile errors Server Time
17 May 2024 09:40:27 EDT (-0400)
  Re: 3.7rc6 on Raspberry PI, compile errors  
From: Warp
Date: 17 Aug 2012 16:12:50
Message: <502ea5c1@news.povray.org>
Le_Forgeron <jgr### [at] freefr> wrote:
> The array is declared unsigned int, prefilled with numbers up to
> 0x8B18014C ( 2 333 606 220 ), with two neighbours at 2 203 961 430
> (0x835DC856).

In C90 those are signed long long ints, and they are being assigned to
unsigned ints, hence the warning.

Write 0x8B18014CU and 0x835DC856U to make it explicit that unsigned ints
are desired.

-- 
                                                          - Warp


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.