layers: Avoid warnings in vk_layer_logging.h
authorMark Lobodzinski <mark@lunarg.com>
Wed, 7 Feb 2018 17:00:22 +0000 (10:00 -0700)
committerMark Lobodzinski <mark@lunarg.com>
Wed, 7 Feb 2018 19:16:29 +0000 (12:16 -0700)
commite9973f3f38c289a5f3a9a00a8b14c259ac7bdcac
tree687f8a211b33f1e639c1553a493a5bf01f38d46e
parentd4b1fccc28c91b3bc31993720af4b7e171bfd30e
layers: Avoid warnings in vk_layer_logging.h

This file was often included in files where only a subset of the
functions were called, resulting in -Wunused_function warnings from
GCC. Made these functions inline to avoid the warnings.

Change-Id: Iaa3765ee51a290f0dd82d1a6a91116b6e1eec2c1
layers/vk_layer_logging.h