Did I do something wrong, or is the bean generated code bad?
Do I need to turn off some warning?
Is the compiler correct, and why doesn't the IDE compile of the same file give the
same warning.
Compiling .... ../CODE/AS1.c
### mwcc56800e.exe Compiler:
# File: ..\CODE\AS1.c
# ----------------------
# 172: getReg(SCI0_SCISR); /* Reset interrupt request fla
gs */
# Warning: ^
# expression has no side effect
### mwcc56800e.exe Compiler:
# 890: getReg(SCI0_SCISR); /* Reset interrupt request fla
gs */
# Warning: ^
# expression has no side effect
### mwcc56800e.exe Compiler:
# 969: getReg(SCI0_SCISR); /* Reset interrupt request fla
gs */
# Warning: ^
# expression has no side effect
Terry