New Issue: Should there be a flag to turn off the implicit module warning?

24320, "lydia-duncan", "Should there be a flag to turn off the implicit module warning?", "2024-02-02T16:24:56Z"

Damian's question about the implicit module warning today made me wonder if we should support a compilation flag to silence that warning.

There are other ways to avoid the warning, but adding an explicit wrapper module or moving the function is more work than adding a compilation flag to a Makefile.

Anyways, I don't view this as a particularly high priority thing to consider, just figured I should record it while I was thinking about it in case it resonated with users.