OSDN Git Service

intel: compiler: silence compiler warning
authorLionel Landwerlin <lionel.g.landwerlin@intel.com>
Tue, 3 Apr 2018 13:41:18 +0000 (14:41 +0100)
committerLionel Landwerlin <lionel.g.landwerlin@intel.com>
Wed, 4 Apr 2018 10:57:39 +0000 (11:57 +0100)
commit1beb80cb56170333c7fbe6bb144610d47e29f610
tree3ffa0edb560a4419da97534c5623eb36bb9a562e
parent41ac0b1443ca7c8c3481eab978a41b7caba5503a
intel: compiler: silence compiler warning

../src/intel/compiler/brw_reg.h: In function ‘bool brw_regs_negative_equal(const brw_reg*, const brw_reg*)’:
../src/intel/compiler/brw_reg.h:305:1: warning: control reaches end of non-void function [-Wreturn-type]

Introduced by 8f83eea71e233 ("i965: Add negative_equals methods").

Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Reviewed-by: Iago Toral Quiroga <itoral@igalia.com>
src/intel/compiler/brw_reg.h