Uploaded image for project: 'Qt Creator'
  1. Qt Creator
  2. QTCREATORBUG-1651

when run build on project the qcreator hangs

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Not Evaluated
    • Qt Creator 2.1.0
    • Qt Creator 1.3.1
    • C/C++/Obj-C++ Support
    • None
    • Windows 7, , into the attachment is the test project

    Description

      I create black Qt4 console application. into main.cpp add lines
      struct ItemPoint {
      int abs0_or_Relativ_1;
      int k;
      qreal x,y;
      qreal i,j;
      };

      struct Item {
      struct ItemPoint points[];
      };

      struct Items {
      struct Item items[];
      };

      struct Items items[]=
      {
      NULL,
      };

      When I start Build into the compile outpiut write some many times
      main.cpp:23:warning:missing braces around initializer for Item[0]

      and qtcreator hangs and I have to kill it

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            con Eike Ziller
            oobretenov Ognian Obretenov
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes