Skip to content

Commit

Permalink
fix: broken link (#4719)
Browse files Browse the repository at this point in the history
  • Loading branch information
danil-pavlov authored Feb 26, 2025
1 parent 7382039 commit c6740ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/topics/compiler-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ fully qualified name.

### -Xsuppress-warning

Suppresses specific warnings [globally across the whole project](whatsnew-eap.md), for example:
Suppresses specific warnings [globally across the whole project](whatsnew21.md#global-warning-suppression), for example:

```bash
kotlinc -Xsuppress-warning=NOTHING_TO_INLINE -Xsuppress-warning=NO_TAIL_CALLS_FOUND main.kt
Expand Down

0 comments on commit c6740ba

Please sign in to comment.