mirror of
https://github.com/LongSoft/UEFITool.git
synced 2024-11-21 23:48:22 +08:00
Comment out unused (but still generating warnings) floating point parsing functions
This commit is contained in:
parent
ee6b536009
commit
662e0bf9b1
@ -258,6 +258,7 @@ uint64_t kaitai::kstream::read_u8le() {
|
||||
// Big-endian
|
||||
// ........................................................................
|
||||
|
||||
/*
|
||||
float kaitai::kstream::read_f4be() {
|
||||
uint32_t t;
|
||||
m_io->read(reinterpret_cast<char *>(&t), 4);
|
||||
@ -297,6 +298,7 @@ double kaitai::kstream::read_f8le() {
|
||||
#endif
|
||||
return reinterpret_cast<double &>(t);
|
||||
}
|
||||
*/
|
||||
|
||||
// ========================================================================
|
||||
// Unaligned bit values
|
||||
|
Loading…
Reference in New Issue
Block a user