Skip to content

Commit

Permalink
adfun.cpp: add return to avoid warning (even though never used).
Browse files Browse the repository at this point in the history
  • Loading branch information
bradbell committed May 29, 2014
1 parent e3d94c3 commit c5f328a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pycppad/adfun.cpp
Expand Up @@ -482,6 +482,7 @@ namespace pycppad {
"# ifndef NDEBUG",
"Cannot use CompareChange when NDEBUG is defined"
);
return 0;
}
# else
// CompareChange
Expand Down

0 comments on commit c5f328a

Please sign in to comment.