1. 14 Feb, 2019 1 commit
    • Richard Levitte's avatar
      Configure: stop forcing use of DEFINE macros in headers · cd272eee
      Richard Levitte authored
      
      
      There are times when one might want to use something like
      DEFINE_STACK_OF in a .c file, because it defines a stack for a type
      defined in that .c file.  Unfortunately, when configuring with
      `--strict-warnings`, clang aggressively warn about unused functions in
      such cases, which forces the use of such DEFINE macros to header
      files.
      
      We therefore disable this warning from the `--strict-warnings`
      definition for clang.
      
      (note for the curious: `-Wunused-function` is enabled via `-Wall`)
      
      Reviewed-by: default avatarPaul Dale <paul.dale@oracle.com>
      (Merged from https://github.com/openssl/openssl/pull/8234)
      
      (cherry picked from commit f11ffa505f8a9345145a26a05bf77b012b6941bd)
      cd272eee
  2. 13 Feb, 2019 3 commits
  3. 11 Feb, 2019 3 commits
  4. 10 Feb, 2019 1 commit
  5. 08 Feb, 2019 3 commits
  6. 07 Feb, 2019 2 commits
  7. 05 Feb, 2019 2 commits
  8. 04 Feb, 2019 2 commits
  9. 02 Feb, 2019 1 commit
  10. 01 Feb, 2019 1 commit
  11. 31 Jan, 2019 6 commits
  12. 30 Jan, 2019 3 commits
  13. 29 Jan, 2019 1 commit
  14. 28 Jan, 2019 1 commit
  15. 27 Jan, 2019 5 commits
  16. 25 Jan, 2019 1 commit
  17. 24 Jan, 2019 3 commits
  18. 22 Jan, 2019 1 commit