[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-trivial] [PULL 11/22] qemu-timer: Add missing 'static' attribute
From: |
Michael Tokarev |
Subject: |
[Qemu-trivial] [PULL 11/22] qemu-timer: Add missing 'static' attribute |
Date: |
Mon, 5 May 2014 22:01:52 +0400 |
From: Stefan Weil <address@hidden>
This fixes a warning from the static code analysis (smatch).
Signed-off-by: Stefan Weil <address@hidden>
Signed-off-by: Michael Tokarev <address@hidden>
---
qemu-timer.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/qemu-timer.c b/qemu-timer.c
index e15ce47..9be1a41 100644
--- a/qemu-timer.c
+++ b/qemu-timer.c
@@ -56,7 +56,7 @@ typedef struct QEMUClock {
} QEMUClock;
QEMUTimerListGroup main_loop_tlg;
-QEMUClock qemu_clocks[QEMU_CLOCK_MAX];
+static QEMUClock qemu_clocks[QEMU_CLOCK_MAX];
/* A QEMUTimerList is a list of timers attached to a clock. More
* than one QEMUTimerList can be attached to each clock, for instance
--
1.7.10.4
- [Qemu-trivial] [PULL 00/22] Trivial patches for 2014-05-05, Michael Tokarev, 2014/05/05
- [Qemu-trivial] [PULL 03/22] qga: Fix typo (plural) in comment, Michael Tokarev, 2014/05/05
- [Qemu-trivial] [PULL 01/22] Makefiles: convert some obj-specific CFLAGS to use new foo.o-cflags syntax, Michael Tokarev, 2014/05/05
- [Qemu-trivial] [PULL 04/22] tests/tcg: Fix compilation of test_path, Michael Tokarev, 2014/05/05
- [Qemu-trivial] [PULL 02/22] configure: remove bashism, Michael Tokarev, 2014/05/05
- [Qemu-trivial] [PULL 05/22] arch_init: Be sure of only one exit entry with DPRINTF() for ram_load(), Michael Tokarev, 2014/05/05
- [Qemu-trivial] [PULL 22/22] libcacard: remove unnecessary EOL from debug prints, Michael Tokarev, 2014/05/05
- [Qemu-trivial] [PULL 07/22] hw/mips: Add missing 'static' and 'const' attributes, Michael Tokarev, 2014/05/05
- [Qemu-trivial] [PULL 11/22] qemu-timer: Add missing 'static' attribute,
Michael Tokarev <=
- [Qemu-trivial] [PULL 06/22] hw/9pfs: Add missing 'static' attributes, Michael Tokarev, 2014/05/05
- [Qemu-trivial] [PULL 18/22] qmp: report path ambiguity error, Michael Tokarev, 2014/05/05
- [Qemu-trivial] [PULL 21/22] docs/memory.txt: Fix document on MMIO operations, Michael Tokarev, 2014/05/05
- [Qemu-trivial] [PULL 14/22] hw/9pfs: Add include file for exported symbol, Michael Tokarev, 2014/05/05
- [Qemu-trivial] [PULL 16/22] glib: move g_poll() replacement into glib-compat.h, Michael Tokarev, 2014/05/05
- [Qemu-trivial] [PULL 10/22] ui: Add missing 'static' attribute, Michael Tokarev, 2014/05/05
- [Qemu-trivial] [PULL 09/22] monitor: Add missing 'static' attribute, Michael Tokarev, 2014/05/05
- [Qemu-trivial] [PULL 20/22] readline: Sort completions before printing them., Michael Tokarev, 2014/05/05
- [Qemu-trivial] [PULL 17/22] libcacard: replace pstrcpy() with memcpy(), Michael Tokarev, 2014/05/05
- [Qemu-trivial] [PULL 13/22] xen: remove unused global, xen_xcg, Michael Tokarev, 2014/05/05