diff options
| author | gingerBill <gingerBill@users.noreply.github.com> | 2022-11-03 12:58:26 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-11-03 12:58:26 +0000 |
| commit | f7211408fc9e2cd4d87a788fc68b61a9f5068c75 (patch) | |
| tree | a1bcfbb7fd88bff58194db7a4c848975ad0c7318 /core/compress/gzip | |
| parent | 30db316e164c7fcfa1a5293461d021bf8074c87e (diff) | |
| parent | e139d1cbe4b104372d0eec23e621b6fd64f84655 (diff) | |
Merge pull request #1544 from FancyKillerPanda/build_ignore
Changed `//+ignore` to `//+build ignore` and emit a warning for unknown tags
Diffstat (limited to 'core/compress/gzip')
| -rw-r--r-- | core/compress/gzip/example.odin | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/compress/gzip/example.odin b/core/compress/gzip/example.odin index c010d5979..635134e40 100644 --- a/core/compress/gzip/example.odin +++ b/core/compress/gzip/example.odin @@ -1,4 +1,4 @@ -//+ignore +//+build ignore package gzip /* |