bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug binutils/26865] windres: --preprocessor option won't respect space


From: katayama.hirofumi.mz at gmail dot com
Subject: [Bug binutils/26865] windres: --preprocessor option won't respect space in file path
Date: Fri, 27 Nov 2020 02:30:21 +0000

https://sourceware.org/bugzilla/show_bug.cgi?id=26865

--- Comment #3 from katayama.hirofumi.mz at gmail dot com ---
Not fixed yet. Compilation error.

resrc.c: In function 'filename_need_quotes':
resrc.c:368:9: error: duplicate case value
  368 |         case ' ':
      |         ^~~~
resrc.c:363:9: note: previously used here
  363 |         case ' ':

      switch (*filename)
        {
        case '&':
        case ' ': // this
        case '<':
        case '>':
        case '|':
        case '%':
        case ' ': // and this
          return 1;
        }

-- 
You are receiving this mail because:
You are on the CC list for the bug.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]