Changeset 66777 in vbox for trunk/src/bldprogs/VBoxCompilerPlugInsGcc.cpp
- Timestamp:
- May 4, 2017 9:52:50 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bldprogs/VBoxCompilerPlugInsGcc.cpp
r66776 r66777 603 603 State.fMaybeNull ? "_maybe_null" : "", State.iFmt, State.iArgs); 604 604 605 unsigned cCallArgs = gimple_call_num_arg (hStmt)605 unsigned cCallArgs = gimple_call_num_args(hStmt); 606 606 if (cCallArgs > State.iFmt) 607 607 MyCheckFormatRecursive(&State, gimple_call_arg(hStmt, State.iFmt - 1));
Note:
See TracChangeset
for help on using the changeset viewer.