Skip to content
Snippets Groups Projects
  1. Oct 15, 2012
  2. Oct 13, 2012
  3. Oct 12, 2012
  4. Oct 11, 2012
  5. Oct 09, 2012
  6. Oct 08, 2012
  7. Oct 05, 2012
  8. Oct 04, 2012
  9. Oct 03, 2012
  10. Oct 01, 2012
  11. Sep 28, 2012
  12. Sep 20, 2012
  13. Sep 19, 2012
  14. Sep 18, 2012
  15. Sep 17, 2012
  16. Sep 14, 2012
  17. Sep 13, 2012
  18. Sep 11, 2012
  19. Sep 10, 2012
  20. Sep 08, 2012
  21. Sep 06, 2012
  22. Sep 05, 2012
    • Martin Storsjö's avatar
      configure: Disable some warnings in MSVC · 4a185ed2
      Martin Storsjö authored
      
      This disables the following warnings:
      C4100: unreferenced formal parameter
       (1035 occurrances)
      C4214: nonstandard extension used : bit field types other than int
       (609 occurances)
      C4996: 'avpriv_snprintf': This function or variable may be unsafe.
             Consider using _snprintf_s instead. To disable deprecation,
             use _CRT_SECURE_NO_WARNINGS. See online help for details.
       (351 occurrances)
      
      Signed-off-by: default avatarMartin Storsjö <martin@martin.st>
      4a185ed2
Loading