Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commita2edbe2

Browse files
committed
fix compiler warning (clang12 on MacOS)
1 parent96ca3b6 commita2edbe2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎process_moc.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,11 +280,12 @@ struct moc_input
280280
size_toptions_bytes;
281281
size_toptions_size;
282282
layout_veclayout;
283-
intorder =0;
283+
intorder;
284284

285285
std::string s;
286286
moc_input() : options_bytes(0), options_size(0)
287287
{
288+
order =0;
288289
layout.reserve(5);
289290
}
290291
voiddump()

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp