This website requires JavaScript.
Explore
Help
Sign in
qf
/
quakeforge
Watch
0
Star
0
Fork
You've already forked quakeforge
0
mirror of
https://git.code.sf.net/p/quake/quakeforge
synced
2024-11-15 01:11:27 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
7646f6b51e
quakeforge
/
tools
/
qfcc
/
test
/
double-demote-int-linit.r
9 lines
103 B
R
Raw
Normal View
History
Unescape
Escape
[qfcc] Add pragma to control warning promotion This allows me to disable -Werror in the Makefile but still have the build tests work properly and not fail when they shouldn't.
2022-01-25 13:14:12 +00:00
#pragma warn error
Catch and warn demotion of double in assignments
2020-02-15 08:24:53 +00:00
double
a
;
int
main
(
)
{
int
b
=
a
;
return
1
;
/
/
test
fails
if
compile
succeeds
}
Reference in a new issue
Copy permalink