cxmsmile / androguard

Automatically exported from code.google.com/p/androguard
Apache License 2.0
0 stars 0 forks source link

Does not compile properly #177

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.make
2.
3.

What is the expected output? What do you see instead?
complete the make process

I see following message...

In file included from /usr/include/c++/4.8/ext/hash_map:60:0,
                 from formula.h:35,
                 from test.cc:1:
/usr/include/c++/4.8/backward/backward_warning.h:32:2: warning: #warning This 
file includes at least one deprecated or antiquated header which may be removed 
without further notice at a future date. Please use a non-deprecated interface 
with equivalent functionality instead. For a listing of replacement headers and 
interfaces, consult the file backward_warning.h. To disable this warning use 
-Wno-deprecated. [-Wcpp]
 #warning \
  ^

What version of the product are you using? On what operating system?
Ubuntu 14.04 LTS, python 2.7.6

Original issue reported on code.google.com by chio...@gmail.com on 17 Aug 2015 at 11:51