Skip to content

Commit

Permalink
Added ignore deprecation warning and imported limits
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffremer committed Mar 21, 2011
1 parent e458a63 commit e1d74aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -4,7 +4,7 @@

# Compiler g++
CCC = g++
COMPILER_FLAGS = -Wall -O3
COMPILER_FLAGS = -Wall -O3 -Wno-deprecated

#the number of sons of the signature MDD nodes can be fixed, this is recommended!
# (this might lead to a shorter runtime and it definitely leads to less memory consumption but a worse hitrate)
Expand Down
2 changes: 1 addition & 1 deletion conBDD.cpp
Expand Up @@ -22,7 +22,7 @@
#include "conBDD.hpp"

#include <stack>

#include <limits>

using namespace std;

Expand Down

0 comments on commit e1d74aa

Please sign in to comment.