dumping ground for random patches and texts
 help / color / mirror / Atom feed
From: Eric Wong <e@80x24.org>
To: spew@80x24.org
Subject: [PATCH 4/5] digest: remove needless volatile
Date: Wed, 12 Aug 2015 19:23:11 +0000	[thread overview]
Message-ID: <1439407392-29745-4-git-send-email-e@80x24.org> (raw)
In-Reply-To: <1439407392-29745-1-git-send-email-e@80x24.org>

---
 ext/digest/digest.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ext/digest/digest.c b/ext/digest/digest.c
index a02eb12..7be7bcc 100644
--- a/ext/digest/digest.c
+++ b/ext/digest/digest.c
@@ -458,7 +458,7 @@ static VALUE
 rb_digest_class_s_digest(int argc, VALUE *argv, VALUE klass)
 {
     VALUE str;
-    volatile VALUE obj;
+    VALUE obj;
 
     if (argc < 1) {
         rb_raise(rb_eArgError, "no data given");
-- 
EW


  parent reply	other threads:[~2015-08-12 19:23 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-08-12 19:23 [PATCH 1/5] net/http: retryable exception is configurable Eric Wong
2015-08-12 19:23 ` [PATCH 2/5] thread_pthread: eliminate malloc from signal thread list Eric Wong
2015-08-12 19:23 ` [PATCH 3/5] improve handling of timer thread shutdown Eric Wong
2015-08-12 19:23 ` Eric Wong [this message]
2015-08-12 19:23 ` [PATCH 5/5] remove needless volatile from ALLOCV_N + friends Eric Wong

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1439407392-29745-4-git-send-email-e@80x24.org \
    --to=e@80x24.org \
    --cc=spew@80x24.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).