[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
On 23 Feb 2010, at 15:36 , Peter Hull wrote:
> OK, raising this thread from the dead, but, can I add the noreturn
> attribute to al_assert and make sure it doesn't actually return? It
> cuts out all the null pointer dereference errors from the clang static
> analysis that Evert and I have been running.
No idea what it does or why we shouldn't do it (I don't remember the thread), but you can always add it on only on OS X if it interferes with other platforms.
Evert