1
0
mirror of https://github.com/preble/libpinproc synced 2026-02-24 18:25:23 +01:00

cleanup: quiet PRGetLastErrorText() compiler warning

This commit is contained in:
Tom Collins
2020-07-15 17:02:49 -07:00
committed by Gerry Stellenberg
parent 7c202fc2f4
commit 3b9d035fb5
2 changed files with 2 additions and 2 deletions

View File

@@ -351,7 +351,7 @@ PINPROC_API void PRLogSetCallback(PRLogCallback callback); /**< Replaces the def
PINPROC_API void PRLogSetLevel(PRLogLevel level);
PINPROC_API const char *PRGetLastErrorText();
PINPROC_API const char *PRGetLastErrorText(void);
/**
* @defgroup device Device Creation & Deletion