From 8cb1eac5e60c9f06b068b37f8b5d39752c70d333 Mon Sep 17 00:00:00 2001 From: NicJA Date: Wed, 4 Feb 2015 22:24:10 +0000 Subject: [PATCH] delint/fix to build with paranoia flags git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@50015 fb15a70f-31f2-0310-bbcc-cdcc74a49acc --- tools/fd2pragma/fd2pragma.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/fd2pragma/fd2pragma.c b/tools/fd2pragma/fd2pragma.c index 0271e7dffd..94a7d18013 100644 --- a/tools/fd2pragma/fd2pragma.c +++ b/tools/fd2pragma/fd2pragma.c @@ -8215,7 +8215,8 @@ uint32 FuncVBCCMorphText(struct AmiPragma *ap, uint32 flags, strptr name) uint32 FuncVBCCMorphCode(struct AmiPragma *ap, uint32 flags, strptr name) { - int32 i, j, k=0, size, nrcopyar = 0, stcksize = 16, basereg = 12; + int32 i, j, k=0, size, nrcopyar = 0, stcksize = 16; + int basereg __attribute__ ((unused)) = 12; uint8 *data, *data2, *data3; struct ArHeader *arh; -- 2.11.4.GIT