From: Ben Pfaff Date: Fri, 6 May 2011 19:59:51 +0000 (-0700) Subject: Make the source tree sparse clean. X-Git-Tag: v1.2.0~337 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=6506f45c0818618e96deb858bbabdf2cc90eb2df;hp=6506f45c0818618e96deb858bbabdf2cc90eb2df;p=sliver-openvswitch.git Make the source tree sparse clean. With this commit, the tree compiles clean with sparse commit 87f4a7fda3d "Teach 'already_tokenized()' to use the stream name hash table" with patch "evaluate: Allow sizeof(_Bool) to succeed" available at http://permalink.gmane.org/gmane.comp.parsers.sparse/2461 applied, as long as the "include/sparse" directory is included for use by sparse (only), e.g.: make CC="CHECK='sparse -I../include/sparse' cgcc" ---