Changeset 93686 in vbox for trunk/src/bldprogs/scmrw.cpp
- Timestamp:
- Feb 11, 2022 1:52:24 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bldprogs/scmrw.cpp
r93556 r93686 3150 3150 return ScmError(pState, rc, "seek error\n"); 3151 3151 fRet |= pSettings->fPragmaOnce; 3152 ScmVerbose(pState, 2, "Missing #pragma once\n");3152 ScmVerbose(pState, pSettings->fPragmaOnce ? 2 : 3, "Missing #pragma once\n"); 3153 3153 } 3154 3154
Note:
See TracChangeset
for help on using the changeset viewer.