Skip to content
  • Keir Fraser's avatar
    tapaio build fix · 4f2038e6
    Keir Fraser authored
    
    
    With some combinations of compiler flags (no optimization, -Werror),
    the compiler may complain that the function doesn't have a return
    statement (even if the function actually just never returns), reported
    as bug 1128. This adds a dummy return statement.
    
    Signed-off-by: default avatarSamuel Thibault <samuel.thibault@eu.citrix.com>
    4f2038e6