monado/src/xrt/auxiliary/util/u_misc.c

18 lines
271 B
C
Raw Normal View History

2019-03-18 05:52:32 +00:00
// Copyright 2019, Collabora, Ltd.
// SPDX-License-Identifier: BSL-1.0
/*!
* @file
* @brief Very small misc utils.
* @author Jakob Bornecrantz <jakob@collabora.com>
* @ingroup aux_util
2019-03-18 05:52:32 +00:00
*/
#include "util/u_misc.h"
int
u_silence_pedantic_warning()
{
return 42;
}