﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
1392	ARM cross-compilation issues with g++/Linux	ksuehring		"The following code has been added to address issue #206

{{{
#!cpp
#ifdef __arm__
typedef       signed char         Char;
#else
typedef       char                Char;
#endif
}}}

It has been reported that defining Char to ""signed char"" created compilation issues in related to I/O functions in TVideoIOYuv.cpp/.h.

These can be addressed by removing the special case for ARM in typedef.h

There may still exist arithmetic problems with signed vs. unsigned calculations (as reported in #206)."	defect	closed	minor	HM-16.7	HM	HM-16.4	fixed		ksuehring davidf karlsharman jct-vc@…
