提交 62ed30e5 编写于 作者: J Josh Soref

Suppress warnings for advapi32

上级 399c8ba4
......@@ -30,6 +30,7 @@ import java.util.List;
*
* @author TB
*/
@SuppressWarnings("UnusedReturnValue")
public interface Advapi32 extends StdCallLibrary {
Advapi32 INSTANCE = (Advapi32) Native.loadLibrary("Advapi32", Advapi32.class, Options.UNICODE_OPTIONS);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册