From: Mikael Magnusson Date: Wed, 16 Jan 2008 14:25:08 +0000 (+0100) Subject: Various fixes for sparse warnings. X-Git-Url: https://git.dogcows.com/gitweb?a=commitdiff_plain;h=0be98fee4743c795b06aa23881b82eff5bab3ef6;hp=0be98fee4743c795b06aa23881b82eff5bab3ef6;p=chaz%2Fopenbox Various fixes for sparse warnings. Define void functions with (void), not (). Add missing includes. Some functions were declared static but defined non-static. Some variables that should be file static were file global but not used in any other file. prop.h defined a new prop_atoms in each file that included it instead of declaring it extern. ---