mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 21:00:37 +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
519bd98549
commit
412ab2f18e
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…
Add table
Add a link
Reference in a new issue