Dialyzer: suppress warning on a specific function

I think this way is better, some function that calling the g/0 function also will be disabled

  @dialyzer {:noreturn_function, g: 0}
1 Like