We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec55c80 commit d527a00Copy full SHA for d527a00
ext/mbstring/libmbfl/mbfl/mbfilter.c
@@ -1893,17 +1893,13 @@ mime_header_encoder_new(
1893
return NULL;
1894
}
1895
1896
- /* Value of the constants are identical */
1897
-#pragma GCC diagnostic push
1898
-#pragma GCC diagnostic ignored "-Wduplicated-branches"
1899
if (transenc->no_encoding == mbfl_no_encoding_qprint) {
1900
pe->encod_filter->status |= MBFL_QPRINT_STS_MIME_HEADER;
1901
pe->encod_filter_backup->status |= MBFL_QPRINT_STS_MIME_HEADER;
1902
} else {
1903
pe->encod_filter->status |= MBFL_BASE64_STS_MIME_HEADER;
1904
pe->encod_filter_backup->status |= MBFL_BASE64_STS_MIME_HEADER;
1905
1906
-#pragma GCC diagnostic pop
1907
1908
return pe;
1909
0 commit comments