bugmake - Bugs: bug #62213, Avoid compile warning

 
 

bug #62213: Avoid compile warning

Submitter:  Nenghe Wang <boxuesong>
Submitted:  Wed 23 Mar 2022 03:50:32 PM UTC
   
 
Severity:  3 - Normal Item Group:  Bug
Status:  Fixed Privacy:  Public
Assigned to:  None Open/Closed:  Closed
Component Version:  4.3 Operating System:  Any
Fixed Release:  4.4 Triage Status:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Sun 24 Apr 2022 06:22:23 PM UTC, comment #1: 

Fixed, thanks!

Paul D. Smith <psmith>
Group administrator
Wed 23 Mar 2022 03:50:32 PM UTC, original submission:  


  ./configure --with-customs=../customs  ​
 ​ make
 
  In file included from src/remote-cstms.c:23:0:
src/commands.h:40:35: warning: ‘struct child’ declared inside parameter list
 void delete_child_targets (struct child *child);
                                   ^
src/commands.h:40:35: warning: its scope is only this definition or declaration, which is probably not what you want


 Put #include "job.h" in front of #include "commands.h" to solve this warning.

Nenghe Wang <boxuesong>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

Attached Files
file #53011:  Avoid-compile-warning.com.patch added by boxuesong (784B - application/octet-stream)

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by psmith (Posted a comment)
  • -email is unavailable- added by boxuesong (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    Follow 4 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2022-04-24 psmith StatusNone Fixed
        Open/ClosedOpen Closed
        Fixed ReleaseNone 4.4
    2022-03-23 boxuesong Attached File- Added Avoid-compile-warning.com.patch, #53011

    Back to the top

    Powered by Savane 3.13-d3ae.
    Corresponding source code