ceph/src/log
Noah Watkins 0e376ee742 compat: avoid unused warn with TEMP_FAILURE_RETRY
The version of TEMP_FAILURE_RETRY found on Linux has a GNU extension
that squashes the unused return value warning where applicable. This
adds a VOID_TEMP_FAILURE_RETRY to make the case explicit, casting the
expression value to void to avoid the warning.

Signed-off-by: Noah Watkins <noahwatkins@gmail.com>
2014-02-23 11:17:42 -08:00
..
Entry.h
EntryQueue.h
Log.cc compat: avoid unused warn with TEMP_FAILURE_RETRY 2014-02-23 11:17:42 -08:00
Log.h
Makefile.am automake cleanup: implementing non-recursive make 2013-09-08 00:11:09 +02:00
SubsystemMap.cc
SubsystemMap.h
test.cc