-
Notifications
You must be signed in to change notification settings - Fork 13.8k
Closed
Labels
E-easyCall for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
Milestone
Description
If you were to actually compile this example, though, the compiler will determine that the second monster_size is unused and issue a warning (because this situation is likely to indicate a programmer error).
should read:
If you were to actually compile this example, though, the compiler will determine that the first monster_size is unused and issue a warning (because this situation is likely to indicate a programmer error).
(Note that the first monster_size would garner the unused warning, rather than the second.)
Metadata
Metadata
Assignees
Labels
E-easyCall for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.