Skip to content
  • Petr Machata's avatar
    Fix compilation · a2c270e8
    Petr Machata authored
    - GCC points out that the constant in dict.c that we use
      for computing string hashes is not implicitly unsigned.
    
    - When building without unwinding support, we can't access
      ifdef'd-out fields.  I remember having writted it this way
      to increase exposure of the error handling code for syntax
      checks, but it can't work.
    a2c270e8