Skip to content
  • Marco Bubke's avatar
    Disable GCC warning for noexcept · 68589a3f
    Marco Bubke authored
    
    
    GCC >= 6.4 is generating warnings for function signature with noexcept. In
    C++ 17 noexcept is part of the function signature. But the warning is
    catching cases where a changed signature is not a problem, because it is
    a template it self.
    
    Task-number: QTCREATORBUG-18959
    Change-Id: Ia6fa79c10e16d8c96a53c849ea15dcec94538fbe
    Reviewed-by: default avatarNikolai Kosjar <nikolai.kosjar@qt.io>
    68589a3f