This website requires JavaScript.
Explore
Help
Sign In
ExternalVendorCode
/
genode
Watch
1
Star
0
Fork
0
You've already forked genode
mirror of
https://github.com/genodelabs/genode.git
synced
2024-12-20 22:23:16 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
79dff674fd
genode
/
repos
/
gems
/
lib
/
mk
/
file.mk
7 lines
92 B
Makefile
Raw
Normal View
History
Unescape
Escape
gems: move reusable code to include/gems This patch makes various utilities that were originally developed for the backdrop application publicly available.
2014-09-11 13:54:18 +00:00
SRC_CC
=
file.cc
LIBS
+=
libc
v
p
a
t
h
f
i
l
e
.
c
c
$(
REP_DIR
)
/
s
r
c
/
l
i
b
/
f
i
l
e
Exclude higher-level repos from strict warnings This is a follow-up commit to "Increase default warning level", which overrides Genode's new default warning level for targets contained in higher-level repositories. By explicitly whitelisting all those targets, we can selectively adjust them to the new strictness over time - by looking out for 'CC_CXX_WARN_STRICT' in the target description files. Issue #465
2018-01-03 17:40:54 +00:00
CC_CXX_WARN_STRICT
=
Reference in New Issue
Copy Permalink