Menu

#1925 compile warning in TkCanvas.c

obsolete: 8.4.11
closed-fixed
5
2005-06-21
2005-06-21
No

My (particularly picky) HP compiler issues this warning
on tkCanvas.c

cc:
"/sppdg/scratch/bob/temp/tk8.4.11/unix/../generic/tkCanvas.c",
line 214: warning 558: Empty declaration.

Apparently the semicolon doesn't belong on this line:

TCL_DECLARE_MUTEX(typeListMutex);

Discussion

  • Don Porter

    Don Porter - 2005-06-21

    Logged In: YES
    user_id=80530

    thanks for testing

    I fixed this before on HEAD,
    but missed it in 8.4.

    RC5 will have this corrected.

     
  • Don Porter

    Don Porter - 2005-06-21
    • assigned_to: hobbs --> dgp
    • status: open --> closed-fixed