From 701baa9f313f5afc1f3ec2cd7a0d323cbe0bfe92 Mon Sep 17 00:00:00 2001 From: David Rose Date: Tue, 27 Nov 2007 01:06:34 +0000 Subject: [PATCH] compiler warning --- panda/src/pgraph/shaderAttrib.cxx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/panda/src/pgraph/shaderAttrib.cxx b/panda/src/pgraph/shaderAttrib.cxx index 2249fd4637..0b7b23d4e9 100755 --- a/panda/src/pgraph/shaderAttrib.cxx +++ b/panda/src/pgraph/shaderAttrib.cxx @@ -278,6 +278,9 @@ get_shader_input_nodepath(InternalName *id) const { } return p->get_nodepath(); } + + // Satisfy compiler. + return resfail; } ////////////////////////////////////////////////////////////////////