]> git.ipfire.org Git - thirdparty/rrdtool-1.x.git/commit
Fix expansion-to-defined warnings (GCC 7) 857/head
authorWolfgang Stöggl <c72578@yahoo.de>
Tue, 2 Jan 2018 10:04:40 +0000 (11:04 +0100)
committerWolfgang Stöggl <c72578@yahoo.de>
Tue, 2 Jan 2018 10:04:40 +0000 (11:04 +0100)
commitccd9c70f1d835b0dcedf930e6abd01e7b4175b09
treee4fa1f7393d1dc311c42b628c2c7a8379b828aaf
parent1706b5d2e6d0387c452b47e2870c4771ab32df43
Fix expansion-to-defined warnings (GCC 7)

- Fixed compiler warnings:
  gettext.h:176:6: warning: this use of "defined" may not be portable
  [-Wexpansion-to-defined] #if !_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS
  gettext.h:200:5: warning: this use of "defined" may not be portable
  [-Wexpansion-to-defined] #if _LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS
  gettext.h:215:6: warning: this use of "defined" may not be portable
  [-Wexpansion-to-defined] #if !_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS
  gettext.h:246:5: warning: this use of "defined" may not be portable
  [-Wexpansion-to-defined] #if _LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS
  gettext.h:261:6: warning: this use of "defined" may not be portable
  [-Wexpansion-to-defined] #if !_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS
src/gettext.h