include: Disable compile time boundary check
Newer version of gcc keeps the calls to __write_overflow which is only a
compile time check. __write_overflow is implemented as error function
and as a result all the string functions fail with the overflow error.
Work around the gcc issue by defining the overflow functions as no-op.
Change-Id: I41c2bb6d35c1a308c1a4e9c1d484ad6ad2bf7d3f
Signed-off-by:
Channagoud Kadabi <ckadabi@codeaurora.org>
Loading
Please register or sign in to comment