Files
openocd/src/flash/nor
Antonio Borneo 3432049276 FLASH/CFI: fix clang warnings
Total of 5 warnings:
3x "Dead store": removed dead assignment to variable;
1x "Dereference of null pointer": this is not an error, but a
   limited visibility of clang, since pointer erase_region_info
   is initialized inside cfi_fixup_non_cfi();
1x "Branch condition evaluates to a garbage value":
   this is a real coding bug that could issue SIGSEGV, since
   "goto cleanup" can be executed before initialization
   of "source".

Change-Id: Id3c323c82bb15cbd3bb8fc04b23541f11145f109
Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
Reviewed-on: http://openocd.zylin.com/84
Tested-by: jenkins
Reviewed-by: Øyvind Harboe <oyvindharboe@gmail.com>
2011-10-23 14:16:45 +00:00
..
2011-01-09 21:35:23 +01:00
2011-01-09 21:35:23 +01:00
2010-11-17 17:01:59 +01:00
2011-10-23 14:16:45 +00:00
2011-08-18 09:55:44 +01:00
2010-12-29 22:07:39 +01:00
2010-12-29 22:07:39 +01:00
2011-01-05 21:46:12 +01:00
2011-10-14 14:18:56 +02:00
2010-12-29 22:16:28 +01:00
2011-08-24 11:12:53 +02:00
2009-12-04 16:56:24 -08:00
2010-09-21 22:17:38 +02:00
2009-12-02 23:27:09 -08:00
2011-10-18 06:36:11 +00:00
2011-07-28 11:42:27 +01:00
2011-08-09 20:55:26 +02:00
2010-06-21 22:14:19 +08:00