瀏覽代碼

Merge pull request #1068 from tmh1999/master

modules/{acc,cdp}: allows big endian build
Daniel-Constantin Mierla 8 年之前
父節點
當前提交
a6525eaf49
共有 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