1. 24 6月, 2012 7 次提交
    • Travis Cross's avatar
      Fix warnings in sqlite · 3c2f9146
      Travis Cross 提交于
      3c2f9146
    • Travis Cross's avatar
      Return const char* from apr_pool_tag · 932dccd4
      Travis Cross 提交于
      clang warns:
      
        warning: returning 'const char *' from a function with result type
          'char *' discards qualifiers [-Wincompatible-pointer-types]
      932dccd4
    • Travis Cross's avatar
      Fix memset calls in APR sha2 implementation · a973fb63
      Travis Cross 提交于
      The implementation clears the context / state data from memory when it
      is finished with it.  Prior to this commit, however, it was actually
      only clearing the first 4 bytes on x86 or 8 bytes on x86_64.
      
      clang warns:
      
        warning: argument to 'sizeof' in 'memset' call is the same
        expression as the destination; did you mean to dereference it?
            [-Wsizeof-pointer-memaccess]
      a973fb63
    • Travis Cross's avatar
      Fix use of switch_event_add_body · f1183ef9
      Travis Cross 提交于
      On some compilers this fixes the build.
      
      gcc reports:
      
        error: format not a string literal and no format arguments
      
      clang reports:
      
        error: format string is not a string literal (potentially insecure) [-Werror,-Wformat-security]
      f1183ef9
    • Travis Cross's avatar
      Remove extraneous parenthesis · 453b42e3
      Travis Cross 提交于
      This causes a warning that breaks the build with clang.
      453b42e3
    • Anthony Minessale's avatar
      more v18 changes · 86df8b33
      Anthony Minessale 提交于
      86df8b33
    • Anthony Minessale's avatar
      tweaks · 1465ba90
      Anthony Minessale 提交于
      1465ba90
  2. 23 6月, 2012 12 次提交
  3. 22 6月, 2012 4 次提交
  4. 21 6月, 2012 3 次提交
  5. 20 6月, 2012 7 次提交
  6. 19 6月, 2012 6 次提交
  7. 18 6月, 2012 1 次提交