注释多余代码,消除编译警告
This commit is contained in:
parent
5688337546
commit
8fba694473
|
|
@ -58,6 +58,7 @@ private:
|
||||||
uint32_t data;
|
uint32_t data;
|
||||||
} PACKED;
|
} PACKED;
|
||||||
|
|
||||||
|
#if 0
|
||||||
//PSFB fmt = 3
|
//PSFB fmt = 3
|
||||||
//https://tools.ietf.org/html/rfc4585#section-6.3.3.2
|
//https://tools.ietf.org/html/rfc4585#section-6.3.3.2
|
||||||
// 0 1 2 3
|
// 0 1 2 3
|
||||||
|
|
@ -98,6 +99,7 @@ public:
|
||||||
|
|
||||||
static size_t constexpr kSize = 8;
|
static size_t constexpr kSize = 8;
|
||||||
} PACKED;
|
} PACKED;
|
||||||
|
#endif
|
||||||
|
|
||||||
//PSFB fmt = 4
|
//PSFB fmt = 4
|
||||||
//https://tools.ietf.org/html/rfc5104#section-4.3.1.1
|
//https://tools.ietf.org/html/rfc5104#section-4.3.1.1
|
||||||
|
|
@ -126,6 +128,7 @@ private:
|
||||||
uint8_t reserved[3];
|
uint8_t reserved[3];
|
||||||
} PACKED;
|
} PACKED;
|
||||||
|
|
||||||
|
#if 0
|
||||||
//PSFB fmt = 5
|
//PSFB fmt = 5
|
||||||
//https://tools.ietf.org/html/rfc5104#section-4.3.2.1
|
//https://tools.ietf.org/html/rfc5104#section-4.3.2.1
|
||||||
// 0 1 2 3
|
// 0 1 2 3
|
||||||
|
|
@ -183,6 +186,8 @@ private:
|
||||||
uint8_t data[kSize];
|
uint8_t data[kSize];
|
||||||
} PACKED;
|
} PACKED;
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
||||||
//PSFB fmt = 15
|
//PSFB fmt = 15
|
||||||
//https://tools.ietf.org/html/draft-alvestrand-rmcat-remb-03
|
//https://tools.ietf.org/html/draft-alvestrand-rmcat-remb-03
|
||||||
// 0 1 2 3
|
// 0 1 2 3
|
||||||
|
|
@ -263,6 +268,7 @@ private:
|
||||||
uint16_t blp;
|
uint16_t blp;
|
||||||
} PACKED;
|
} PACKED;
|
||||||
|
|
||||||
|
#if 0
|
||||||
//RTPFB fmt = 3
|
//RTPFB fmt = 3
|
||||||
//https://tools.ietf.org/html/rfc5104#section-4.2.1.1
|
//https://tools.ietf.org/html/rfc5104#section-4.2.1.1
|
||||||
// 0 1 2 3
|
// 0 1 2 3
|
||||||
|
|
@ -310,6 +316,7 @@ class FCI_TMMBN : public FCI_TMMBR{
|
||||||
public:
|
public:
|
||||||
|
|
||||||
} PACKED;
|
} PACKED;
|
||||||
|
#endif
|
||||||
|
|
||||||
enum class SymbolStatus : uint8_t{
|
enum class SymbolStatus : uint8_t{
|
||||||
//Packet not received
|
//Packet not received
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue