Re: [AD] Silence warning about "volatile" being ignored for OSAtomicIncrement32Barrie... |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
- To: Coordination of admins/developers of the game programming library Allegro <alleg-developers@xxxxxxxxxx>
- Subject: Re: [AD] Silence warning about "volatile" being ignored for OSAtomicIncrement32Barrie...
- From: Evert Glebbeek <eglebbk@xxxxxxxxxx>
- Date: Mon, 8 Dec 2008 15:00:22 -0500
On 8 Dec 2008, at 03:16, Peter Hull wrote:
In the diff it mentions a type '_AL_AITOMIC' Is this right or a
typo? (sorry I don't have all the source code here to grep through)
It's a typo, Peter Wang fixed it. It should be _AL_ATOMIC, of course.
Quite how I didn't catch that before giving "svn commit" I don't
know, since I pretty much always check whether things compile
properly and look at the diff before commiting anything.
Evert