mirror of
https://github.com/zeek/zeek.git
synced 2025-10-05 16:18:19 +00:00
Fix a few compiler warnings from MSVC
This commit is contained in:
parent
6bf469b7a8
commit
2e457eb3ea
6 changed files with 20 additions and 21 deletions
|
@ -331,7 +331,7 @@ std::vector<std::string>* tokenize_string(std::string_view input, std::string_vi
|
|||
std::vector<std::string_view> tokenize_string(std::string_view input, const char delim) noexcept;
|
||||
|
||||
extern char* copy_string(const char* s);
|
||||
extern int streq(const char* s1, const char* s2);
|
||||
extern bool streq(const char* s1, const char* s2);
|
||||
extern bool starts_with(std::string_view s, std::string_view beginning);
|
||||
extern bool ends_with(std::string_view s, std::string_view ending);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue