FLTK logo

STR #1517

FLTK matrix user chat room
(using Element browser app)   FLTK gitter user chat room   GitHub FLTK Project   FLTK News RSS Feed  
  FLTK Apps      FLTK Library      Forums      Links     Login 
 Home  |  Articles & FAQs  |  Bugs & Features  |  Documentation  |  Download  |  Screenshots  ]
 

Return to Bugs & Features | Roadmap 2.0 | Post Text | Post File | SVN ⇄ GIT ]

STR #1517

Application:FLTK Library
Status:5 - New
Priority:2 - Low, e.g. a documentation error or undocumented side-effect
Scope:2 - Specific to an operating system
Subsystem:Unassigned
Summary:warnings for fltk-2.0.x-r5547 on i686-apple-darwin9 and powerpc-apple-darwin9
Version:2.0-current
Created By:MikeStump
Assigned To:Unassigned
Fix Version:Unassigned
Update Notification:

Receive EMails Don't Receive EMails

Trouble Report Files:

Post File ]

No files


Trouble Report Comments:

Post Text ]
Name/Time/Date Text  
 
#1 MikeStump
17:22 Nov 28, 2006
Here are some warnings from various builds I did:

gl_draw.cxx: In function 'void fltk::glsetfont(fltk::Font*, float)':
gl_draw.cxx:112: warning: 'aglUseFont' is deprecated (declared at /System/Library/Frameworks/AGL.framework/Headers/agl.h:366)
gl_draw.cxx:112: warning: 'aglUseFont' is deprecated (declared at /System/Library/Frameworks/AGL.framework/Headers/agl.h:366)
gl_draw.cxx: At global scope:
gl_draw.cxx:61: warning: 'scalefactor' defined but not used
Fl_Gl_Choice.cxx: In function 'void fltk::set_gl_context(const fltk::Window*, __AGLContextRec*)':
Fl_Gl_Choice.cxx:270: warning: 'aglSetDrawable' is deprecated (declared at /System/Library/Frameworks/AGL.framework/Headers/agl.h:308)
Fl_Gl_Choice.cxx:270: warning: 'aglSetDrawable' is deprecated (declared at /System/Library/Frameworks/AGL.framework/Headers/agl.h:308)
Fl_Gl_Choice.cxx: In function 'void fltk::delete_gl_context(__AGLContextRec*)':
Fl_Gl_Choice.cxx:298: warning: 'aglSetDrawable' is deprecated (declared at /System/Library/Frameworks/AGL.framework/Headers/agl.h:308)
Fl_Gl_Choice.cxx:298: warning: 'aglSetDrawable' is deprecated (declared at /System/Library/Frameworks/AGL.framework/Headers/agl.h:308)

ShapedWindow.cxx: In member function 'virtual void fltk::ShapedWindow::draw()':
ShapedWindow.cxx:78: warning: unused variable 'mask'

FileChooser2.cxx: In member function 'void fltk::FileChooser::value(const char*)':
FileChooser2.cxx:1123: warning: the address of 'pathname' will always evaluate as 'true'

glpuzzle.cxx: In function 'unsigned int hash(char (*)[4])':
glpuzzle.cxx:160: warning: array subscript has type 'char'
glpuzzle.cxx: In function 'int addConfig(char (*)[4], puzzle*)':
glpuzzle.cxx:527: warning: array subscript has type 'char'
glpuzzle.cxx:528: warning: array subscript has type 'char'

Cursor.cxx: In member function 'void fltk::Widget::cursor(fltk::Cursor*) const':
Cursor.cxx:402: warning: 'GetCursor' is deprecated (declared at /System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework
/Headers/QuickdrawAPI.h:3828)
Cursor.cxx:402: warning: 'GetCursor' is deprecated (declared at /System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework
/Headers/QuickdrawAPI.h:3828)
Cursor.cxx:408: warning: 'SetCursor' is deprecated (declared at /System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework
/Headers/QuickdrawAPI.h:529)
Cursor.cxx:408: warning: 'SetCursor' is deprecated (declared at /System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework
/Headers/QuickdrawAPI.h:529)

