mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Travis: Update clang from 4.0 to 5.0 (#6467)
* Update clang from 4.0 to 5.0
This commit is contained in:
parent
e6e5fa3bf8
commit
17016090e3
12 changed files with 55 additions and 37 deletions
|
@ -78,8 +78,8 @@ struct HTTPFetchResult
|
|||
|
||||
HTTPFetchResult() = default;
|
||||
|
||||
HTTPFetchResult(const HTTPFetchRequest &fetch_request)
|
||||
: caller(fetch_request.caller), request_id(fetch_request.request_id)
|
||||
HTTPFetchResult(const HTTPFetchRequest &fetch_request) :
|
||||
caller(fetch_request.caller), request_id(fetch_request.request_id)
|
||||
{
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue