[Enigmail] [PATCH] avoid warning: variable 'rv' set but not used [-Wunused-but-set-variable]

2013-11-11 Thread Daniel Kahn Gillmor
This patch allows the build to proceed cleanly when using -Wunused-but-set-variable and without FORCE_PR_LOG --- src/nsEnigMsgCompose.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nsEnigMsgCompose.cpp b/src/nsEnigMsgCompose.cpp index 2bc3f7a..91ca07e 100644 ---

Re: [Enigmail] [PATCH] avoid warning: variable 'rv' set but not used [-Wunused-but-set-variable]

2013-11-11 Thread Patrick Brunschwig
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 11.11.13 21:11, Daniel Kahn Gillmor wrote: This patch allows the build to proceed cleanly when using -Wunused-but-set-variable and without FORCE_PR_LOG --- src/nsEnigMsgCompose.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)