mirror of
https://github.com/flatpak/flatpak.git
synced 2026-03-27 19:33:06 -04:00
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>
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 -->