Clone
Gustaf Neumann <neumann@wu-wien.ac.at>
committed
on 30 Nov 15
- New macros NSF_nonnull_assert() and nonnull_assert() Background: The unreleased gcc6 with "-pedantic" complaints since recently about … Show more
- New macros NSF_nonnull_assert() and nonnull_assert()   Background: The unreleased gcc6 with "-pedantic"   complaints since recently about asserts, in which nonnull   conditions implied by nonnull declarations are explicitly   tested, and spits out warnings like       ... warning: nonnull argument ... compared to NULL ...   The new macros turns off asserts, when gcc6 is used.

Show less

2-1-0-rc + 44 more