flatpak-builder/lib
Colin Walters 2618a19716 Import ostree's compiler warnings, fix up callers
In ostree I maintain what I consider a "baseline" set of compiler
warnings that should *always* be fatal for a modern C project.

I noticed while working on a previous patch that a `-Werror=format`
warning wasn't fatal.

There are a few that are really, really important like
`-Werror=missing-prototypes`. I also take some like `-Werror=misleading-indentation`
which already caught some bugs.  See also https://lwn.net/Articles/678019/
2017-03-27 10:42:36 +02:00
..
Makefile.am.inc Import OCI initial support to common/* 2016-12-08 17:43:03 +01:00
flatpak-bundle-ref.c bundles: Support dependencies and runtime-repo 2016-12-20 16:27:57 +01:00
flatpak-bundle-ref.h bundles: Support dependencies and runtime-repo 2016-12-20 16:27:57 +01:00
flatpak-enum-types.c.template Rename source files to flatpak 2016-05-09 09:00:20 +02:00
flatpak-enum-types.h.template Rename source files to flatpak 2016-05-09 09:00:20 +02:00
flatpak-error.c Move flatpack_error quark to common so that the common code can use it 2016-05-12 16:33:48 +02:00
flatpak-error.h Rename everything but the on-disk location to flatpak 2016-05-09 11:11:55 +02:00
flatpak-installation.c Fix comment 2017-03-08 15:42:44 +01:00
flatpak-installation.h Adjusted internal representation for storage types of system installations 2016-12-20 09:52:03 +01:00
flatpak-installed-ref-private.h Fix license headers 2016-07-29 14:27:49 -04:00
flatpak-installed-ref.c Import ostree's compiler warnings, fix up callers 2017-03-27 10:42:36 +02:00
flatpak-installed-ref.h Fix license headers 2016-07-29 14:27:49 -04:00
flatpak-ref.c Fix license headers 2016-07-29 14:27:49 -04:00
flatpak-ref.h Fix license headers 2016-07-29 14:27:49 -04:00
flatpak-related-ref-private.h Fix license headers 2016-07-29 14:27:49 -04:00
flatpak-related-ref.c Import ostree's compiler warnings, fix up callers 2017-03-27 10:42:36 +02:00
flatpak-related-ref.h Fix license headers 2016-07-29 14:27:49 -04:00
flatpak-remote-private.h Fix license headers 2016-07-29 14:27:49 -04:00
flatpak-remote-ref-private.h Fix license headers 2016-07-29 14:27:49 -04:00
flatpak-remote-ref.c Fix license headers 2016-07-29 14:27:49 -04:00
flatpak-remote-ref.h Fix license headers 2016-07-29 14:27:49 -04:00
flatpak-remote.c remotes: Add no-use-for-deps property 2016-10-19 11:34:22 +02:00
flatpak-remote.h remotes: Add no-use-for-deps property 2016-10-19 11:34:22 +02:00
flatpak-version-macros.h.in Add FLATPAK_CHECK_VERSION macro 2016-09-13 13:30:04 +02:00
flatpak.c Rename source files to flatpak 2016-05-09 09:00:20 +02:00
flatpak.h Fix license headers 2016-07-29 14:27:49 -04:00
test-lib.c Check flatpak_remote_get_default_branch() in test-lib.c 2016-10-14 16:23:15 +01:00