Changeset 176:aec9d144ecb1 in rrlib_util


Ignore:
Timestamp:
06.02.2021 21:27:48 (3 years ago)
Author:
Max Reichardt <mreichardt@…>
Branch:
17.03
Children:
177:2a43a96e4aef, 180:82182c74c2f8
Phase:
public
Message:

Fixes compiler warning that appears with additional non-default warning options enabled

File:
1 edited

Legend:

Unmodified
Added
Removed
  • exception/tTraceableExceptionBase.cpp

    r168 r176  
    226226std::terminate_handler original_terminate = nullptr; 
    227227 
    228 void terminate() noexcept 
     228__attribute__((__noreturn__)) void terminate() noexcept 
    229229{ 
    230230  try 
Note: See TracChangeset for help on using the changeset viewer.