comparison src/mail/ngx_mail_handler.c @ 2962:19f9a5eae383 stable-0.7

merge r2952: ignore ngx_atomic_fetch_add() result this fixes building at least by gcc 4.2.1 on Mac OS X 10.6
author Igor Sysoev <igor@sysoev.ru>
date Mon, 22 Jun 2009 09:31:33 +0000
parents a96a8c916b0c
children ac33852faaac
comparison
equal deleted inserted replaced
2961:31526449835f 2962:19f9a5eae383
708 } 708 }
709 709
710 #endif 710 #endif
711 711
712 #if (NGX_STAT_STUB) 712 #if (NGX_STAT_STUB)
713 ngx_atomic_fetch_add(ngx_stat_active, -1); 713 (void) ngx_atomic_fetch_add(ngx_stat_active, -1);
714 #endif 714 #endif
715 715
716 c->destroyed = 1; 716 c->destroyed = 1;
717 717
718 pool = c->pool; 718 pool = c->pool;