From cvs-return-5155-apmail-apr-cvs-archive=apr.apache.org@apr.apache.org Thu Sep 25 14:50:47 2003 Return-Path: Delivered-To: apmail-apr-cvs-archive@www.apache.org Received: (qmail 6000 invoked from network); 25 Sep 2003 14:50:47 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 25 Sep 2003 14:50:47 -0000 Received: (qmail 99172 invoked by uid 500); 25 Sep 2003 14:49:51 -0000 Delivered-To: apmail-apr-cvs-archive@apr.apache.org Received: (qmail 99126 invoked by uid 500); 25 Sep 2003 14:49:51 -0000 Mailing-List: contact cvs-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Reply-To: dev@apr.apache.org Delivered-To: mailing list cvs@apr.apache.org Received: (qmail 99083 invoked from network); 25 Sep 2003 14:49:50 -0000 Date: 25 Sep 2003 14:49:55 -0000 Message-ID: <20030925144955.5592.qmail@minotaur.apache.org> From: trawick@apache.org To: apr-cvs@apache.org Subject: cvs commit: apr/test testatomic.c X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N trawick 2003/09/25 07:49:55 Modified: test testatomic.c Log: make empty parameter list explicit to avoid compile warning Revision Changes Path 1.31 +1 -1 apr/test/testatomic.c Index: testatomic.c =================================================================== RCS file: /home/cvs/apr/test/testatomic.c,v retrieving revision 1.30 retrieving revision 1.31 diff -u -r1.30 -r1.31 --- testatomic.c 25 Sep 2003 04:37:08 -0000 1.30 +++ testatomic.c 25 Sep 2003 14:49:55 -0000 1.31 @@ -165,7 +165,7 @@ return APR_SUCCESS; } -static apr_status_t check_basic_atomics32() +static apr_status_t check_basic_atomics32(void) { apr_uint32_t oldval; apr_uint32_t casval = 0;