소스 검색

Subscriptions: Remove inline definition inside a compilation unit

Julius Pfrommer 6 년 전
부모
커밋
5fa42ebd1d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/server/ua_subscription_datachange.c

+ 1 - 1
src/server/ua_subscription_datachange.c

@@ -19,7 +19,7 @@
 
 #define ABS_SUBTRACT_TYPE_INDEPENDENT(a,b) ((a)>(b)?(a)-(b):(b)-(a))
 
-static UA_INLINE UA_Boolean
+static UA_Boolean
 outOfDeadBand(const void *data1, const void *data2, const size_t index,
               const UA_DataType *type, const UA_Double deadbandValue) {
     if(type == &UA_TYPES[UA_TYPES_SBYTE]) {