diff options
author | Brian Paul <[email protected]> | 2014-09-18 10:21:00 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2014-09-22 08:04:34 -0600 |
commit | 0100d45b7e9cf17e37c0a7688648da8dfb77337c (patch) | |
tree | 77de19ce4898ee9ba86bf8e79722b6472e033a47 | |
parent | a68f421d7370fa4b82bd2d6f94aba9cbfde39b33 (diff) |
target-helpers: add inline qualifier on configuration_query()
To silence unused function warnings.
Reviewed-by: Emil Velikov <[email protected]>
-rw-r--r-- | src/gallium/auxiliary/target-helpers/inline_drm_helper.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/target-helpers/inline_drm_helper.h b/src/gallium/auxiliary/target-helpers/inline_drm_helper.h index e6c6af58dd6..81649d42582 100644 --- a/src/gallium/auxiliary/target-helpers/inline_drm_helper.h +++ b/src/gallium/auxiliary/target-helpers/inline_drm_helper.h @@ -408,7 +408,7 @@ static const struct drm_conf_ret share_fd_ret = { {true}, }; -static const struct drm_conf_ret * +static inline const struct drm_conf_ret * configuration_query(enum drm_conf conf) { switch (conf) { |