You get a VO_VOLATILE_INCREMENT warning when incrementing a volatile variable, even if the incrementing code is synchronized and there are no-other code-paths that write to the variable that are unsynchronized.
Log in to post a comment.