author | Max Kellermann <max@duempel.org> | |
Mon, 15 Sep 2008 10:27:28 +0000 (12:27 +0200) | ||
committer | Max Kellermann <max@duempel.org> | |
Mon, 15 Sep 2008 10:27:28 +0000 (12:27 +0200) | ||
commit | 1f0ff952055c920c8671a1587c622e4df8b4a99d | |
tree | 67b736d01f9b4f811c6163f6bc41e3962889f6c5 | tree | snapshot |
parent | 001ff5ee87b755c8c5371690222fc3ac16ba0602 | commit | diff |
clock: don't initialize static variables with zero
Uninitialized static variables are put into BSS, which is
automatically zeroed. Initializing doesn't hurt, but in this case,
there were elements missing, emitting a gcc warning.
Uninitialized static variables are put into BSS, which is
automatically zeroed. Initializing doesn't hurt, but in this case,
there were elements missing, emitting a gcc warning.
src/screen_clock.c | diff | blob | history |