gcc4.6: TEMPORARY fix for enums compare issue
authorPavel Chupin <pavel.v.chupin@intel.com>
Thu, 26 Apr 2012 13:30:49 +0000 (17:30 +0400)
committerbuildbot <buildbot@intel.com>
Sat, 28 Apr 2012 16:51:31 +0000 (09:51 -0700)
commit202f5d82a68000264195235946556fcad65ac746
tree7cdc6e0f6f546b86ce46dc5b365c5182f6888780
parent6cc9c7d59267f92353fe3802bfa5a0023d3cf714
gcc4.6: TEMPORARY fix for enums compare issue

BZ: 33304

There is different types of enums comparison 'enum atomisp_acc_arg_type'
and 'enum sh_css_acc_arg_type' and gcc4.6 produce a warning which is
treated as error. This is TEMPORARY patch to remove the warning until
these enums fixed.

Change-Id: Ib18d29a596aae3c5a93b436ffa490f6a8a5b2c49
Signed-off-by: Pavel Chupin <pavel.v.chupin@intel.com>
Reviewed-on: http://android.intel.com:8080/45961
Reviewed-by: Lu, Hongjiu <hongjiu.lu@intel.com>
Reviewed-by: Yin, Fengwei <fengwei.yin@intel.com>
Reviewed-by: Li, XiaojingX <xiaojingx.li@intel.com>
Tested-by: Li, XiaojingX <xiaojingx.li@intel.com>
Reviewed-by: buildbot <buildbot@intel.com>
Tested-by: buildbot <buildbot@intel.com>
drivers/media/video/atomisp/atomisp_cmd.c