]> granicus.if.org Git - libevent/commit
Merge branch 'Werror'
authorAzat Khuzhin <azat@libevent.org>
Sat, 9 Jul 2022 15:12:07 +0000 (18:12 +0300)
committerAzat Khuzhin <azat@libevent.org>
Sat, 9 Jul 2022 15:12:07 +0000 (18:12 +0300)
commit7aeecb60c406aec421cf9d8c8e5453806550dd8b
tree4f5d4136da448049c665d0290c65c2246fc31e64
parent1bc62ce1718c720fd64e6e2db408bfb07d04b88e
parent89332176982b50f6469a0e760d05625f859099ef
Merge branch 'Werror'

* Werror:
  test: ignore -Walloc-size-larger-than error for calloc() returns ENOMEM
  Fix EVBASE_ACQUIRE_LOCK/EVBASE_RELEASE_LOCK for EVENT__DISABLE_THREAD_SUPPORT
  http: suppress "flags may be used uninitialized in this function" error
  Detech -Wno-unused-functions for GCC too
  cmake: add compiler version to the status message
  Fix BEV_LOCK/BEV_UNLOCK macros for EVENT__DISABLE_THREAD_SUPPORT
  Run builds with -Werror on CI for linux
  Fix -Werror for autotools
  Add -Wundef for cmake and fix EVENT__SIZEOF_TIME_T usage