[Freeciv-tickets] [freeciv] #42872: Fallthrough from VUT_CITYTILE case in req_text_insert()

アーカイブの一覧に戻る
OSDN Ticket System norep****@osdn*****
Sat Sep 18 10:28:28 JST 2021


#42872: Fallthrough from VUT_CITYTILE case in req_text_insert()

  Open Date: 2021-09-18 04:28
Last Update: 2021-09-18 04:28

URL for this Ticket:
    https://osdn.net//projects/freeciv/ticket/42872
RSS feed for this Ticket:
    https://osdn.net/ticket/ticket_rss.php?group_id=12505&tid=42872

---------------------------------------------------------------------

Last Changes/Comment on this Ticket:
2021-09-18 04:28 Updated by: cazfi
 * New Ticket "Fallthrough from VUT_CITYTILE case in req_text_insert()" created


---------------------------------------------------------------------
Ticket Status:

      Reporter: cazfi
         Owner: (None)
          Type: Bugs
        Status: Open
      Priority: 5 - Medium
     MileStone: (None)
     Component: General
      Severity: 5 - Medium
    Resolution: None
---------------------------------------------------------------------

Ticket details:

With -Wimplicit-fallthrough in master:
../../../src/common/reqtext.c: In function ‘req_text_insert’:
../../../src/common/reqtext.c:2736:12: error: this statement may fall through -Werror=implicit-fallthrough=
2736 |     } else {
|            
../../../src/common/reqtext.c:2809:3: note: here
2809 |   case VUT_CITYSTATUS:
|   ~
cc1: all warnings being treated as errors

-- 
Ticket information of Freeciv project
Freeciv Project is hosted on OSDN

Project URL: https://osdn.net/projects/freeciv/
OSDN: https://osdn.net

URL for this Ticket:
    https://osdn.net/projects/freeciv/ticket/42872
RSS feed for this Ticket:
    https://osdn.net/ticket/ticket_rss.php?group_id=12505&tid=42872



More information about the Freeciv-tickets mailing list
アーカイブの一覧に戻る