Menu

#28 cssed-quicksearch-plugin 0.2 misses a #include

0.4.0
closed-fixed
5
2005-12-23
2005-12-22
No

On Mac OS X, there is this warning at compile time (probably the same on
BSD also):

quicksearch.c: In function 'search_next':
quicksearch.c:113: warning: incompatible implicit declaration of built-in
function 'strlen'
quicksearch.c: In function 'search_prev':
quicksearch.c:127: warning: incompatible implicit declaration of built-in
function 'strlen'

It is missing a #include <string.h>

Attached the patch to get rid of this warning.

Discussion

  • Anonymous

    Anonymous - 2005-12-22

    Patch for missing #include <string.h>

     
  • Iago Rubio

    Iago Rubio - 2005-12-23

    Logged In: YES
    user_id=910507

    It's already fixed in cvs. Thanks !

     
  • Iago Rubio

    Iago Rubio - 2005-12-23
    • status: open --> closed-fixed
     

Log in to post a comment.