diff options
| author | Josh Triplett <josh@freedesktop.org> | 2007-06-26 15:32:41 -0700 |
|---|---|---|
| committer | Josh Triplett <josh@freedesktop.org> | 2007-06-26 15:32:41 -0700 |
| commit | 185d8836c3d6139f285152f533cefce8a8289442 (patch) | |
| tree | 65164d96304e4a640499d0a48de48ab65992738b /validation | |
| parent | eeaf38301648849c391a3fdf40b2ea7e18eb55fd (diff) | |
| download | sparse-dev-185d8836c3d6139f285152f533cefce8a8289442.tar.gz | |
validation/non-pointer-null.c: Make global static to avoid extraneous warning.
Signed-off-by: Josh Triplett <josh@freedesktop.org>
Diffstat (limited to 'validation')
| -rw-r--r-- | validation/non-pointer-null.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/validation/non-pointer-null.c b/validation/non-pointer-null.c index de23a1f8..2d09aa3d 100644 --- a/validation/non-pointer-null.c +++ b/validation/non-pointer-null.c @@ -1 +1 @@ -void *p = 0; +static void *p = 0; |
