)]}' { "commit": "f5f4be8fac9ba7dd6766bb72a629bfed5d480021", "tree": "472f754062c03444ad4bb5820ce3a275d317144b", "parents": [ "54a8d7c14f321d7a8faeab64873ac45c588da3eb" ], "author": { "name": "Brian Smith", "email": "brian@briansmith.org", "time": "Tue Jan 26 14:29:55 2016 -1000" }, "committer": { "name": "David Benjamin", "email": "davidben@google.com", "time": "Wed Jan 27 22:06:11 2016 +0000" }, "message": "Fix pointer-to-non-volatile cast in thread_win.c.\n\nCasting a pointer-to-non-volatile to pointer-to-volatile can be a no-op\nas the compiler only requires volatile semantics when the pointed-to\nobject is a volatile object and there are no pointers-to-non-volatile\ninvolved. This probably doesn\u0027t matter unless building with the MSVC\n-volatile:iso flag, and maybe not even then, but it is good practice\nanyway.\n\nChange-Id: I94900d3dc61de3b8ce2ddecab2811907a9a7adbf\nReviewed-on: https://boringssl-review.googlesource.com/6973\nReviewed-by: David Benjamin \u003cdavidben@google.com\u003e\n", "tree_diff": [ { "type": "modify", "old_id": "fe4ed731b39e2c4089d4ad5d446325db2be69176", "old_mode": 33188, "old_path": "crypto/internal.h", "new_id": "5574aab23761c15ef861ea1c384f91d2b2dd9bbe", "new_mode": 33188, "new_path": "crypto/internal.h" }, { "type": "modify", "old_id": "5efd8be3ab4ed9d2a91bd94c175df807037dbafe", "old_mode": 33188, "old_path": "crypto/thread_win.c", "new_id": "e1b3a54d008aa8b262a15a5b5c854697aa65596d", "new_mode": 33188, "new_path": "crypto/thread_win.c" } ] }