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

17 lines
250 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>
*/
#include "util/u_misc.h"
int
u_silence_pedantic_warning()
{
return 42;
}