1
0
Fork 0
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:
jules 2015-04-07 14:37:12 +01:00
parent bbe1b0bc01
commit afbec9cf3c
4 changed files with 11 additions and 9 deletions

View file

@ -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 };