]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
Removed forced in lining for lib8tion functions (#5670)
authorXScorpion2 <rcalt2vt@gmail.com>
Tue, 30 Apr 2019 00:45:42 +0000 (19:45 -0500)
committerDrashna Jaelre <drashna@live.com>
Tue, 30 Apr 2019 00:45:42 +0000 (17:45 -0700)
lib/lib8tion/lib8tion.h

index d93c748e6a4b2ef6ae3db662d0e5e2d35eee67ae..4c770cbcb5e6889a7b9340ba7ab8a48ac5791e9f 100644 (file)
@@ -167,8 +167,8 @@ Lib8tion is pronounced like 'libation': lie-BAY-shun
 
 #include <stdint.h>
 
-#define LIB8STATIC __attribute__ ((unused)) static inline
-#define LIB8STATIC_ALWAYS_INLINE __attribute__ ((always_inline)) static inline
+#define LIB8STATIC static inline
+#define LIB8STATIC_ALWAYS_INLINE static inline
 
 #if !defined(__AVR__)
 #include <string.h>