Mail Archives: djgpp/1997/09/11/18:23:37
From: | "Nicholas Law" <nic DOT law AT dial DOT pipex DOT com>
|
Newsgroups: | comp.os.msdos.djgpp
|
Subject: | Warnings in DJGPP
|
Date: | 11 Sep 1997 18:30:12 GMT
|
Organization: | UUNET
|
Lines: | 11
|
Message-ID: | <01bcbee0$b69fa9c0$30f582c1@nicland>
|
NNTP-Posting-Host: | af048.du.pipex.com
|
To: | djgpp AT delorie DOT com
|
DJ-Gateway: | from newsgroup comp.os.msdos.djgpp
|
Hi all!
I'm making a 3D engine in DJGPP 2.01 and RHIDE and use a lot of conversions
from float to int types using simple assignment (a=b).
I keep getting irritating warnings telling me about these type conversions.
I've tried -Wconversion and -Wenum-clash to turn the warnings off but the
was no effect.
Can anyone help?
- Raw text -