mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-02-01 03:10:06 +00:00
Updates to avoid pedantic warnings in gcc.
This commit is contained in:
parent
bbe1b0bc01
commit
afbec9cf3c
4 changed files with 11 additions and 9 deletions
|
|
@ -235,6 +235,8 @@ namespace LinuxErrorHandling
|
|||
|
||||
int errorHandler (Display* display, XErrorEvent* event)
|
||||
{
|
||||
(void) display; (void) event;
|
||||
|
||||
#if JUCE_DEBUG_XERRORS
|
||||
char errorStr[64] = { 0 };
|
||||
char requestStr[64] = { 0 };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue