#2243 closed defect (fixed)

c/src/lib/libbsp/arm/nds/libfat/source/directory.c:768: possible bad compare ?

Reported by: David Binderman Owned by:
Priority: normal Milestone: 4.11.1
Component: fs/fat Version: 4.10
Severity: normal Keywords:
Cc: Blocked By:
Blocking:

Description

[rtems/c/src/lib/libbsp/arm/nds/libfat/source/directory.c:768]: (warning) Char literal compared with pointer 'tmpCharPtr'. Did you intend to dereference it?

while ((tmpCharPtr != '\0') && (j < 12)) {

Change History (3)

comment:1 Changed on 02/23/15 at 17:42:29 by Gedare Bloom

Milestone: 4.114.11.1

We should probably instead update to newer version of the upstream? http://sourceforge.net/projects/devkitpro/files/libfat/

comment:2 Changed on 02/26/16 at 15:33:14 by Aun-Ali Zaidi

Resolution: fixed
Status: newclosed

I am closing this ticket since the NDS BSP has been removed.

comment:3 Changed on 10/10/17 at 06:50:58 by Sebastian Huber

Component: unspecifiedfs/fat
Note: See TracTickets for help on using tickets.