richgel999 / lzham_codec_devel

LZHAM codec - unstable/experimental repo. Much faster compression and higher ratios in extreme mode. This is well tested but isn't the official version just yet, see lzham_codec instead. Still 100% backwards compatible with lzham v1.0.
MIT License
71 stars 6 forks source link

Compilation fails on OS X with gcc-4.8 #3

Open nemequ opened 9 years ago

nemequ commented 9 years ago

lzhamdecomp/lzham_core.h:181 is an #elif with no condition, which gcc-4.8 doesn't like.

See https://travis-ci.org/quixdb/squash/jobs/85674526 for the result.