Errors in Dreamweaver output tab - ERROR: 'xxxxxx' is defined but never used. [no-unused-vars]
I have 3 functions in a .js file that I absolutely use in my HTML. However, I get the errors below. Is it because the functions are not called within the .js file? How can I suppress the errors?

