Custom Query (116 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (1 - 3 of 116)

1 2 3 4 5 6 7 8 9 10 11
Ticket Resolution Summary Owner Reporter
#289 fixed warning: implicit declaration of function ‘strchrnul’ in zephyr.c jgross@mit.edu
Description

Clang warns us that

../zephyr.c: In function ‘owl_zephyr_smartstripped_user’:

../zephyr.c:1313:3: warning: implicit declaration of function ‘strchrnul’ [-Wimplicit-function-declaration]

../zephyr.c:1313:17: warning: initialization makes pointer from integer without a cast [enabled by default]

According to strchrnul(3), we need to define _GNU_SOURCE. Where should this go? (Makefile.am? configure.ac?) Googling configure.ac strchrnul gives more verbose suggestions, such as including our own implementation of strchrnul for platforms that lack it, like FreeBSD. What do we want to do?

#268 fixed Release 1.9 andersk@mit.edu andersk@mit.edu
Description

Is somebody working on this?

#251 fixed barnowl-1.10dev tag is not annotated davidben@mit.edu andersk@mit.edu
Description

barnowl-1.10dev is not an annotated tag, which breaks git describe and causes the wrong version number to be displayed. We need to replace it (and then run git fetch --tags in affected checkouts).

1 2 3 4 5 6 7 8 9 10 11
Note: See TracQuery for help on using queries.