mirror of
https://github.com/LongSoft/UEFITool.git
synced 2025-05-09 13:52:01 -04:00
Comment out unused (but still generating warnings) floating point parsing functions
This commit is contained in:
parent
ee6b536009
commit
662e0bf9b1
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue