Skip to content

Commit 1131060

Browse files
committed
Merged revision(s) 25006 from trunk/OpenMPT:
[Ref] Silence cppcheck false-positive. ........ git-svn-id: https://source.openmpt.org/svn/openmpt/branches/OpenMPT-1.32@25007 56274372-70c3-4bfc-bfc3-4c3a0b034d27
1 parent 22dc988 commit 1131060

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pluginBridge/BridgeWrapper.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -970,7 +970,7 @@ intptr_t BridgeWrapper::DispatchToPlugin(VstOpcodeToPlugin opcode, int32 index,
970970
const DispatchMsg &resultMsg = msg.dispatch;
971971

972972
// cppcheck false-positive
973-
// cppcheck-suppress nullPointerRedundantCheck
973+
// cppcheck-suppress nullPointer
974974
const void *extraData = useAuxMem ? auxMem->memory.Data<const char>() : reinterpret_cast<const char *>(&resultMsg + 1);
975975
// Post-fix some opcodes
976976
switch(opcode)

0 commit comments

Comments
 (0)