kicad/kicad
Simon Richter b9a6c4988f Avoid conflicting declaration for Pgm()
This function has two conflicting definitions in the "kicad" executable and
the other wrapper programs. As the kifaces can be loaded from either, this
silently assumes compatible data layout for the PGM_KICAD and PGM_BASE
types when passed by reference, which is valid only when the compiler is
aware of the cast.

If the return type is encoded in the symbol name (such as when using the
MSVC compiler), this also causes an error during linking, as the symbol
names no longer match.
2016-05-28 12:57:29 -04:00
..
dialogs Fix typos in dialogs. 2016-04-21 09:32:29 +02:00
CMakeLists.txt Merge with main branch r6601 2016-03-01 11:44:15 +11:00
Info.plist Changed the bundle identifier to org.kicad-pcb.<app> to follow the kicad domain name 2015-10-30 08:43:04 +13:00
class_treeproject_item.cpp Kicad: clean up include files. 2016-02-24 16:36:52 -05:00
class_treeproject_item.h Kicad: clean up include files. 2016-02-24 16:36:52 -05:00
class_treeprojectfiles.cpp Kicad: clean up include files. 2016-02-24 16:36:52 -05:00
class_treeprojectfiles.h Kicad: clean up include files. 2016-02-24 16:36:52 -05:00
commandframe.cpp Minor internal spelling correction 2016-03-08 14:03:16 -05:00
file_pro.icns Rework on icons, and more OS X updates 2010-05-09 04:04:44 +02:00
files-io.cpp Avoid conflicting declaration for Pgm() 2016-05-28 12:57:29 -04:00
kicad.cpp Avoid conflicting declaration for Pgm() 2016-05-28 12:57:29 -04:00
kicad.h Very minor changes: minor coding style fixes, and remove a few local shadowed variables (mainly local variables having the same name in the same function) detected using " -Wshadow" gcc compil option ( No bug, just a better code readability ) 2016-04-12 17:50:42 +02:00
kicad.icns [MacOSX] Updated Icons - Document ones still missing :( 2012-09-27 19:20:44 +02:00
kicad.rc Remove old xpm icons files 2012-04-07 13:09:57 +02:00
kicad_doc.icns Rework on icons, and more OS X updates 2010-05-09 04:04:44 +02:00
logokicad.png Dutch language update, kicad splash making to work 2008-08-20 22:44:37 +00:00
mainframe.cpp Avoid conflicting declaration for Pgm() 2016-05-28 12:57:29 -04:00
menubar.cpp Avoid conflicting declaration for Pgm() 2016-05-28 12:57:29 -04:00
pgm_kicad.h Avoid conflicting declaration for Pgm() 2016-05-28 12:57:29 -04:00
preferences.cpp Correct multiple UI spelling errors 2016-05-02 10:01:43 -04:00
prjconfig.cpp Avoid conflicting declaration for Pgm() 2016-05-28 12:57:29 -04:00
project_template.cpp Kicad: clean up include files. 2016-02-24 16:36:52 -05:00
project_template.h Kicad: clean up include files. 2016-02-24 16:36:52 -05:00
tree_project_frame.cpp Very minor changes: minor coding style fixes, and remove a few local shadowed variables (mainly local variables having the same name in the same function) detected using " -Wshadow" gcc compil option ( No bug, just a better code readability ) 2016-04-12 17:50:42 +02:00
tree_project_frame.h Kicad: clean up include files. 2016-02-24 16:36:52 -05:00