diff options
Diffstat (limited to 'main/gcc/011_all_default-warn-format-security.patch')
-rw-r--r-- | main/gcc/011_all_default-warn-format-security.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/gcc/011_all_default-warn-format-security.patch b/main/gcc/011_all_default-warn-format-security.patch index ee6c7c4392..a58383a8ec 100644 --- a/main/gcc/011_all_default-warn-format-security.patch +++ b/main/gcc/011_all_default-warn-format-security.patch @@ -27,7 +27,7 @@ Enable -Wformat and -Wformat-security by default. '-Wno-format-contains-nul', '-Wno-format-extra-args', and '-Wno-format-zero-length'. '-Wformat' is enabled by '-Wall'. -+ This option is enabled by default in Gentoo. ++ This option is enabled by default in Alpine Linux. + '-Wno-format-contains-nul' If '-Wformat' is specified, do not warn about format strings @@ -36,7 +36,7 @@ Enable -Wformat and -Wformat-security by default. future warnings may be added to '-Wformat-security' that are not included in '-Wformat-nonliteral'.) -+ This option is enabled by default in Gentoo. ++ This option is enabled by default in Alpine Linux. + '-Wformat-y2k' If '-Wformat' is specified, also warn about 'strftime' formats |