Home
last modified time | relevance | path

Searched refs:__compiletime_warning (Results 1 – 2 of 2) sorted by relevance

/include/linux/
Dcompiler.h192 #ifdef __compiletime_warning
193 __compiletime_warning("data access exceeds word size and won't be atomic")
395 #ifndef __compiletime_warning
396 # define __compiletime_warning(message) macro
Dcompiler-gcc.h162 # define __compiletime_warning(message) __attribute__((warning(message))) macro