[alsa-devel] [PATCH v06 31/36] uapi linux/patchkey.h: change #error to #warning if file included directly

Mikko Rapeli mikko.rapeli at iki.fi
Sun Aug 6 18:44:22 CEST 2017


Would be nice to be able to compile all userspace header files also alone.

Signed-off-by: Mikko Rapeli <mikko.rapeli at iki.fi>
Cc: alsa-devel at alsa-project.org
Cc: Andrew Veliath <andrewtv at usa.net>
Cc: Riccardo Facchetti <fizban at tin.it>
---
 include/uapi/linux/patchkey.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/uapi/linux/patchkey.h b/include/uapi/linux/patchkey.h
index 1bda0e56bc5e..cee195d6d826 100644
--- a/include/uapi/linux/patchkey.h
+++ b/include/uapi/linux/patchkey.h
@@ -11,7 +11,7 @@
  */
 
 #ifndef _LINUX_PATCHKEY_H_INDIRECT
-#error "patchkey.h included directly"
+#warning "patchkey.h included directly"
 #endif
 
 #ifndef _UAPI_LINUX_PATCHKEY_H
-- 
2.13.3



More information about the Alsa-devel mailing list