mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* bcc32/Makefile.sub: should warn suspicious pointer conversion.
* bcc32/setup.mak: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@5717 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
a4b96f38ea
commit
1b529182e1
3 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
Mon Feb 16 02:14:29 2004 Hirokazu Yamamoto <ocean@m2.ccsnet.ne.jp>
|
||||||
|
|
||||||
|
* bcc32/Makefile.sub: should warn suspicious pointer conversion.
|
||||||
|
* bcc32/setup.mak: ditto.
|
||||||
|
|
||||||
Sun Feb 15 20:56:22 2004 Hirokazu Yamamoto <ocean@m2.ccsnet.ne.jp>
|
Sun Feb 15 20:56:22 2004 Hirokazu Yamamoto <ocean@m2.ccsnet.ne.jp>
|
||||||
|
|
||||||
* dir.c (push_braces): remove wrong const. [ruby-dev:22891]
|
* dir.c (push_braces): remove wrong const. [ruby-dev:22891]
|
||||||
|
|
|
@ -113,7 +113,7 @@ TESTS =
|
||||||
RDOCTARGET = install-doc
|
RDOCTARGET = install-doc
|
||||||
!endif
|
!endif
|
||||||
!ifndef CFLAGS
|
!ifndef CFLAGS
|
||||||
CFLAGS = -q $(DEBUGFLAGS) $(OPTFLAGS) $(PROCESSOR_FLAG) -w-
|
CFLAGS = -q $(DEBUGFLAGS) $(OPTFLAGS) $(PROCESSOR_FLAG) -w- -wsus
|
||||||
!endif
|
!endif
|
||||||
!ifndef CPPFLAGS
|
!ifndef CPPFLAGS
|
||||||
CPPFLAGS = -I. -I$(srcdir) -I$(srcdir)missing
|
CPPFLAGS = -I. -I$(srcdir) -I$(srcdir)missing
|
||||||
|
|
|
@ -78,7 +78,7 @@ PROCESSOR_LEVEL = $(PROCESSOR_LEVEL)
|
||||||
\# RUBY_INSTALL_NAME = ruby
|
\# RUBY_INSTALL_NAME = ruby
|
||||||
\# RUBY_SO_NAME = $$(RT)-$$(RUBY_INSTALL_NAME)$$(MAJOR)$$(MINOR)
|
\# RUBY_SO_NAME = $$(RT)-$$(RUBY_INSTALL_NAME)$$(MAJOR)$$(MINOR)
|
||||||
\# prefix = /usr
|
\# prefix = /usr
|
||||||
\# CFLAGS = -q $$(DEBUGFLAGS) $$(OPTFLAGS) $$(PROCESSOR_FLAG) -w-
|
\# CFLAGS = -q $$(DEBUGFLAGS) $$(OPTFLAGS) $$(PROCESSOR_FLAG) -w- -wsus
|
||||||
\# CPPFLAGS = -I. -I$$(srcdir) -I$$(srcdir)missing -DLIBRUBY_SO=\"$$(LIBRUBY_SO)\"
|
\# CPPFLAGS = -I. -I$$(srcdir) -I$$(srcdir)missing -DLIBRUBY_SO=\"$$(LIBRUBY_SO)\"
|
||||||
\# STACK = 0x2000000
|
\# STACK = 0x2000000
|
||||||
\# LDFLAGS = -S:$$(STACK)
|
\# LDFLAGS = -S:$$(STACK)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue