diff options
| author | Luc Van Oostenryck <luc.vanoostenryck@gmail.com> | 2017-06-14 05:32:39 +0200 |
|---|---|---|
| committer | Luc Van Oostenryck <luc.vanoostenryck@gmail.com> | 2017-06-15 10:02:30 +0200 |
| commit | b65e40c2e39bffee099179a91dc42e13d0eb1a26 (patch) | |
| tree | 4c2b9f093c9be03cf66d86347860471fd5f7e649 | |
| parent | c794a36b3c2553b4664d78895a9dd3474ec6b0ac (diff) | |
| download | sparse-dev-b65e40c2e39bffee099179a91dc42e13d0eb1a26.tar.gz | |
keep the warnings table alphabetically sorted
Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@gmail.com>
| -rw-r--r-- | lib.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -505,7 +505,6 @@ static const struct warning { { "designated-init", &Wdesignated_init }, { "do-while", &Wdo_while }, { "enum-mismatch", &Wenum_mismatch }, - { "sparse-error", &Wsparse_error }, { "init-cstring", &Winit_cstring }, { "non-pointer-null", &Wnon_pointer_null }, { "old-initializer", &Wold_initializer }, @@ -517,6 +516,7 @@ static const struct warning { { "return-void", &Wreturn_void }, { "shadow", &Wshadow }, { "sizeof-bool", &Wsizeof_bool }, + { "sparse-error", &Wsparse_error }, { "tautological-compare", &Wtautological_compare }, { "transparent-union", &Wtransparent_union }, { "typesign", &Wtypesign }, |
