Anope IRC Services

Please login or register.

Login with username, password and session length
Advanced search  

News:

Pages: [1]   Go Down

Author Topic: make action  (Read 2429 times)

0 Members and 1 Guest are viewing this topic.

ping

  • Anope User
  • Offline Offline
  • Posts: 22
    • http://www.red-mexico.net
make action
« on: April 07, 2007, 11:55:57 AM »

after Config I executed "make" line command and I can see the following errors:

chanserv.c: In function âload_cs_dbaseâ:
chanserv.c:451: warning: ignoring return value of âfreadâ, declared with attribute warn_unused_result
chanserv.c:484: warning: ignoring return value of âfreadâ, declared with attribute warn_unused_result
chanserv.c:495: warning: ignoring return value of âfreadâ, declared with attribute warn_unused_result
chanserv.c:695: warning: ignoring return value of âfreadâ, declared with attribute warn_unused_result
chanserv.c: In function âsave_cs_dbaseâ:
chanserv.c:873: warning: ignoring return value of âfwriteâ, declared with attribute warn_unused_result
chanserv.c:882: warning: ignoring return value of âfwriteâ, declared with attribute warn_unused_result
chanserv.c:889: warning: ignoring return value of âfwriteâ, declared with attribute warn_unused_result
chanserv.c:946: warning: ignoring return value of âfwriteâ, declared with attribute warn_unused_result

What means this?
Logged

heinz

  • Guest
(No subject)
« Reply #1 on: April 07, 2007, 12:40:34 PM »

These aren't errors, they are warnings. It looks like its assigning a return value from a function to a variable and then never using it. These can be safely ignored.
Logged
Pages: [1]   Go Up