]> Dogcows Code - chaz/openbox/commitdiff
Various fixes for sparse warnings.
authorMikael Magnusson <mikachu@comhem.se>
Wed, 16 Jan 2008 14:25:08 +0000 (15:25 +0100)
committerMikael Magnusson <mikachu@comhem.se>
Wed, 16 Jan 2008 14:35:25 +0000 (15:35 +0100)
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.


No differences found
This page took 0.027479 seconds and 4 git commands to generate.