Skip to content

Commit

Permalink
Disabling warnings spewed by the code generated by tapenade
Browse files Browse the repository at this point in the history
  • Loading branch information
llaniewski committed May 13, 2021
1 parent b55e889 commit ce9c0dc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/ADpre_b.h.Rt
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,7 @@
#define objectiveb 1.0
<?R for (v in Globals$name) { ?>
#define <?%s v ?>b <?%s v ?>InObj <?R } ?>


#pragma GCC diagnostic ignored "-Wdangling-else"
#pragma GCC diagnostic ignored "-Wparentheses"

0 comments on commit ce9c0dc

Please sign in to comment.