[haiku-bugs] [Haiku] #12830: [Patch] print/drivers/pdf/source/PictureIterator.h: fix header guard spelling

  • From: "mt" <trac@xxxxxxxxxxxx>
  • Date: Sat, 25 Jun 2016 13:08:09 -0000

#12830: [Patch] print/drivers/pdf/source/PictureIterator.h: fix header guard
spelling
------------------------------+------------------------------
 Reporter:  mt                |        Owner:  phoudoin
     Type:  bug               |       Status:  new
 Priority:  normal            |    Milestone:  Unscheduled
Component:  Drivers/Printers  |      Version:  R1/Development
 Keywords:                    |   Blocked By:
 Blocking:                    |  Has a Patch:  0
 Platform:  All               |
------------------------------+------------------------------
 Fix header guard spelling as clang point out.

 {{{
 /home/haiku/haiku/haiku/src/add-
 ons/print/drivers/pdf/source/PictureIterator.h:32:9: warning:
 '_PICTURE_ITERATOR_H' is used as a header guard here, followed by #define
 of a different macro [-Wheader-guard]
 #ifndef _PICTURE_ITERATOR_H
         ^~~~~~~~~~~~~~~~~~~
 /home/haiku/haiku/haiku/src/add-
 ons/print/drivers/pdf/source/PictureIterator.h:33:9: note:
 '_PICTURE_TIERATOR_H' is defined here; did you mean '_PICTURE_ITERATOR_H'?
 #define _PICTURE_TIERATOR_H
         ^~~~~~~~~~~~~~~~~~~
         _PICTURE_ITERATOR_H
 }}}

--
Ticket URL: <https://dev.haiku-os.org/ticket/12830>
Haiku <https://dev.haiku-os.org>
Haiku - the operating system.

Other related posts: