Skip to content
  • Antoine Kaufmann's avatar
    Disable frame-address and nonnull-compare warnings · 076d984d
    Antoine Kaufmann authored
    The latter only show up because of implicit non-null attributes that gcc assumes
    for the string functions, leading to warnings for the assertions in those
    functions. The latter relates to a known-safe use of builtin_frame_address.
    076d984d