yahoo / mdbm

MDBM a very fast memory-mapped key/value store.
BSD 3-Clause "New" or "Revised" License
992 stars 111 forks source link

Makes building with clang easier and better #71

Closed zwoop closed 7 years ago

zwoop commented 7 years ago

This includes the following changes:

  1. Cast to (void*) when needed, for %p
  2. Add a simple check to the Makefile, such that it adds -Wno-c99-extensions automatically
  3. Ignores GTAG files in git (yeh, I'm that old)