|
|
|
|
|
|
gauss3.c: In function ‘gaussEP’: gauss3.c:265:34: warning: dereferencing ‘void *’ pointer multiplier = A[(int *)*otherLIV[0]][(int *)*otherLIV[1]]/A[(int *)*otherLIV[1]][(int *) *otherLIV[1]]; ^ gauss3.c:265:34: error: void value not ignored as it ought to be multiplier = A[(int *)*otherLIV[0]][(int *)*otherLIV[1]]/A[(int *)*otherLIV[1]][(int *) *otherLIV[1]]; ~~~~~~~~^~~ gauss3.c:265:55: warning: dereferencing ‘void *’ pointer multiplier = A[(int *)*otherLIV[0]][(int *)*otherLIV[1]]/A[(int *)*otherLIV[1]][(int *) *otherLIV[1]]; ^ gauss3.c:265:55: error: void value not ignored as it ought to be multiplier = A[(int *)*otherLIV[0]][(int *)*otherLIV[1]]/A[(int *)*otherLIV[1]][(int *) *otherLIV[1]]; ~~~~~~~~^~~ gauss3.c:265:78: warning: dereferencing ‘void *’ pointer er = A[(int *)*otherLIV[0]][(int *)*otherLIV[1]]/A[(int *)*otherLIV[1]][(int *) *otherLIV[1]]; ^ gauss3.c:265:78: error: void value not ignored as it ought to be er = A[(int *)*otherLIV[0]][(int *)*otherLIV[1]]/A[(int *)*otherLIV[1]][(int *) *otherLIV[1]]; ~~~~~~~~^~~ gauss3.c:265:100: warning: dereferencing ‘void *’ pointer therLIV[0]][(int *)*otherLIV[1]]/A[(int *)*otherLIV[1]][(int *) *otherLIV[1]]; ^ gauss3.c:265:100: error: void value not ignored as it ought to be therLIV[0]][(int *)*otherLIV[1]]/A[(int *)*otherLIV[1]][(int *) *otherLIV[1]]; ~~~~~~~~^~~ gauss3.c:266:30: warning: dereferencing ‘void *’ pointer for (col = (int *) otherLIV[1]; col < N; col++) { ^ gauss3.c:266:14: error: invalid use of void expression for (col = (int *) otherLIV[1]; col < N; col++) { ^ gauss3.c:268:28: warning: dereferencing ‘void *’ pointer A[(int *) otherLIV[0]][(int *) otherLIV[1]] -= A[(int *) otherLIV[1]][col] * multiplier; ^ gauss3.c:268:12: error: invalid use of void expression A[(int *) otherLIV[0]][(int *) otherLIV[1]] -= A[(int *) otherLIV[1]][col] * multiplier; ^ gauss3.c:268:49: warning: dereferencing ‘void *’ pointer A[(int *) otherLIV[0]][(int *) otherLIV[1]] -= A[(int *) otherLIV[1]][col] * multiplier; ^ gauss3.c:268:33: error: invalid use of void expression A[(int *) otherLIV[0]][(int *) otherLIV[1]] -= A[(int *) otherLIV[1]][col] * multiplier; ^ gauss3.c:268:75: warning: dereferencing ‘void *’ pointer A[(int *) otherLIV[0]][(int *) otherLIV[1]] -= A[(int *) otherLIV[1]][col] * multiplier; ^ gauss3.c:268:59: error: invalid use of void expression A[(int *) otherLIV[0]][(int *) otherLIV[1]] -= A[(int *) otherLIV[1]][col] * multiplier; ^ gauss3.c:272:24: warning: dereferencing ‘void *’ pointer B[(int *)otherLIV[0]] -= B[(int *) otherLIV[1]] * multiplier; ^ gauss3.c:272:9: error: invalid use of void expression B[(int *)otherLIV[0]] -= B[(int *) otherLIV[1]] * multiplier; ^ gauss3.c:272:50: warning: dereferencing ‘void *’ pointer B[(int *)otherLIV[0]] -= B[(int *) otherLIV[1]] * multiplier; ^ gauss3.c:272:34: error: invalid use of void expression B[(int *)otherLIV[0]] -= B[(int *) otherLIV[1]] * multiplier; |
|
|
|
|
|
|