libvirt/src/rpc
Cole Robinson af36f8a641 Require a semicolon for VIR_ONCE_GLOBAL_INIT calls
Missing semicolon at the end of macros can confuse some analyzers
(like cppcheck <filename>). VIR_ONCE_GLOBAL_INIT is almost
exclusively called without an ending semicolon, but let's
standardize on using one like the other macros.

Add a dummy struct definition at the end of the macro, so
the compiler will require callers to add a semicolon.

Reviewed-by: John Ferlan <jferlan@redhat.com>
Signed-off-by: Cole Robinson <crobinso@redhat.com>
2019-02-03 17:46:29 -05:00
..
gendispatch.pl remote: check & report OOM in make_nonnull_XXX methods 2018-12-13 16:57:32 +00:00
genprotocol.pl rpc: reproducible genprotocol output 2018-10-12 14:44:43 +02:00
gensystemtap.pl Remove all Author(s): lines from source file headers 2018-12-13 16:08:38 +00:00
Makefile.inc.am
virkeepalive.c Require a semicolon for VIR_ONCE_GLOBAL_INIT calls 2019-02-03 17:46:29 -05:00
virkeepalive.h Enforce a standard header file guard symbol name 2018-12-14 10:47:13 +00:00
virkeepaliveprotocol.x
virnetclient.c Require a semicolon for VIR_ONCE_GLOBAL_INIT calls 2019-02-03 17:46:29 -05:00
virnetclient.h Enforce a standard header file guard symbol name 2018-12-14 10:47:13 +00:00
virnetclientprogram.c Require a semicolon for VIR_ONCE_GLOBAL_INIT calls 2019-02-03 17:46:29 -05:00
virnetclientprogram.h Enforce a standard header file guard symbol name 2018-12-14 10:47:13 +00:00
virnetclientstream.c Require a semicolon for VIR_ONCE_GLOBAL_INIT calls 2019-02-03 17:46:29 -05:00
virnetclientstream.h Enforce a standard header file guard symbol name 2018-12-14 10:47:13 +00:00
virnetdaemon.c Require a semicolon for VIR_ONCE_GLOBAL_INIT calls 2019-02-03 17:46:29 -05:00
virnetdaemon.h Enforce a standard header file guard symbol name 2018-12-14 10:47:13 +00:00
virnetlibsshsession.c Remove all Author(s): lines from source file headers 2018-12-13 16:08:38 +00:00
virnetlibsshsession.h Enforce a standard header file guard symbol name 2018-12-14 10:47:13 +00:00
virnetmessage.c src: More cleanup of some system headers already contained in internal.h 2018-09-20 10:16:39 +02:00
virnetmessage.h Enforce a standard header file guard symbol name 2018-12-14 10:47:13 +00:00
virnetprotocol.x Remove all Author(s): lines from source file headers 2018-12-13 16:08:38 +00:00
virnetsaslcontext.c Require a semicolon for VIR_ONCE_GLOBAL_INIT calls 2019-02-03 17:46:29 -05:00
virnetsaslcontext.h Enforce a standard header file guard symbol name 2018-12-14 10:47:13 +00:00
virnetserver.c Require a semicolon for VIR_ONCE_GLOBAL_INIT calls 2019-02-03 17:46:29 -05:00
virnetserver.h Enforce a standard header file guard symbol name 2018-12-14 10:47:13 +00:00
virnetserverclient.c Require a semicolon for VIR_ONCE_GLOBAL_INIT calls 2019-02-03 17:46:29 -05:00
virnetserverclient.h Enforce a standard header file guard symbol name 2018-12-14 10:47:13 +00:00
virnetservermdns.c Remove all Author(s): lines from source file headers 2018-12-13 16:08:38 +00:00
virnetservermdns.h Enforce a standard header file guard symbol name 2018-12-14 10:47:13 +00:00
virnetserverprogram.c Require a semicolon for VIR_ONCE_GLOBAL_INIT calls 2019-02-03 17:46:29 -05:00
virnetserverprogram.h Enforce a standard header file guard symbol name 2018-12-14 10:47:13 +00:00
virnetserverservice.c Require a semicolon for VIR_ONCE_GLOBAL_INIT calls 2019-02-03 17:46:29 -05:00
virnetserverservice.h Enforce a standard header file guard symbol name 2018-12-14 10:47:13 +00:00
virnetsocket.c Require a semicolon for VIR_ONCE_GLOBAL_INIT calls 2019-02-03 17:46:29 -05:00
virnetsocket.h Enforce a standard header file guard symbol name 2018-12-14 10:47:13 +00:00
virnetsshsession.c Remove all Author(s): lines from source file headers 2018-12-13 16:08:38 +00:00
virnetsshsession.h Enforce a standard header file guard symbol name 2018-12-14 10:47:13 +00:00
virnettlscontext.c Require a semicolon for VIR_ONCE_GLOBAL_INIT calls 2019-02-03 17:46:29 -05:00
virnettlscontext.h Enforce a standard header file guard symbol name 2018-12-14 10:47:13 +00:00