mirror of https://github.com/F-Stack/f-stack.git
15 lines
362 B
Meson
15 lines
362 B
Meson
# SPDX-License-Identifier: BSD-3-Clause
|
|
# Copyright(c) 2022 Intel Corporation
|
|
|
|
sources = files(
|
|
'idpf_common.c',
|
|
'idpf_controlq.c',
|
|
'idpf_controlq_setup.c',
|
|
)
|
|
|
|
cflags += ['-Wno-unused-value']
|
|
cflags += ['-Wno-unused-variable']
|
|
cflags += ['-Wno-unused-parameter']
|
|
cflags += ['-Wno-implicit-fallthrough']
|
|
cflags += ['-Wno-strict-aliasing']
|