mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 07:00:46 +00:00
Use -Wno-protocol when compiling NSMenuItem
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@15781 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
7285a4c05e
commit
255d80c476
1 changed files with 5 additions and 0 deletions
|
@ -176,6 +176,11 @@ GSLayoutManager.m \
|
|||
GSTypesetter.m \
|
||||
GSHorizontalTypesetter.m
|
||||
|
||||
# Turn off NSMenuItem warning that NSMenuItem conforms to <NSObject>,
|
||||
# but does not implement <NSObject>'s methods itself (it inherits
|
||||
# their implementation)
|
||||
NSMenuItem.m_FILE_FLAGS = -Wno-protocol
|
||||
|
||||
ifneq ($(FOUNDATION_LIB), fd)
|
||||
libgnustep-gui_OBJC_FILES += NSPasteboard.m
|
||||
endif
|
||||
|
|
Loading…
Reference in a new issue