It's UWAweek 42 (2nd semester, week 12)

help2002

This forum is provided to promote discussion amongst students enrolled in CITS2002 Systems Programming.
Please consider offering answers and suggestions to help other students! And if you fix a problem by following a suggestion here, it would be great if other interested students could see a short "Great, fixed it!"  followup message.
Displaying selected article
Showing 1 of 738 articles.
Currently 63 other people reading this forum.


 UWA week 37 (2nd semester, week 7) ↓
SVG not supported

Login to reply

👍?
helpful
3:27pm Fri 13th Sep, Amitava D.

"Harrison Lisle" [email protected] wrote:

Hello,

I understand that the program must be compiled using the command:

cc -std=c11 -Wall -Werror -o runml runml.c

But must the translated code produced by the program do the same? Because this would cause issues depending on the ML code written. Such as:

var <- 6
print 7

Since var is not used, Werror would throw an error!

ml-51566.c:14:8: error: unused variable 'var' [-Werror,-Wunused-variable]
double var = 8;
       ^
1 error generated.

This would not be a fault of the project programmer, but of the test itself. Should this be caught by the compiler, or can we compile using cc/gcc instead of the more intensive error checking.

Thanks.

Use gcc without -Werror.

The University of Western Australia

Computer Science and Software Engineering

CRICOS Code: 00126G
Written by [email protected]
Powered by history
Feedback always welcome - it makes our software better!
Last modified  8:08AM Aug 25 2024
Privacy policy