Daniel Micay 67c46a9e53 work around _FORTIFY_SOURCE false positive
In builds with profiling disabled (default), the opt_prof_prefix array
has a one byte length as a micro-optimization. This will cause the usage
of write in the unused profiling code to be statically detected as a
buffer overflow by Bionic's _FORTIFY_SOURCE implementation as it tries
to detect read overflows in addition to write overflows.

This works around the problem by informing the compiler that
not_reached() means code in unreachable in release builds.
2015-08-04 17:09:43 -04:00
..
2015-08-03 21:49:02 -07:00
2015-03-23 17:26:53 -07:00
2015-08-03 21:49:02 -07:00
2015-08-03 21:49:02 -07:00
2014-12-08 16:34:04 -08:00
2012-02-28 16:50:47 -08:00
2015-06-25 22:53:58 +02:00
2015-08-03 21:49:02 -07:00
2015-03-16 15:11:06 -07:00
2014-12-08 16:34:04 -08:00
2014-12-08 16:34:04 -08:00
2014-11-07 14:50:38 -08:00
2014-12-08 16:34:04 -08:00
2015-06-15 12:01:05 -07:00
2014-09-10 21:49:42 -04:00