Advertisement
Tkap1

Untitled

Mar 24th, 2024
33
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. "-Wall",
  2. "-wd 4820",
  3. "-wd 4820",
  4. "-wd 4365",
  5. "-wd 4201",
  6. "-wd 5219",
  7. "-wd 5246",
  8. "-wd 5220",
  9. "-wd 4464",
  10. "-wd 4623",
  11. "-wd 5045",
  12. "-wd 4710",
  13. "-wd 4514", # Unreferenced function has been removed
  14. "-wd 4505", # Unreferenced function with internal linkage has been removed
  15. "-wd 4061", # Enum member not handled on switch
  16. "-wd 4062", # Same thing
  17. "-wd 4686",
  18. "-wd 4626", # Assignment operator was implicity defined as deleted
  19. "-wd 4191",
  20. "-wd 4711",
  21. "-wd 4324", # Structure was padded due to alignment modifier
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement