Skip to content

util/list: Silence macro-redefined warning on macOS.

Vinson Lee requested to merge vlee/mesa:fix-LIST_ENTRY-macro-redefined into main

In file included from ../src/util/u_queue.h:39: ../src/util/list.h:170:9: warning: 'LIST_ENTRY' macro redefined [-Wmacro-redefined] ^ /usr/include/sys/queue.h:427:9: note: previous definition is here ^

Signed-off-by: Vinson Lee vlee@freedesktop.org

Merge request reports