server-skynet-source-3rd-je.../include
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
..
jemalloc work around _FORTIFY_SOURCE false positive 2015-08-04 17:09:43 -04:00
msvc_compat Fix MinGW-related portability issues. 2015-07-23 13:56:25 -07:00