Skip to content

Commit

Permalink
avoid compiler warnings
Browse files Browse the repository at this point in the history
   D:\a\npp-task-list\npp-task-list\include\DockingDlgInterface.h(96,61): warning C4100: 'wParam': unreferenced formal parameter (compiling source file src\PluginDefinition.cpp) [D:\a\npp-task-list\npp-task-list\NppTaskList.vcxproj]
  • Loading branch information
chcg committed Oct 4, 2022
1 parent 52d842a commit 776b8c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/DockingDlgInterface.h
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ protected :
generic_string _pluginName;
bool _isClosed = false;

virtual intptr_t CALLBACK run_dlgProc(UINT message, WPARAM wParam, LPARAM lParam) {
virtual intptr_t CALLBACK run_dlgProc(UINT message, WPARAM , LPARAM lParam) {
switch (message)
{
case WM_NOTIFY:
Expand Down

0 comments on commit 776b8c6

Please sign in to comment.