Difference between revisions of "Education Project/Effort/Fixing warning"

From Apache OpenOffice Wiki
Jump to: navigation, search
(Modules and respective files which are currently being debugged.)
(Patch)
Line 22: Line 22:
 
== Patch ==
 
== Patch ==
 
Need review.
 
Need review.
Files modified:
 
Changed files
 
  
 
Files modified:
 
Files modified:
warning: enumerator value 'xxxx' not handled in switch
+
 
 +
Handling: 'warning: enumerator value 'xxxx' not handled in switch'
  
 
  1. binfilter/bf_sc/source/core/data/sc_column2.cxx  
 
  1. binfilter/bf_sc/source/core/data/sc_column2.cxx  

Revision as of 18:10, 7 June 2008

Modules and respective files which are currently being debugged.

Please put in dates when entered and expected time in which you will release lock, so that in case someone forgets other can contribute on that part, in short avoid deadlocks This page is just for collaboration. Mark done one changed

So the format should be

    <user>
    <Modules>
           <file1>, <file2>, <file3>...etc
    <date>


1. RakeshPandit (rakesh.pandit@gmail.com) binfilter

      ../../../inc/bf_sc/source/code/data/  Folder: sc_column2.cxx, sc_column3.cxx, sc_documen4.cxx, sc_table3.cxx, sc_dociter.cxx

7th Jun Note: Fixing enumerator value not handled in switch error.

DONE 

Patch

Need review.

Files modified:

Handling: 'warning: enumerator value 'xxxx' not handled in switch'

1. binfilter/bf_sc/source/core/data/sc_column2.cxx 
2. binfilter/bf_sc/source/core/data/sc_column3.cxx
3. binfilter/bf_sc/source/core/data/sc_documen4.cxx
4. binfilter/bf_sc/source/core/data/sc_table3.cxx
5. binfilter/bf_sc/source/core/data/sc_dociter.cxx

Patch for 1st: switch_case_enum_warnings.diff

Notes

1. Don't write too long patches. Writing small patches may help in review and collaboration.

Personal tools