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-14 08:50:58 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
ad8599574a
quakeforge
/
tools
/
qfcc
/
test
/
classarray.r
13 lines
84 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
[qfcc] Catch declarations of arrays of class They're still static instances.
2020-03-30 09:55:04 +00:00
@
interface
foo
{
id
isa
;
}
@
end
void
bar
(
)
{
foo
foos
[1
]
;
}
Reference in a new issue
Copy permalink