UpBox.cxx: In member function 'virtual void FocusFrame::_draw(const fltk::Rectangle&) const':
UpBox.cxx:124: warning: 'PenMode' is deprecated (declared at /System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework
/Headers/QuickdrawAPI.h:687)
UpBox.cxx:124: warning: 'PenMode' is deprecated (declared at /System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework
/Headers/QuickdrawAPI.h:687)
UpBox.cxx:127: warning: 'PenMode' is deprecated (declared at /System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework
/Headers/QuickdrawAPI.h:687)
UpBox.cxx:127: warning: 'PenMode' is deprecated (declared at /System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework
/Headers/QuickdrawAPI.h:687)

osx/clip.cxx: In function 'void fl_restore_clip()':
osx/clip.cxx:78: warning: 'GetPortBounds' is deprecated (declared at /System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework
/Headers/QuickdrawAPI.h:4472)
osx/clip.cxx:78: warning: 'GetPortBounds' is deprecated (declared at /System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework
/Headers/QuickdrawAPI.h:4472)
osx/clip.cxx:80: warning: 'ClipCGContextToRegion' is deprecated (declared at /System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework
/Headers/QuickdrawAPI.h:5862)
osx/clip.cxx:80: warning: 'ClipCGContextToRegion' is deprecated (declared at /System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework
/Headers/QuickdrawAPI.h:5862)

osx/list_fonts.cxx: In function 'int fltk::list_fonts(fltk::Font**&)':
osx/list_fonts.cxx:137: warning: 'FMCreateFontFamilyIterator' is deprecated (declared at /System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework
/Headers/Fonts.h:583)
osx/list_fonts.cxx:137: warning: 'FMCreateFontFamilyIterator' is deprecated (declared at /System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework
/Headers/Fonts.h:583)
osx/list_fonts.cxx:141: warning: 'FMGetNextFontFamily' is deprecated (declared at /System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework
/Headers/Fonts.h:625)
osx/list_fonts.cxx:141: warning: 'FMGetNextFontFamily' is deprecated (declared at /System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework
/Headers/Fonts.h:625)
osx/list_fonts.cxx:143: warning: 'FMGetFontFamilyName' is deprecated (declared at /System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework
/Headers/Fonts.h:765)
osx/list_fonts.cxx:143: warning: 'FMGetFontFamilyName' is deprecated (declared at /System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework
/Headers/Fonts.h:765)
osx/list_fonts.cxx:156: warning: 'FMDisposeFontFamilyIterator' is deprecated (declared at /System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework
/Headers/Fonts.h:595)
osx/list_fonts.cxx:156: warning: 'FMDisposeFontFamilyIterator' is deprecated (declared at /System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework
/Headers/Fonts.h:595)
overlay_rect.cxx: In function 'void draw_current_rect()':
overlay_rect.cxx:50: warning: 'PenMode' is deprecated (declared at /System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework
/Headers/QuickdrawAPI.h:687)
overlay_rect.cxx:50: warning: 'PenMode' is deprecated (declared at /System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework
/Headers/QuickdrawAPI.h:687)
overlay_rect.cxx:52: warning: 'PenMode' is deprecated (declared at /System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework
/Headers/QuickdrawAPI.h:687)
overlay_rect.cxx:52: warning: 'PenMode' is deprecated (declared at /System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework
/Headers/QuickdrawAPI.h:687)

osx/run.cxx: In function 'int fl_wait(double)':
osx/run.cxx:488: warning: 'SetCursor' is deprecated (declared at /System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework
/Headers/QuickdrawAPI.h:529)
osx/run.cxx:488: warning: 'SetCursor' is deprecated (declared at /System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework
/Headers/QuickdrawAPI.h:529)
osx/run.cxx: In function 'void fltk::open_display()':
osx/run.cxx:933: warning: 'GetQDGlobalsArrow' is deprecated (declared at /System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework
/Headers/QuickdrawAPI.h:5360)
osx/run.cxx:933: warning: 'GetQDGlobalsArrow' is deprecated (declared at /System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework
/Headers/QuickdrawAPI.h:5360)
osx/run.cxx: In static member function 'static const fltk::Monitor& fltk::Monitor::all()':
osx/run.cxx:959: warning: 'GetQDGlobalsScreenBits' is deprecated (declared at /System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework
/Headers/QuickdrawAPI.h:5345)
osx/run.cxx:959: warning: 'GetQDGlobalsScreenBits' is deprecated (declared at /System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework
/Headers/QuickdrawAPI.h:5345)
osx/run.cxx: In function 'void fltk::get_mouse(int&, int&)':
osx/run.cxx:1034: warning: 'LocalToGlobal' is deprecated (declared at /System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework
/Headers/QuickdrawAPI.h:2178)
osx/run.cxx:1034: warning: 'LocalToGlobal' is deprecated (declared at /System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework
/Headers/QuickdrawAPI.h:2178)
osx/run.cxx: In member function 'void fltk::Widget::make_current() const':
osx/run.cxx:1557: warning: 'SetPort' is deprecated (declared at /System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework
/Headers/QuickdrawAPI.h:292)
osx/run.cxx:1557: warning: 'SetPort' is deprecated (declared at /System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework
/Headers/QuickdrawAPI.h:292)
osx/run.cxx:1569: warning: 'SetPortClipRegion' is deprecated (declared at /System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework
/Headers/QuickdrawAPI.h:5178)
osx/run.cxx:1569: warning: 'SetPortClipRegion' is deprecated (declared at /System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework
/Headers/QuickdrawAPI.h:5178)
osx/run.cxx: In function 'void fltk::fill_quartz_context()':
osx/run.cxx:1590: warning: 'GetPortBounds' is deprecated (declared at /System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework
/Headers/QuickdrawAPI.h:4472)
osx/run.cxx:1590: warning: 'GetPortBounds' is deprecated (declared at /System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework
/Headers/QuickdrawAPI.h:4472)
osx/run.cxx: In function 'bool fltk::dnd()':
osx/run.cxx:1771: warning: 'LocalToGlobal' is deprecated (declared at /System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework
/Headers/QuickdrawAPI.h:2178)
osx/run.cxx:1771: warning: 'LocalToGlobal' is deprecated (declared at /System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework
/Headers/QuickdrawAPI.h:2178)

