소스 검색

modules/{acc,cdp}: allows big endian build

Tuan M. Hoang 8 년 전
부모
커밋
95153bd37d
2개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 1
      src/modules/acc/diam_message.h
  2. 0 1
      src/modules/cdp/diameter.h

+ 0 - 1
src/modules/acc/diam_message.h

@@ -74,7 +74,6 @@
 	#define ST_MSG_CODE      0x13010000
 	#define MASK_MSG_CODE    0xffffff00
 #else
-	#error BIG endian detected!!
 	#define AS_MSG_CODE      0x00000112
 	#define AC_MSG_CODE      0x0000010f
 	#define CE_MSG_CODE      0x00000101

+ 0 - 1
src/modules/cdp/diameter.h

@@ -115,7 +115,6 @@
 	#define ST_MSG_CODE      0x13010000
 	#define MASK_MSG_CODE    0xffffff00
 #else
-	#error BIG endian detected!!
 	#define AS_MSG_CODE      0x00000112
 	#define AC_MSG_CODE      0x0000010f
 	#define CE_MSG_CODE      0x00000101