gitlab-ci: enable sanitizers for the meson builds
[mesa-waffle.git] / src / waffle / api / waffle_enum.c
blob9d8b48f4acc6fd7eb6fad1476a3e3c9ecfb4607e
1 // SPDX-FileCopyrightText: Copyright 2012 Intel Corporation
2 // SPDX-License-Identifier: BSD-2-Clause
4 #include "api_priv.h"
6 #include "wcore_error.h"
7 #include "wcore_util.h"
9 WAFFLE_API const char*
10 waffle_enum_to_string(int32_t e)
12 wcore_error_reset();
13 return wcore_enum_to_string(e);