Skip to content

Commit

Permalink
Teuchos: remove compiler warning by adding a return
Browse files Browse the repository at this point in the history
Build/Test Cases Summary
Enabled Packages: TeuchosCore, TpetraCore
Disabled Packages: PyTrilinos,Claps,TriKota
Enabled all Forward Packages
0) MPI_RELEASE_DEBUG_SHARED_PT => passed: passed=2435,notpassed=0 (493.16 min)
Other local commits for this build/test group: 90bca49
  • Loading branch information
DrBooom committed Nov 15, 2017
1 parent ce37cc3 commit 8f56780
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/teuchos/core/src/Teuchos_RCPNode.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ class TEUCHOSCORE_LIB_DLL_EXPORT ToStringTraits<ERCPStrength> {
// Should never get here!
#ifdef TEUCHOS_DEBUG
TEUCHOS_TEST_FOR_EXCEPT(true);
return "";
#else
return "";
#endif
Expand Down

0 comments on commit 8f56780

Please sign in to comment.