dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/scripts/dtc
Felipe Balbi db7f4e3d2b scripts: dtc: fix compile warnings
Fix following compile warnings:

scripts/dtc/flattree.c: In function ‘flat_read_mem_reserve’:
scripts/dtc/flattree.c:700:14: warning: variable ‘p’ set but not used
	[-Wunused-but-set-variable]

scripts/dtc/dtc.c: In function ‘main’:
scripts/dtc/dtc.c:104:17: warning: variable ‘check’ set but not used
	[-Wunused-but-set-variable]

Signed-off-by: Felipe Balbi <balbi@ti.com>
Signed-off-by: Michal Marek <mmarek@suse.cz>
2012-03-24 23:07:35 +01:00
..
libfdt
.gitignore
Makefile
Makefile.dtc
checks.c
data.c
dtc-lexer.l
dtc-lexer.lex.c_shipped dtc: regen parser 2011-06-09 14:04:47 -04:00
dtc-parser.tab.c_shipped dtc: regen parser 2011-06-09 14:04:47 -04:00
dtc-parser.tab.h_shipped dtc: regen parser 2011-06-09 14:04:47 -04:00
dtc-parser.y
dtc.c scripts: dtc: fix compile warnings 2012-03-24 23:07:35 +01:00
dtc.h
flattree.c scripts: dtc: fix compile warnings 2012-03-24 23:07:35 +01:00
fstree.c
livetree.c
srcpos.c dtc: Implement -d option to write out a dependency file 2012-01-14 23:47:37 +01:00
srcpos.h dtc: Implement -d option to write out a dependency file 2012-01-14 23:47:37 +01:00
treesource.c
util.c
util.h
version_gen.h