silence gcc 4.9.1 warning in /llvm/lib/Support/Windows/Path.inc:564:39:
authorYaron Keren <yaron.keren@gmail.com>
Mon, 17 Nov 2014 09:29:33 +0000 (09:29 +0000)
committerYaron Keren <yaron.keren@gmail.com>
Mon, 17 Nov 2014 09:29:33 +0000 (09:29 +0000)
commitc2eafa1ce3e01812d9ad2b61ac41290bf2ae532c
tree49be4b3f5b0472ef87f8e19482e5921597ad62b2
parent72a13949913bd919fc26c0eb1033329eaaf0adc4
silence gcc 4.9.1 warning in /llvm/lib/Support/Windows/Path.inc:564:39:
warning: suggest parentheses around assignment used as truth value [-Wparentheses]
   if (ec = widenPath(path, path_utf16))

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@222122 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Support/Windows/Path.inc