Skip to content
Snippets Groups Projects
  • Dan Ibanez's avatar
    6328beb7
    fix double-return warning · 6328beb7
    Dan Ibanez authored
    this #ifdef adds a return statement
    for little endian machines, but leaves
    the old one, which the compiler comlains
    is unreachable. this commit combines
    the conditionals so we can use #else
    6328beb7
    History
    fix double-return warning
    Dan Ibanez authored
    this #ifdef adds a return statement
    for little endian machines, but leaves
    the old one, which the compiler comlains
    is unreachable. this commit combines
    the conditionals so we can use #else