Closed nenadv closed 9 years ago
AMDG
On 11/06/2015 02:57 PM, Nenad Vukicevic wrote:
[nenad@dev bin]$ ./clang-upc -c t.upc t.upc:14:12: warning: passing 'shared strict int ' to parameter of type 'shared strict void ' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] test(&y, &x);
I'm guessing that a check was accidentally dropped or moved in the last merge. It should be pretty easy to fix.
In Christ, Steven Watanabe
I noticed few warnings from the runtime barrier code. It boils down to this example:
There should be no warning here and GUPC does not produce any warning.
Also, the barrier warning is a bit different as it has '[0]' in the warning for the type: