You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What is the expected output? What do you see instead?
Compilation fails for function SizeFromStore with:
./SimpleIni.h:2828:25: error: unused parameter 'a_pInputData'
[-Werror,-Wunused-parameter]
const char * a_pInputData,
What version of the product are you using? On what operating system?
SVN head on Mac OS X 10.8.2, using clang 4.1
Please provide any additional information below.
The text was updated successfully, but these errors were encountered:
Reported by saanti, May 20, 2013
What steps will reproduce the problem?
What is the expected output? What do you see instead?
Compilation fails for function SizeFromStore with:
./SimpleIni.h:2828:25: error: unused parameter 'a_pInputData'
[-Werror,-Wunused-parameter]
const char * a_pInputData,
What version of the product are you using? On what operating system?
SVN head on Mac OS X 10.8.2, using clang 4.1
Please provide any additional information below.
The text was updated successfully, but these errors were encountered: