Fix compiler warnings about typedef redefinitions
Heikki Linnakangas <heikki.linnakangas@iki.fi>
Fix compiler warnings about typedef redefinitions
Clang with -Wtypedef-redefinition produced warnings:
src/include/storage/latch.h:122:3: error: redefinition of typedef 'Latch' is a C11 feature [-Werror,-Wtypedef-redefinition]
Per buildfarm
Files
| Path | Change | +/− |
|---|---|---|
| src/include/storage/waiteventset.h | modified | +4 −3 |