hmap: Mark definition of hmap_node_hash() "static inline".
authorBen Pfaff <blp@cs.stanford.edu>
Thu, 10 Nov 2011 05:16:19 +0000 (21:16 -0800)
committerBen Pfaff <blp@cs.stanford.edu>
Thu, 10 Nov 2011 05:30:26 +0000 (21:30 -0800)
commit4b938f84aa68af17d5f7487523ad2a478abb7b6d
treebc2809eb275f7366baaf781a98456295e65bc8fd
parente91b6c7d11cfeaf1619224f6a14fb4be86690aa4
hmap: Mark definition of hmap_node_hash() "static inline".

This suppresses a Clang warning.  The prototype earlier in the file
was already marked "static inline", so I don't think that this is a
functional change.

Reported-by: Jeremy Lavergne <jeremy@lavergne.gotdns.org>
src/libpspp/hmap.h