Commit 62569b6
authored
Use the new warning control instead of
## Motivation
In my recent work to build `protoc` from source I mistakenly disabled
warnings by using unsafe flags. Unsafe flags make packages essentially
unusable.
## Modifications
Disable the warnings by using the new warning control settings
introduced in 6.2 instead.
## Result
Fixes #1881unsafeFlags (#1882)1 parent 97bb244 commit 62569b6
2 files changed
+429
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
350 | 350 | | |
351 | 351 | | |
352 | 352 | | |
353 | | - | |
354 | | - | |
355 | | - | |
356 | | - | |
| 353 | + | |
| 354 | + | |
357 | 355 | | |
358 | 356 | | |
359 | 357 | | |
| |||
363 | 361 | | |
364 | 362 | | |
365 | 363 | | |
366 | | - | |
367 | | - | |
368 | | - | |
369 | | - | |
| 364 | + | |
| 365 | + | |
370 | 366 | | |
371 | 367 | | |
372 | 368 | | |
| |||
0 commit comments