summaryrefslogtreecommitdiffhomepage
path: root/include/stc/alt
diff options
context:
space:
mode:
authorTyge Løvset <[email protected]>2021-12-29 23:33:38 +0100
committerTyge Løvset <[email protected]>2021-12-29 23:33:38 +0100
commitc0b0275c80752c812df7c52a98a72170d5fc3bcb (patch)
tree530e5080035acdee77434186b9b79cb8c9faff66 /include/stc/alt
parent15e1dd79211828bcb8c2a809837b56397d65c6d9 (diff)
downloadSTC-modified-c0b0275c80752c812df7c52a98a72170d5fc3bcb.tar.gz
STC-modified-c0b0275c80752c812df7c52a98a72170d5fc3bcb.zip
Removed warnings for MS cl -W2 and clang -pedantic -std=c99. No functional changes.
Diffstat (limited to 'include/stc/alt')
-rw-r--r--include/stc/alt/cstr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/stc/alt/cstr.h b/include/stc/alt/cstr.h
index 1a9280e8..b9a4ceee 100644
--- a/include/stc/alt/cstr.h
+++ b/include/stc/alt/cstr.h
@@ -399,4 +399,4 @@ STC_DEF void cstr_erase_n(cstr* self, size_t pos, size_t n) {
}
#endif
-#endif \ No newline at end of file
+#endif