summaryrefslogtreecommitdiff
path: root/fb
diff options
context:
space:
mode:
authorAdam Jackson <ajax@redhat.com>2011-01-20 00:17:52 -0500
committerAdam Jackson <ajax@redhat.com>2011-02-08 12:41:04 -0500
commit994b7b3dc97f9afa713fe636af45a78002a4366f (patch)
tree01124c22fc2e3c6132551e4c649a46b6b9fe16bd /fb
parentae16c5796fdb22fb6b2f680fe5123bfd2c89a825 (diff)
xfree86: warning fix
Did you know that anonymous enums with function scope will not only override the enum values from global scope, but will be treated as entirely different types? C's type system just rules. xf86Crtc.c: In function 'handle_detailed_monrec': xf86Crtc.c:1555:33: warning: comparison between 'enum det_monrec_source' and 'enum <anonymous>' xf86Crtc.c:1562:33: warning: comparison between 'enum det_monrec_source' and 'enum <anonymous>' Reviewed-by: Matt Turner <mattst88@gmail.com> Reviewed-by: Julien Cristau <jcristau@debian.org> Signed-off-by: Adam Jackson <ajax@redhat.com>
Diffstat (limited to 'fb')
0 files changed, 0 insertions, 0 deletions