Files
rdkit/Code
Gianluca Sforna 3fc751fac9 Fix format-security GCC warning (#984)
In Fedora land, format-security GCC warnings are treated as errors
so the build would fail like this:

In file included from /usr/include/pgsql/server/postgres.h:48:0,
                 from rdkit.h:40,
                 from mol_op.c:33:
mol_op.c:339:19: error: format not a string literal and no format arguments [-Werror=format-security]
     elog(WARNING, t);
                   ^
2016-08-18 11:38:59 +02:00
..
2015-11-14 14:58:11 +01:00
2015-11-14 14:58:11 +01:00
2016-07-22 06:31:31 +02:00
2015-12-07 04:25:56 +01:00
2015-11-29 17:52:27 -05:00
2006-05-06 22:20:08 +00:00