From: Wolfgang Bumiller Date: Sat, 24 Jan 2015 09:26:43 +0000 (+0100) Subject: why didn't gcc catch that... X-Git-Tag: xonotic-v0.8.2~20 X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fgmqcc.git;a=commitdiff_plain;h=e7d1e701c4498040ff77024d76a81cbc178c78f7;ds=sidebyside why didn't gcc catch that... --- diff --git a/ir.cpp b/ir.cpp index e9aa7b7..787a126 100644 --- a/ir.cpp +++ b/ir.cpp @@ -428,10 +428,8 @@ ir_function::ir_function(ir_builder* owner_, qc_type outtype_) name("<@unnamed>"), outtype(outtype_) { - owner = owner; context.file = "<@no context>"; context.line = 0; - outtype = outtype; } ir_function::~ir_function()