comparison src/mail/ngx_mail_handler.c @ 2951:5acd98486a33

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 Thu, 18 Jun 2009 13:14:51 +0000
parents a96a8c916b0c
children ac33852faaac
comparison
equal deleted inserted replaced
2950:3ac5032f5981 2951:5acd98486a33
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;