portown / capture

a screen capturing tool for old Windows
Boost Software License 1.0
1 stars 0 forks source link

警告の除去&エラー化 #14

Open portown opened 7 years ago

portown commented 7 years ago

現時点で出ている警告は3件。

src/menu.cpp:106:22: warning: ‘INT_PTR {anonymous}::AboutProc(HWND, UINT, WPARAM, LPARAM)’ defined but not used [-Wunused-function] INT_PTR CALLBACK AboutProc(HWND hDlg, UINT msg, WPARAM wp, LPARAM)

capdll/main.cpp:7:0: warning: ignoring #pragma data_seg [-Wunknown-pragmas]

pragma data_seg( "CAP_DATA" )

capdll/main.cpp:11:0: warning: ignoring #pragma data_seg [-Wunknown-pragmas]

pragma data_seg()

これらを除去し、警告をエラーとするビルドオプションを付ける。