Files
flatpak/tests/use-as-subproject
Simon McVittie 45108f1852 build: Explicitly disable warnings for non-ISO C features
libglnx is intentionally not portable to non-Unix platforms or to
compilers that do not implement gcc/clang extensions, so it's
counterproductive to warn about these extensions, even if libglnx is used
by a parent project that generally (for the parts that don't use
libglnx) wants to be portable to any ISO C compiler.

Suggested by Will Thompson on !36.

Signed-off-by: Simon McVittie <smcv@collabora.com>
2022-10-10 14:09:29 +01:00
..

This is a simple example of a project that uses libglnx as a subproject.
The intention is that if this project can successfully build and use libglnx
as a subproject, then so could Flatpak.

<!--
Copyright 2022 Collabora Ltd.
SPDX-License-Identifier: LGPL-2.0-or-later
-->