Bug#660153: toonloop: patch for #657814 has introduced a preprocessor warning

Laurent Bigonville bigon at debian.org
Thu Feb 16 21:52:09 UTC 2012


Package: toonloop
Version: 2.1.18-3
Severity: important
Tags: patch

Hi,

The patch for #657814 has introduced a preprocessor warning:

cc1plus: warning: unrecognized gcc debugging option: S [enabled by default]
cc1plus: warning: unrecognized gcc debugging option: E [enabled by default]
cc1plus: warning: unrecognized gcc debugging option: _ [enabled by default]
cc1plus: warning: unrecognized gcc debugging option: G [enabled by default]
cc1plus: warning: unrecognized gcc debugging option: L [enabled by default]
cc1plus: warning: unrecognized gcc debugging option: E [enabled by default]
cc1plus: warning: unrecognized gcc debugging option: S [enabled by default]
cc1plus: warning: unrecognized gcc debugging option: 2 [enabled by default]

This is due to -dUSE_GLES2. I guess that the author wanted to unset
this, in that case -UUSE_GLES2 should be used, or not setting this at
all seems also OK to me.

Please find the attached patch that use the flag -U instead of -d.

Cheers

Laurent Bigonville


-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-1-amd64 (SMP w/8 CPU cores)
Locale: LANG=fr_BE.utf8, LC_CTYPE=fr_BE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
-------------- next part --------------
A non-text attachment was scrubbed...
Name: typo.diff
Type: text/x-diff
Size: 592 bytes
Desc: not available
URL: <http://lists.alioth.debian.org/pipermail/pkg-multimedia-maintainers/attachments/20120216/d90de5fd/attachment.diff>


More information about the pkg-multimedia-maintainers mailing list