You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Rob Hartill <ro...@imdb.com> on 1997/11/17 16:28:16 UTC

Compile Report (fwd)

---------- Forwarded message ----------
Date: Mon, 17 Nov 1997 01:07:49 -0800
From: "Zacharias J. Beckman" <za...@dreams.com>
To: "'apache-bugs@apache.org'" <ap...@apache.org>
Subject: Compile Report

Enclosed is a compilation showing a few warnings (hopefully innocuous) on 
OSF1 (DEC UNIX 3.2g) using GCC 2.7.2. Some of the warnings are generated in 
modules... some in Apache code. FYI...

# make
gcc -c  -I/usr/local/Hughes/include -O2 -DOSF1 -DSTATUS   md5c.c
gcc -c  -I/usr/local/Hughes/include -O2 -DOSF1 -DSTATUS   util_md5.c
gcc -c  -I/usr/local/Hughes/include -O2 -DOSF1 -DSTATUS   explain.c
gcc -c  -I/usr/local/Hughes/include -O2 -DOSF1 -DSTATUS   http_bprintf.c
gcc -c  -I/usr/local/Hughes/include -O2 -DOSF1 -DSTATUS   util_date.c
gcc -c  -I/usr/local/Hughes/include -O2 -DOSF1 -DSTATUS   util_snprintf.c
gcc -c  -I/usr/local/Hughes/include -O2 -DOSF1 -DSTATUS   mod_env.c
gcc -c  -I/usr/local/Hughes/include -O2 -DOSF1 -DSTATUS   mod_log_config.c
gcc -c  -I/usr/local/Hughes/include -O2 -DOSF1 -DSTATUS   mod_mime.c
gcc -c  -I/usr/local/Hughes/include -O2 -DOSF1 -DSTATUS   mod_negotiation.c
gcc -c  -I/usr/local/Hughes/include -O2 -DOSF1 -DSTATUS   mod_status.c
gcc -c  -I/usr/local/Hughes/include -O2 -DOSF1 -DSTATUS   mod_include.c
gcc -c  -I/usr/local/Hughes/include -O2 -DOSF1 -DSTATUS   mod_dir.c
mod_dir.c: In function `add_opts_int':
mod_dir.c:178: warning: cast to pointer from integer of different size
mod_dir.c: In function `find_opts':
mod_dir.c:395: warning: cast from pointer to integer of different size
gcc -c  -I/usr/local/Hughes/include -O2 -DOSF1 -DSTATUS   mod_cgi.c
gcc -c  -I/usr/local/Hughes/include -O2 -DOSF1 -DSTATUS   mod_asis.c
gcc -c  -I/usr/local/Hughes/include -O2 -DOSF1 -DSTATUS   mod_imap.c
gcc -c  -I/usr/local/Hughes/include -O2 -DOSF1 -DSTATUS   mod_actions.c
gcc -c  -I/usr/local/Hughes/include -O2 -DOSF1 -DSTATUS   mod_alias.c
mod_alias.c: In function `add_redirect':
mod_alias.c:140: warning: cast from pointer to integer of different size
gcc -c  -I/usr/local/Hughes/include -O2 -DOSF1 -DSTATUS   mod_access.c
gcc -c  -I/usr/local/Hughes/include -O2 -DOSF1 -DSTATUS   mod_auth.c
gcc -c  -I/usr/local/Hughes/include -O2 -DOSF1 -DSTATUS   mod_auth_dbm.c
gcc -c  -I/usr/local/Hughes/include -O2 -DOSF1 -DSTATUS   mod_auth_msql.c
mod_auth_msql.c: In function `msql_set_string_slot':
mod_auth_msql.c:468: warning: cast from pointer to integer of different 
size
gcc -c  -I/usr/local/Hughes/include -O2 -DOSF1 -DSTATUS   mod_digest.c
gcc -c  -I/usr/local/Hughes/include -O2 -DOSF1 -DSTATUS   mod_expires.c
gcc -c  -I/usr/local/Hughes/include -O2 -DOSF1 -DSTATUS   mod_headers.c
gcc -c  -I/usr/local/Hughes/include -O2 -DOSF1 -DSTATUS   mod_browser.c
mod_browser.c: In function `add_browser':
mod_browser.c:101: warning: cast from pointer to integer of different size
gcc -c  -I/usr/local/Hughes/include -O2 -DOSF1 -DSTATUS   mod_php.c
mod_php.c: In function `phpflaghandler':
mod_php.c:135: warning: cast from pointer to integer of different size
mod_php.c: In function `phptake1handler':
mod_php.c:165: warning: cast from pointer to integer of different size
---
"Keep in mind any opinion I express herein is mine, and mine alone..."
Zacharias J. Beckman - zac@rdoor.com - 310-450-4717 vox, 450-4743 fax
520 Washington Boulevard, Suite #339, Marina del Rey, California 90292
http://www.dreams.com



Re: Compile Report (fwd)

Posted by Dean Gaudet <dg...@arctic.org>.
Fixed in 1.3.  Not fatal in 1.2. 

Dean

On Mon, 17 Nov 1997, Rob Hartill wrote:

> 
> ---------- Forwarded message ----------
> Date: Mon, 17 Nov 1997 01:07:49 -0800
> From: "Zacharias J. Beckman" <za...@dreams.com>
> To: "'apache-bugs@apache.org'" <ap...@apache.org>
> Subject: Compile Report
> 
> Enclosed is a compilation showing a few warnings (hopefully innocuous) on 
> OSF1 (DEC UNIX 3.2g) using GCC 2.7.2. Some of the warnings are generated in 
> modules... some in Apache code. FYI...
> 
> # make
> gcc -c  -I/usr/local/Hughes/include -O2 -DOSF1 -DSTATUS   md5c.c
> gcc -c  -I/usr/local/Hughes/include -O2 -DOSF1 -DSTATUS   util_md5.c
> gcc -c  -I/usr/local/Hughes/include -O2 -DOSF1 -DSTATUS   explain.c
> gcc -c  -I/usr/local/Hughes/include -O2 -DOSF1 -DSTATUS   http_bprintf.c
> gcc -c  -I/usr/local/Hughes/include -O2 -DOSF1 -DSTATUS   util_date.c
> gcc -c  -I/usr/local/Hughes/include -O2 -DOSF1 -DSTATUS   util_snprintf.c
> gcc -c  -I/usr/local/Hughes/include -O2 -DOSF1 -DSTATUS   mod_env.c
> gcc -c  -I/usr/local/Hughes/include -O2 -DOSF1 -DSTATUS   mod_log_config.c
> gcc -c  -I/usr/local/Hughes/include -O2 -DOSF1 -DSTATUS   mod_mime.c
> gcc -c  -I/usr/local/Hughes/include -O2 -DOSF1 -DSTATUS   mod_negotiation.c
> gcc -c  -I/usr/local/Hughes/include -O2 -DOSF1 -DSTATUS   mod_status.c
> gcc -c  -I/usr/local/Hughes/include -O2 -DOSF1 -DSTATUS   mod_include.c
> gcc -c  -I/usr/local/Hughes/include -O2 -DOSF1 -DSTATUS   mod_dir.c
> mod_dir.c: In function `add_opts_int':
> mod_dir.c:178: warning: cast to pointer from integer of different size
> mod_dir.c: In function `find_opts':
> mod_dir.c:395: warning: cast from pointer to integer of different size
> gcc -c  -I/usr/local/Hughes/include -O2 -DOSF1 -DSTATUS   mod_cgi.c
> gcc -c  -I/usr/local/Hughes/include -O2 -DOSF1 -DSTATUS   mod_asis.c
> gcc -c  -I/usr/local/Hughes/include -O2 -DOSF1 -DSTATUS   mod_imap.c
> gcc -c  -I/usr/local/Hughes/include -O2 -DOSF1 -DSTATUS   mod_actions.c
> gcc -c  -I/usr/local/Hughes/include -O2 -DOSF1 -DSTATUS   mod_alias.c
> mod_alias.c: In function `add_redirect':
> mod_alias.c:140: warning: cast from pointer to integer of different size
> gcc -c  -I/usr/local/Hughes/include -O2 -DOSF1 -DSTATUS   mod_access.c
> gcc -c  -I/usr/local/Hughes/include -O2 -DOSF1 -DSTATUS   mod_auth.c
> gcc -c  -I/usr/local/Hughes/include -O2 -DOSF1 -DSTATUS   mod_auth_dbm.c
> gcc -c  -I/usr/local/Hughes/include -O2 -DOSF1 -DSTATUS   mod_auth_msql.c
> mod_auth_msql.c: In function `msql_set_string_slot':
> mod_auth_msql.c:468: warning: cast from pointer to integer of different 
> size
> gcc -c  -I/usr/local/Hughes/include -O2 -DOSF1 -DSTATUS   mod_digest.c
> gcc -c  -I/usr/local/Hughes/include -O2 -DOSF1 -DSTATUS   mod_expires.c
> gcc -c  -I/usr/local/Hughes/include -O2 -DOSF1 -DSTATUS   mod_headers.c
> gcc -c  -I/usr/local/Hughes/include -O2 -DOSF1 -DSTATUS   mod_browser.c
> mod_browser.c: In function `add_browser':
> mod_browser.c:101: warning: cast from pointer to integer of different size
> gcc -c  -I/usr/local/Hughes/include -O2 -DOSF1 -DSTATUS   mod_php.c
> mod_php.c: In function `phpflaghandler':
> mod_php.c:135: warning: cast from pointer to integer of different size
> mod_php.c: In function `phptake1handler':
> mod_php.c:165: warning: cast from pointer to integer of different size
> ---
> "Keep in mind any opinion I express herein is mine, and mine alone..."
> Zacharias J. Beckman - zac@rdoor.com - 310-450-4717 vox, 450-4743 fax
> 520 Washington Boulevard, Suite #339, Marina del Rey, California 90292
> http://www.dreams.com
> 
> 
>