Skip to content
  1. Feb 14, 2019
    • 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. Feb 13, 2019
  3. Feb 11, 2019
  4. Feb 10, 2019
  5. Feb 08, 2019
  6. Feb 07, 2019
  7. Feb 05, 2019
  8. Feb 04, 2019
  9. Feb 02, 2019
  10. Feb 01, 2019
  11. Jan 31, 2019
  12. Jan 30, 2019
  13. Jan 29, 2019
  14. Jan 28, 2019
  15. Jan 27, 2019
  16. Jan 25, 2019
  17. Jan 24, 2019
  18. Jan 22, 2019