Compiling image.cxx...
In file included from image.cxx:104:
../pixmaps/recycle.xpm:23: warning: deprecated conversion from string constant to 'char*'
../pixmaps/recycle.xpm:23: warning: deprecated conversion from string constant to 'char*'
../pixmaps/recycle.xpm:23: warning: deprecated conversion from string constant to 'char*'
../pixmaps/recycle.xpm:23: warning: deprecated conversion from string constant to 'char*'
../pixmaps/recycle.xpm:23: warning: deprecated conversion from string constant to 'char*'
../pixmaps/recycle.xpm:23: warning: deprecated conversion from string constant to 'char*'
../pixmaps/recycle.xpm:23: warning: deprecated conversion from string constant to 'char*'
../pixmaps/recycle.xpm:23: warning: deprecated conversion from string constant to 'char*'
../pixmaps/recycle.xpm:23: warning: deprecated conversion from string constant to 'char*'
../pixmaps/recycle.xpm:23: warning: deprecated conversion from string constant to 'char*'
../pixmaps/recycle.xpm:23: warning: deprecated conversion from string constant to 'char*'
../pixmaps/recycle.xpm:23: warning: deprecated conversion from string constant to 'char*'
../pixmaps/recycle.xpm:23: warning: deprecated conversion from string constant to 'char*'
../pixmaps/recycle.xpm:23: warning: deprecated conversion from string constant to 'char*'
../pixmaps/recycle.xpm:23: warning: deprecated conversion from string constant to 'char*'
../pixmaps/recycle.xpm:23: warning: deprecated conversion from string constant to 'char*'
../pixmaps/recycle.xpm:23: warning: deprecated conversion from string constant to 'char*'
../pixmaps/recycle.xpm:23: warning: deprecated conversion from string constant to 'char*'
../pixmaps/recycle.xpm:23: warning: deprecated conversion from string constant to 'char*'
../pixmaps/recycle.xpm:23: warning: deprecated conversion from string constant to 'char*'
../pixmaps/recycle.xpm:23: warning: deprecated conversion from string constant to 'char*'
In file included from image.cxx:105:
porsche.xpm:71: warning: deprecated conversion from string constant to 'char*'
porsche.xpm:71: warning: deprecated conversion from string constant to 'char*'
porsche.xpm:71: warning: deprecated conversion from string constant to 'char*'
porsche.xpm:71: warning: deprecated conversion from string constant to 'char*'
porsche.xpm:71: warning: deprecated conversion from string constant to 'char*'
porsche.xpm:71: warning: deprecated conversion from string constant to 'char*'
porsche.xpm:71: warning: deprecated conversion from string constant to 'char*'
porsche.xpm:71: warning: deprecated conversion from string constant to 'char*'
porsche.xpm:71: warning: deprecated conversion from string constant to 'char*'
porsche.xpm:71: warning: deprecated conversion from string constant to 'char*'
porsche.xpm:71: warning: deprecated conversion from string constant to 'char*'
porsche.xpm:71: warning: deprecated conversion from string constant to 'char*'
porsche.xpm:71: warning: deprecated conversion from string constant to 'char*'
porsche.xpm:71: warning: deprecated conversion from string constant to 'char*'
porsche.xpm:71: warning: deprecated conversion from string constant to 'char*'
porsche.xpm:71: warning: deprecated conversion from string constant to 'char*'
porsche.xpm:71: warning: deprecated conversion from string constant to 'char*'
porsche.xpm:71: warning: deprecated conversion from string constant to 'char*'
porsche.xpm:71: warning: deprecated conversion from string constant to 'char*'
porsche.xpm:71: warning: deprecated conversion from string constant to 'char*'
porsche.xpm:71: warning: deprecated conversion from string constant to 'char*'
porsche.xpm:71: warning: deprecated conversion from string constant to 'char*'
porsche.xpm:71: warning: deprecated conversion from string constant to 'char*'
porsche.xpm:71: warning: deprecated conversion from string constant to 'char*'
porsche.xpm:71: warning: deprecated conversion from string constant to 'char*'
porsche.xpm:71: warning: deprecated conversion from string constant to 'char*'
porsche.xpm:71: warning: deprecated conversion from string constant to 'char*'
porsche.xpm:71: warning: deprecated conversion from string constant to 'char*'
porsche.xpm:71: warning: deprecated conversion from string constant to 'char*'
porsche.xpm:71: warning: deprecated conversion from string constant to 'char*'
porsche.xpm:71: warning: deprecated conversion from string constant to 'char*'
porsche.xpm:71: warning: deprecated conversion from string constant to 'char*'
porsche.xpm:71: warning: deprecated conversion from string constant to 'char*'
porsche.xpm:71: warning: deprecated conversion from string constant to 'char*'
porsche.xpm:71: warning: deprecated conversion from string constant to 'char*'
porsche.xpm:71: warning: deprecated conversion from string constant to 'char*'
porsche.xpm:71: warning: deprecated conversion from string constant to 'char*'
porsche.xpm:71: warning: deprecated conversion from string constant to 'char*'
porsche.xpm:71: warning: deprecated conversion from string constant to 'char*'
porsche.xpm:71: warning: deprecated conversion from string constant to 'char*'
porsche.xpm:71: warning: deprecated conversion from string constant to 'char*'
porsche.xpm:71: warning: deprecated conversion from string constant to 'char*'
porsche.xpm:71: warning: deprecated conversion from string constant to 'char*'
porsche.xpm:71: warning: deprecated conversion from string constant to 'char*'
porsche.xpm:71: warning: deprecated conversion from string constant to 'char*'
porsche.xpm:71: warning: deprecated conversion from string constant to 'char*'
porsche.xpm:71: warning: deprecated conversion from string constant to 'char*'
porsche.xpm:71: warning: deprecated conversion from string constant to 'char*'
porsche.xpm:71: warning: deprecated conversion from string constant to 'char*'
porsche.xpm:71: warning: deprecated conversion from string constant to 'char*'
porsche.xpm:71: warning: deprecated conversion from string constant to 'char*'
porsche.xpm:71: warning: deprecated conversion from string constant to 'char*'
porsche.xpm:71: warning: deprecated conversion from string constant to 'char*'
porsche.xpm:71: warning: deprecated conversion from string constant to 'char*'
porsche.xpm:71: warning: deprecated conversion from string constant to 'char*'
porsche.xpm:71: warning: deprecated conversion from string constant to 'char*'
porsche.xpm:71: warning: deprecated conversion from string constant to 'char*'
porsche.xpm:71: warning: deprecated conversion from string constant to 'char*'
porsche.xpm:71: warning: deprecated conversion from string constant to 'char*'
porsche.xpm:71: warning: deprecated conversion from string constant to 'char*'
porsche.xpm:71: warning: deprecated conversion from string constant to 'char*'
porsche.xpm:71: warning: deprecated conversion from string constant to 'char*'
porsche.xpm:71: warning: deprecated conversion from string constant to 'char*'
porsche.xpm:71: warning: deprecated conversion from string constant to 'char*'
porsche.xpm:71: warning: deprecated conversion from string constant to 'char*'
porsche.xpm:71: warning: deprecated conversion from string constant to 'char*'
porsche.xpm:71: warning: deprecated conversion from string constant to 'char*'
porsche.xpm:71: warning: deprecated conversion from string constant to 'char*'
porsche.xpm:71: warning: deprecated conversion from string constant to 'char*'
Compiling label.cxx...
In file included from label.cxx:115:
porsche.xpm:71: warning: deprecated conversion from string constant to 'char*'
porsche.xpm:71: warning: deprecated conversion from string constant to 'char*'
porsche.xpm:71: warning: deprecated conversion from string constant to 'char*'
porsche.xpm:71: warning: deprecated conversion from string constant to 'char*'
porsche.xpm:71: warning: deprecated conversion from string constant to 'char*'
porsche.xpm:71: warning: deprecated conversion from string constant to 'char*'
porsche.xpm:71: warning: deprecated conversion from string constant to 'char*'
porsche.xpm:71: warning: deprecated conversion from string constant to 'char*'
porsche.xpm:71: warning: deprecated conversion from string constant to 'char*'
porsche.xpm:71: warning: deprecated conversion from string constant to 'char*'
porsche.xpm:71: warning: deprecated conversion from string constant to 'char*'
porsche.xpm:71: warning: deprecated conversion from string constant to 'char*'
porsche.xpm:71: warning: deprecated conversion from string constant to 'char*'
porsche.xpm:71: warning: deprecated conversion from string constant to 'char*'
porsche.xpm:71: warning: deprecated conversion from string constant to 'char*'
porsche.xpm:71: warning: deprecated conversion from string constant to 'char*'
porsche.xpm:71: warning: deprecated conversion from string constant to 'char*'
porsche.xpm:71: warning: deprecated conversion from string constant to 'char*'
porsche.xpm:71: warning: deprecated conversion from string constant to 'char*'
porsche.xpm:71: warning: deprecated conversion from string constant to 'char*'
porsche.xpm:71: warning: deprecated conversion from string constant to 'char*'
porsche.xpm:71: warning: deprecated conversion from string constant to 'char*'
porsche.xpm:71: warning: deprecated conversion from string constant to 'char*'
porsche.xpm:71: warning: deprecated conversion from string constant to 'char*'
porsche.xpm:71: warning: deprecated conversion from string constant to 'char*'
porsche.xpm:71: warning: deprecated conversion from string constant to 'char*'
porsche.xpm:71: warning: deprecated conversion from string constant to 'char*'
porsche.xpm:71: warning: deprecated conversion from string constant to 'char*'
porsche.xpm:71: warning: deprecated conversion from string constant to 'char*'
porsche.xpm:71: warning: deprecated conversion from string constant to 'char*'
porsche.xpm:71: warning: deprecated conversion from string constant to 'char*'
porsche.xpm:71: warning: deprecated conversion from string constant to 'char*'
porsche.xpm:71: warning: deprecated conversion from string constant to 'char*'
porsche.xpm:71: warning: deprecated conversion from string constant to 'char*'
porsche.xpm:71: warning: deprecated conversion from string constant to 'char*'
porsche.xpm:71: warning: deprecated conversion from string constant to 'char*'
porsche.xpm:71: warning: deprecated conversion from string constant to 'char*'
porsche.xpm:71: warning: deprecated conversion from string constant to 'char*'
porsche.xpm:71: warning: deprecated conversion from string constant to 'char*'
porsche.xpm:71: warning: deprecated conversion from string constant to 'char*'
porsche.xpm:71: warning: deprecated conversion from string constant to 'char*'
porsche.xpm:71: warning: deprecated conversion from string constant to 'char*'
porsche.xpm:71: warning: deprecated conversion from string constant to 'char*'
porsche.xpm:71: warning: deprecated conversion from string constant to 'char*'
porsche.xpm:71: warning: deprecated conversion from string constant to 'char*'
porsche.xpm:71: warning: deprecated conversion from string constant to 'char*'
porsche.xpm:71: warning: deprecated conversion from string constant to 'char*'
porsche.xpm:71: warning: deprecated conversion from string constant to 'char*'
porsche.xpm:71: warning: deprecated conversion from string constant to 'char*'
porsche.xpm:71: warning: deprecated conversion from string constant to 'char*'
porsche.xpm:71: warning: deprecated conversion from string constant to 'char*'
porsche.xpm:71: warning: deprecated conversion from string constant to 'char*'
porsche.xpm:71: warning: deprecated conversion from string constant to 'char*'
porsche.xpm:71: warning: deprecated conversion from string constant to 'char*'
porsche.xpm:71: warning: deprecated conversion from string constant to 'char*'
porsche.xpm:71: warning: deprecated conversion from string constant to 'char*'
porsche.xpm:71: warning: deprecated conversion from string constant to 'char*'
porsche.xpm:71: warning: deprecated conversion from string constant to 'char*'
porsche.xpm:71: warning: deprecated conversion from string constant to 'char*'
porsche.xpm:71: warning: deprecated conversion from string constant to 'char*'
porsche.xpm:71: warning: deprecated conversion from string constant to 'char*'
porsche.xpm:71: warning: deprecated conversion from string constant to 'char*'
porsche.xpm:71: warning: deprecated conversion from string constant to 'char*'
porsche.xpm:71: warning: deprecated conversion from string constant to 'char*'
porsche.xpm:71: warning: deprecated conversion from string constant to 'char*'
porsche.xpm:71: warning: deprecated conversion from string constant to 'char*'
porsche.xpm:71: warning: deprecated conversion from string constant to 'char*'
porsche.xpm:71: warning: deprecated conversion from string constant to 'char*'
porsche.xpm:71: warning: deprecated conversion from string constant to 'char*'
Compiling pixmap.cxx...
In file included from pixmap.cxx:32:
porsche.xpm:71: warning: deprecated conversion from string constant to 'char*'
porsche.xpm:71: warning: deprecated conversion from string constant to 'char*'
porsche.xpm:71: warning: deprecated conversion from string constant to 'char*'
porsche.xpm:71: warning: deprecated conversion from string constant to 'char*'
porsche.xpm:71: warning: deprecated conversion from string constant to 'char*'
porsche.xpm:71: warning: deprecated conversion from string constant to 'char*'
porsche.xpm:71: warning: deprecated conversion from string constant to 'char*'
porsche.xpm:71: warning: deprecated conversion from string constant to 'char*'
porsche.xpm:71: warning: deprecated conversion from string constant to 'char*'
porsche.xpm:71: warning: deprecated conversion from string constant to 'char*'
porsche.xpm:71: warning: deprecated conversion from string constant to 'char*'
porsche.xpm:71: warning: deprecated conversion from string constant to 'char*'
porsche.xpm:71: warning: deprecated conversion from string constant to 'char*'
porsche.xpm:71: warning: deprecated conversion from string constant to 'char*'
porsche.xpm:71: warning: deprecated conversion from string constant to 'char*'
porsche.xpm:71: warning: deprecated conversion from string constant to 'char*'
porsche.xpm:71: warning: deprecated conversion from string constant to 'char*'
porsche.xpm:71: warning: deprecated conversion from string constant to 'char*'
porsche.xpm:71: warning: deprecated conversion from string constant to 'char*'
porsche.xpm:71: warning: deprecated conversion from string constant to 'char*'
porsche.xpm:71: warning: deprecated conversion from string constant to 'char*'
porsche.xpm:71: warning: deprecated conversion from string constant to 'char*'
porsche.xpm:71: warning: deprecated conversion from string constant to 'char*'
porsche.xpm:71: warning: deprecated conversion from string constant to 'char*'
porsche.xpm:71: warning: deprecated conversion from string constant to 'char*'
porsche.xpm:71: warning: deprecated conversion from string constant to 'char*'
porsche.xpm:71: warning: deprecated conversion from string constant to 'char*'
porsche.xpm:71: warning: deprecated conversion from string constant to 'char*'
porsche.xpm:71: warning: deprecated conversion from string constant to 'char*'
porsche.xpm:71: warning: deprecated conversion from string constant to 'char*'
porsche.xpm:71: warning: deprecated conversion from string constant to 'char*'
porsche.xpm:71: warning: deprecated conversion from string constant to 'char*'
porsche.xpm:71: warning: deprecated conversion from string constant to 'char*'
porsche.xpm:71: warning: deprecated conversion from string constant to 'char*'
porsche.xpm:71: warning: deprecated conversion from string constant to 'char*'
porsche.xpm:71: warning: deprecated conversion from string constant to 'char*'
porsche.xpm:71: warning: deprecated conversion from string constant to 'char*'
porsche.xpm:71: warning: deprecated conversion from string constant to 'char*'
porsche.xpm:71: warning: deprecated conversion from string constant to 'char*'
porsche.xpm:71: warning: deprecated conversion from string constant to 'char*'
porsche.xpm:71: warning: deprecated conversion from string constant to 'char*'
porsche.xpm:71: warning: deprecated conversion from string constant to 'char*'
porsche.xpm:71: warning: deprecated conversion from string constant to 'char*'
porsche.xpm:71: warning: deprecated conversion from string constant to 'char*'
porsche.xpm:71: warning: deprecated conversion from string constant to 'char*'
porsche.xpm:71: warning: deprecated conversion from string constant to 'char*'
porsche.xpm:71: warning: deprecated conversion from string constant to 'char*'
porsche.xpm:71: warning: deprecated conversion from string constant to 'char*'
porsche.xpm:71: warning: deprecated conversion from string constant to 'char*'
porsche.xpm:71: warning: deprecated conversion from string constant to 'char*'
porsche.xpm:71: warning: deprecated conversion from string constant to 'char*'
porsche.xpm:71: warning: deprecated conversion from string constant to 'char*'
porsche.xpm:71: warning: deprecated conversion from string constant to 'char*'
porsche.xpm:71: warning: deprecated conversion from string constant to 'char*'
porsche.xpm:71: warning: deprecated conversion from string constant to 'char*'
porsche.xpm:71: warning: deprecated conversion from string constant to 'char*'
porsche.xpm:71: warning: deprecated conversion from string constant to 'char*'
porsche.xpm:71: warning: deprecated conversion from string constant to 'char*'
porsche.xpm:71: warning: deprecated conversion from string constant to 'char*'
porsche.xpm:71: warning: deprecated conversion from string constant to 'char*'
porsche.xpm:71: warning: deprecated conversion from string constant to 'char*'
porsche.xpm:71: warning: deprecated conversion from string constant to 'char*'
porsche.xpm:71: warning: deprecated conversion from string constant to 'char*'
porsche.xpm:71: warning: deprecated conversion from string constant to 'char*'
porsche.xpm:71: warning: deprecated conversion from string constant to 'char*'
porsche.xpm:71: warning: deprecated conversion from string constant to 'char*'
porsche.xpm:71: warning: deprecated conversion from string constant to 'char*'
porsche.xpm:71: warning: deprecated conversion from string constant to 'char*'
porsche.xpm:71: warning: deprecated conversion from string constant to 'char*'
Compiling qubix.cxx...
qubix.cxx: In function 'int makemove()':
qubix.cxx:720: warning: deprecated conversion from string constant to 'char*'
qubix.cxx:725: warning: deprecated conversion from string constant to 'char*'
qubix.cxx:731: warning: deprecated conversion from string constant to 'char*'
qubix.cxx:737: warning: deprecated conversion from string constant to 'char*'
qubix.cxx:747: warning: deprecated conversion from string constant to 'char*'
qubix.cxx:756: warning: deprecated conversion from string constant to 'char*'
qubix.cxx:761: warning: deprecated conversion from string constant to 'char*'
qubix.cxx:766: warning: deprecated conversion from string constant to 'char*'
qubix.cxx:775: warning: deprecated conversion from string constant to 'char*'
qubix.cxx:783: warning: deprecated conversion from string constant to 'char*'
qubix.cxx:788: warning: deprecated conversion from string constant to 'char*'
qubix.cxx:808: warning: deprecated conversion from string constant to 'char*'

I was building with Apple's gcc-4.0 and gcc-4.2 compilers.
 
     

Return to Bugs & Features | Post Text | Post File ]

 
 

Comments are owned by the poster. All other content is copyright 1998-2024 by Bill Spitzak and others. This project is hosted by The FLTK Team. Please report site problems to 'erco@seriss.com'.