[PATCH 4/6] Fix the COERCE_STATUS macro

2012-09-25 Thread Tomi Ollila
On Mon, Sep 24 2012, Austin Clements wrote: > Quoth Justus Winter on Sep 24 at 5:21 pm: >> Fix the COERCE_STATUS macro to handle _internal_error being declared >> as void function. >> >> Note that the function _internal_error does not return. Evaluating to >> NOTMUCH_STATUS_SUCCESS is done pure

Re: [PATCH 4/6] Fix the COERCE_STATUS macro

2012-09-25 Thread Tomi Ollila
On Mon, Sep 24 2012, Austin Clements wrote: > Quoth Justus Winter on Sep 24 at 5:21 pm: >> Fix the COERCE_STATUS macro to handle _internal_error being declared >> as void function. >> >> Note that the function _internal_error does not return. Evaluating to >> NOTMUCH_STATUS_SUCCESS is done pure

[PATCH 4/6] Fix the COERCE_STATUS macro

2012-09-24 Thread Justus Winter
Fix the COERCE_STATUS macro to handle _internal_error being declared as void function. Note that the function _internal_error does not return. Evaluating to NOTMUCH_STATUS_SUCCESS is done purely to appease the compiler. Signed-off-by: Justus Winter <4winter at informatik.uni-hamburg.de> --- lib/

[PATCH 4/6] Fix the COERCE_STATUS macro

2012-09-24 Thread Austin Clements
Quoth Justus Winter on Sep 24 at 5:21 pm: > Fix the COERCE_STATUS macro to handle _internal_error being declared > as void function. > > Note that the function _internal_error does not return. Evaluating to > NOTMUCH_STATUS_SUCCESS is done purely to appease the compiler. > > Signed-off-by: Justu

Re: [PATCH 4/6] Fix the COERCE_STATUS macro

2012-09-24 Thread Austin Clements
Quoth Justus Winter on Sep 24 at 5:21 pm: > Fix the COERCE_STATUS macro to handle _internal_error being declared > as void function. > > Note that the function _internal_error does not return. Evaluating to > NOTMUCH_STATUS_SUCCESS is done purely to appease the compiler. > > Signed-off-by: Justu

[PATCH 4/6] Fix the COERCE_STATUS macro

2012-09-24 Thread Justus Winter
Fix the COERCE_STATUS macro to handle _internal_error being declared as void function. Note that the function _internal_error does not return. Evaluating to NOTMUCH_STATUS_SUCCESS is done purely to appease the compiler. Signed-off-by: Justus Winter <4win...@informatik.uni-hamburg.de> --- lib/not