Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | libreplace: Fix CID 1034926 Destination buffer too small | Volker Lendecke | 2015-03-10 | 1 | -1/+2 |
| | | | | | Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Ira Cooper <ira@samba.org> | ||||
* | replace: Remove unused item returned by FAILED() | Martin Schwenke | 2014-08-20 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | The (return) value of FAILED() is a constant 1. However, it is never used, so the compiler complains when run with -Wall: lib/replace/test/os2_delete.c: In function ‘cleanup’: lib/replace/test/os2_delete.c:39:163: warning: right-hand operand of comma expression has no effect [-Wunused-value] FAILED("system"); So just get remove the ", 1" since it is the bit that does nothing and is never used. Signed-off-by: Martin Schwenke <martin@meltin.net> Reviewed-by: Amitay Isaacs <amitay@gmail.com> Autobuild-User(master): Amitay Isaacs <amitay@samba.org> Autobuild-Date(master): Wed Aug 20 16:54:31 CEST 2014 on sn-devel-104 | ||||
* | libreplace: Fix prototypes for all functions. | Jelmer Vernooij | 2011-03-19 | 1 | -0/+1 |
| | |||||
* | lib/replace: use snprintf() in test code to avoid warnings in the IBM-Checker | Stefan Metzmacher | 2010-10-23 | 1 | -2/+2 |
| | | | | metze | ||||
* | Cope with the fact that only _mkdir() exists on Windows and that it | Jelmer Vernooij | 2009-04-20 | 1 | -0/+4 |
| | | | | doesn't take a mode argument. | ||||
* | Fix warnings in make test code. | Jeremy Allison | 2009-01-02 | 1 | -2/+6 |
| | | | | Jeremy. | ||||
* | Move common libraries from root to lib/. | Jelmer Vernooij | 2008-09-17 | 1 | -0/+124 |